package kubecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val to_yojson : t -> Yojson.Safe.t
val make : type_:string -> ?reason:string -> ?message:string -> ?last_update_time:Kubernetes.Definitions.Apimachinery.Pkg.Apis.Meta.V1.Time.t -> unit -> t

timestamp for the last update to this condition

val message : t -> string option

human readable message with details about the request state

val reason : t -> string option

brief reason for the request state

val type_ : t -> string

request approval state, currently Approved or Denied.

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