package kubecaml

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

Persistent_volume_claim_condition contails details about state of pvc

type t
val to_yojson : t -> Yojson.Safe.t
val make : type_:string -> status:string -> ?reason:string -> ?message:string -> ?last_transition_time: Kubernetes.Definitions.Apimachinery.Pkg.Apis.Meta.V1.Time.t -> ?last_probe_time:Kubernetes.Definitions.Apimachinery.Pkg.Apis.Meta.V1.Time.t -> unit -> t

Last time we probed the condition.

Last time the condition transitioned from one status to another.

val message : t -> string option

Human_readable message indicating details about last transition.

val reason : t -> string option

Unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "resize_started" that means the underlying persistent volume is being resized.

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

Innovation. Community. Security.