Show / Hide Table of Contents

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 Source

Count

Number of occurrences in this series up to the last heartbeat time

Declaration
public readonly int Count
Field Value
Type Description
System.Int32
View Source

LastObservedTime

Time when last Event from the series was seen before last heartbeat.

Declaration
public readonly string LastObservedTime
Field Value
Type Description
System.String
View Source

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