package kubecaml

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

Attached_volume describes a volume attached to a node

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 represents the device path where the volume should be available

val name : t -> string

Name of the attached volume

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