Package io.kubernetes.client.proto
Interface V1.PortworxVolumeSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.PortworxVolumeSource,V1.PortworxVolumeSource.Builder
- Enclosing class:
- V1
public static interface V1.PortworxVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.com.google.protobuf.ByteStringFSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.booleanDefaults to false (read/write).VolumeID uniquely identifies a Portworx volumecom.google.protobuf.ByteStringVolumeID uniquely identifies a Portworx volumebooleanFSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system.booleanDefaults to false (read/write).booleanVolumeID uniquely identifies a Portworx volumeMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasVolumeID
boolean hasVolumeID()VolumeID uniquely identifies a Portworx volume
optional string volumeID = 1; -
getVolumeID
String getVolumeID()VolumeID uniquely identifies a Portworx volume
optional string volumeID = 1; -
getVolumeIDBytes
com.google.protobuf.ByteString getVolumeIDBytes()VolumeID uniquely identifies a Portworx volume
optional string volumeID = 1; -
hasFsType
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; -
getFsType
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; -
getFsTypeBytes
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; -
hasReadOnly
boolean hasReadOnly()Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 3; -
getReadOnly
boolean getReadOnly()Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 3;
-