package kubecaml

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

Volume_attachment_spec is the specification of a Volume_attachment request.

type t
val to_yojson : t -> Yojson.Safe.t
val make : source:Kubernetes.Definitions.Api.Storage.V1alpha1.Volume_attachment_source.t -> node_name:string -> attacher:string -> unit -> t
val attacher : t -> string

Attacher indicates the name of the volume driver that Must handle this request. This is the name returned by Get_plugin_name().

val node_name : t -> string

The node that the volume should be attached to.

Source represents the volume that should be attached.

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

Innovation. Community. Security.