Kazan v0.11.0 Kazan.Apis.Core.V1.EventSeries View Source

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

OpenAPI Definition: io.k8s.api.core.v1.EventSeries

Properties

  • count :: Integer

    • Number of occurrences in this series up to the last heartbeat time
  • last_observed_time :: Kazan.Models.Apimachinery.Meta.V1.MicroTime

    • MicroTime is version of Time with microsecond level precision.
  • state :: String

    • State of this Series: Ongoing or Finished

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.EventSeries{
  count: integer(),
  last_observed_time: Kazan.Models.Apimachinery.Meta.V1.MicroTime.t(),
  state: String.t()
}