package kubecaml

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

Persistent_volume_status is the current status of a persistent volume.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?reason:string -> ?phase:string -> ?message:string -> unit -> t
val message : t -> string option

A human_readable message indicating details about why the volume is in this state.

val phase : t -> string option

Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase

val reason : t -> string option

Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the Cli.

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

Innovation. Community. Security.