Kazan v0.11.0 Kazan.Apis.Storage.V1alpha1.VolumeAttachmentSpec View Source
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
OpenAPI Definition: io.k8s.api.storage.v1alpha1.VolumeAttachmentSpec
Properties
attacher::String- Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
node_name::String- The node that the volume should be attached to.
source::Kazan.Apis.Storage.V1alpha1.VolumeAttachmentSource- Source represents the volume that should be attached.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Storage.V1alpha1.VolumeAttachmentSpec{
attacher: String.t(),
node_name: String.t(),
source: Kazan.Apis.Storage.V1alpha1.VolumeAttachmentSource.t()
}