package kubecaml

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

Volume_attachment_source represents a volume that should be attached. Right now only Persisten_volumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.

type t
val to_yojson : t -> Yojson.Safe.t
val make : ?persistent_volume_name:string -> unit -> t
val persistent_volume_name : t -> string option

Name of the persistent volume to attach.

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