package kubecaml

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

Volume_error captures an error encountered during a volume operation.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?time:Kubernetes.Definitions.Apimachinery.Pkg.Apis.Meta.V1.Time.t -> ?message:string -> unit -> t
val message : t -> string option

String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information.

Time the error was encountered.

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

Innovation. Community. Security.