INPUT_OBJECT

KubernetesKindEventSeriesInput

Data about the Event series this event represents or nil if it's a singleton Event.

link GraphQL Schema definition

  • input KubernetesKindEventSeriesInput {
  • # Number of occurrences in this series up to the last heartbeat time
  • count: Int
  • # Time of the last occurrence observed
  • lastObservedTime: DateTime
  • # State of this Series: Ongoing or Finished Deprecated. Planned removal for 1.18
  • state: String
  • }