public static interface V1.PortworxVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFsType()
FSType represents the filesystem type to mount
Must be a filesystem type supported by the host operating system.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
FSType represents the filesystem type to mount
Must be a filesystem type supported by the host operating system.
|
boolean |
getReadOnly()
Defaults to false (read/write).
|
String |
getVolumeID()
VolumeID uniquely identifies a Portworx volume
|
com.google.protobuf.ByteString |
getVolumeIDBytes()
VolumeID uniquely identifies a Portworx volume
|
boolean |
hasFsType()
FSType represents the filesystem type to mount
Must be a filesystem type supported by the host operating system.
|
boolean |
hasReadOnly()
Defaults to false (read/write).
|
boolean |
hasVolumeID()
VolumeID uniquely identifies a Portworx volume
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVolumeID()
VolumeID uniquely identifies a Portworx volume
optional string volumeID = 1;String getVolumeID()
VolumeID uniquely identifies a Portworx volume
optional string volumeID = 1;com.google.protobuf.ByteString getVolumeIDBytes()
VolumeID uniquely identifies a Portworx volume
optional string volumeID = 1;boolean hasFsType()
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.
optional string fsType = 2;String 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.
optional string fsType = 2;com.google.protobuf.ByteString getFsTypeBytes()
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.
optional string fsType = 2;boolean hasReadOnly()
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 3;boolean getReadOnly()
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 3;Copyright © 2019. All rights reserved.