package kubecaml

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

Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or Se_linux relabeling.

type t
val to_yojson : t -> Yojson.Safe.t
val make : volume:string -> ?user:string -> registry:string -> ?read_only:bool -> ?group:string -> unit -> t
val group : t -> string option

Group to map volume access to Default is no group

val read_only : t -> bool option

Read_only here will force the Quobyte volume to be mounted with read_only permissions. Defaults to false.

val registry : t -> string

Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes

val user : t -> string option

User to map volume access to Defaults to serivceaccount user

val volume : t -> string

Volume is a string that references an already created Quobyte volume by name.

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

Innovation. Community. Security.