Kazan v0.11.0 Kazan.Apis.Events.V1beta1.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.events.v1beta1.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

    • Information whether this series is ongoing or finished.

Link to this section Summary

Link to this section Types

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