package kubecaml

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

Event represents a single event to a watched resource.

type t
val to_yojson : t -> Yojson.Safe.t
val make : type_:string -> object_:Kubernetes.Definitions.Apimachinery.Pkg.Runtime.Raw_extension.t -> unit -> t

Object is: * If Type is Added or Modified: the new state of the object. * If Type is Deleted: the state of the object immediately before deletion. * If Type is Error: *status is recommended; other types may make sense depending on context.

val type_ : t -> string
module Object : Object.S with type value := t
OCaml

Innovation. Community. Security.