Class EventSeries
EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.
Inheritance
System.Object
EventSeries
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Events.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class EventSeries
Fields
View SourceCount
Number of occurrences in this series up to the last heartbeat time
Declaration
public readonly int Count
Field Value
| Type | Description |
|---|---|
| System.Int32 |
LastObservedTime
Time when last Event from the series was seen before last heartbeat.
Declaration
public readonly string LastObservedTime
Field Value
| Type | Description |
|---|---|
| System.String |
State
Information whether this series is ongoing or finished. Deprecated. Planned removal for 1.18
Declaration
public readonly string State
Field Value
| Type | Description |
|---|---|
| System.String |