python/kubernetes/docs/V1PortworxVolumeSource.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

827 B

V1PortworxVolumeSource

PortworxVolumeSource represents a Portworx volume resource.

Properties

Name Type Description Notes
fs_type str FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. &quot;ext4&quot;, &quot;xfs&quot;. Implicitly inferred to be &quot;ext4&quot; if unspecified. [optional]
read_only bool Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. [optional]
volume_id str VolumeID uniquely identifies a Portworx volume

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