package kubecaml

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

Local represents directly_attached storage with node affinity

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

The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device

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