python/kubernetes/docs/V1beta1VolumeAttachmentSource.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

721 B

V1beta1VolumeAttachmentSource

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.

Properties

Name Type Description Notes
inline_volume_spec V1PersistentVolumeSpec [optional]
persistent_volume_name str Name of the persistent volume to attach. [optional]

[Back to Model list] [Back to API list] [Back to README]