package kubecaml

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

Represents a Photon Controller persistent disk resource.

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

Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified.

val pd_id : t -> string

Id that identifies Photon Controller persistent disk

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

Innovation. Community. Security.