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

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

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

val state : t -> string

Information whether this series is ongoing or finished.

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