Class EventSeriesArgs
EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.
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.Inputs.Events.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class EventSeriesArgs : ResourceArgs
Properties
View SourceCount
Number of occurrences in this series up to the last heartbeat time
Declaration
public Input<int> Count { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
LastObservedTime
Time when last Event from the series was seen before last heartbeat.
Declaration
public Input<string> LastObservedTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
Information whether this series is ongoing or finished. Deprecated. Planned removal for 1.18
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |