package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?state:string -> ?last_observed_time: Kubernetes.Definitions.Apimachinery.Pkg.Apis.Meta.V1.Micro_time.t -> ?count:int -> unit -> t
val count : t -> int option

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

Time of the last occurrence observed

val state : t -> string option

State of this Series: Ongoing or Finished

module Object : Object.S with type value := t