package kubecaml

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

Portworx_volume_source represents a Portworx volume resource.

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

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

val read_only : t -> bool option

Defaults to false (read/write). Read_only here will force the Read_only setting in Volume_mounts.

val volume_id : t -> string

Volume_id uniquely identifies a Portworx volume

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

Innovation. Community. Security.