Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 611 Bytes

V1VolumeMount.md

File metadata and controls

12 lines (8 loc) · 611 Bytes

V1VolumeMount

Properties

Name Type Description Notes
name str This must match the Name of a Volume.
read_only bool Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. [optional]
mount_path str Path within the container at which the volume should be mounted. Must not contain ':'.

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