Module Values.HostPathSource

Represents a pre-existing file or directory on the host machine that the volume maps to.

Sourcetype nonrec t = {
  1. path : String_.t option;
    (*

    Path of the file or directory on the host that the volume maps to.

    *)
}
Sourceval make : ?path:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t