Kazan v0.10.0 Kazan.Apis.Storage.V1alpha1.VolumeAttachmentSource View Source
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
OpenAPI Definition: io.k8s.api.storage.v1alpha1.VolumeAttachmentSource
Properties
persistent_volume_name
::String
- Name of the persistent volume to attach.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Storage.V1alpha1.VolumeAttachmentSource{ persistent_volume_name: String.t() }