Package k8s.io.api.core.v1
Interface Generated.CinderPersistentVolumeSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.CinderPersistentVolumeSource,Generated.CinderPersistentVolumeSource.Builder
- Enclosing class:
- Generated
public static interface Generated.CinderPersistentVolumeSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFsType()fsType Filesystem type to mount.com.google.protobuf.ByteStringgetFsTypeBytes()fsType Filesystem type to mount.booleangetReadOnly()readOnly is Optional: Defaults to false (read/write).Generated.SecretReferencegetSecretRef()secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack.Generated.SecretReferenceOrBuildergetSecretRefOrBuilder()secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack.StringgetVolumeID()volumeID used to identify the volume in cinder.com.google.protobuf.ByteStringgetVolumeIDBytes()volumeID used to identify the volume in cinder.booleanhasFsType()fsType Filesystem type to mount.booleanhasReadOnly()readOnly is Optional: Defaults to false (read/write).booleanhasSecretRef()secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack.booleanhasVolumeID()volumeID used to identify the volume in cinder.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasVolumeID
boolean hasVolumeID()
volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
optional string volumeID = 1;- Returns:
- Whether the volumeID field is set.
-
getVolumeID
String getVolumeID()
volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
optional string volumeID = 1;- Returns:
- The volumeID.
-
getVolumeIDBytes
com.google.protobuf.ByteString getVolumeIDBytes()
volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
optional string volumeID = 1;- Returns:
- The bytes for volumeID.
-
hasFsType
boolean hasFsType()
fsType Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md +optional
optional string fsType = 2;- Returns:
- Whether the fsType field is set.
-
getFsType
String getFsType()
fsType Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md +optional
optional string fsType = 2;- Returns:
- The fsType.
-
getFsTypeBytes
com.google.protobuf.ByteString getFsTypeBytes()
fsType Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md +optional
optional string fsType = 2;- Returns:
- The bytes for fsType.
-
hasReadOnly
boolean hasReadOnly()
readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md +optional
optional bool readOnly = 3;- Returns:
- Whether the readOnly field is set.
-
getReadOnly
boolean getReadOnly()
readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md +optional
optional bool readOnly = 3;- Returns:
- The readOnly.
-
hasSecretRef
boolean hasSecretRef()
secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack. +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 4;- Returns:
- Whether the secretRef field is set.
-
getSecretRef
Generated.SecretReference getSecretRef()
secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack. +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 4;- Returns:
- The secretRef.
-
getSecretRefOrBuilder
Generated.SecretReferenceOrBuilder getSecretRefOrBuilder()
secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack. +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 4;
-
-