package kubecaml

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

volume_device describes a mapping of a raw block device within a container.

type t
val to_yojson : t -> Yojson.Safe.t
val make : name:string -> device_path:string -> unit -> t
val device_path : t -> string

device_path is the path inside of the container that the device will be mapped to.

val name : t -> string

name must match the name of a persistent_volume_claim in the pod

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

Innovation. Community. Security.