package kubecaml

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

Represents a Flocker volume mounted by the Flocker agent. One and only one of dataset_name and dataset_uuid should be set. Flocker volumes do not support ownership management or Se_linux relabeling.

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

Name of the dataset stored as metadata _> name on the dataset for Flocker should be considered as deprecated

val dataset_uuid : t -> string option

Uuid of the dataset. This is unique identifier of a Flocker dataset

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