Show / Hide Table of Contents

Class EventSeriesArgs

EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.

Inheritance
System.Object
InputArgs
ResourceArgs
EventSeriesArgs
Inherited Members
ResourceArgs.Empty
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 Source

Count

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.