Class V1PortworxVolumeSource
java.lang.Object
io.kubernetes.client.openapi.models.V1PortworxVolumeSource
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-12T23:08:31.638427Z[Etc/UTC]")
public class V1PortworxVolumeSource
extends Object
PortworxVolumeSource represents a Portworx volume resource.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.readOnly defaults to false (read/write).volumeID uniquely identifies a Portworx volumeint
hashCode()
void
void
setReadOnly
(Boolean readOnly) void
setVolumeID
(String volumeID) toString()
-
Field Details
-
SERIALIZED_NAME_FS_TYPE
- See Also:
-
SERIALIZED_NAME_READ_ONLY
- See Also:
-
SERIALIZED_NAME_VOLUME_I_D
- See Also:
-
-
Constructor Details
-
V1PortworxVolumeSource
public V1PortworxVolumeSource()
-
-
Method Details
-
fsType
-
getFsType
fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified.- Returns:
- fsType
-
setFsType
-
readOnly
-
getReadOnly
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.- Returns:
- readOnly
-
setReadOnly
-
volumeID
-
getVolumeID
volumeID uniquely identifies a Portworx volume- Returns:
- volumeID
-
setVolumeID
-
equals
-
hashCode
public int hashCode() -
toString
-