Package io.kubernetes.client.proto
Interface V1.CinderVolumeSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.CinderVolumeSource
,V1.CinderVolumeSource.Builder
- Enclosing class:
- V1
public static interface V1.CinderVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFilesystem type to mount.com.google.protobuf.ByteString
Filesystem type to mount.boolean
Optional: Defaults to false (read/write).Optional: points to a secret object containing parameters used to connect to OpenStack.Optional: points to a secret object containing parameters used to connect to OpenStack.volume id used to identify the volume in cinder.com.google.protobuf.ByteString
volume id used to identify the volume in cinder.boolean
Filesystem type to mount.boolean
Optional: Defaults to false (read/write).boolean
Optional: points to a secret object containing parameters used to connect to OpenStack.boolean
volume id used to identify the volume in cinder.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasVolumeID
boolean hasVolumeID()volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
optional string volumeID = 1;
-
getVolumeID
String getVolumeID()volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
optional string volumeID = 1;
-
getVolumeIDBytes
com.google.protobuf.ByteString getVolumeIDBytes()volume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
optional string volumeID = 1;
-
hasFsType
boolean hasFsType()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;
-
getFsType
String getFsType()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;
-
getFsTypeBytes
com.google.protobuf.ByteString getFsTypeBytes()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;
-
hasReadOnly
boolean hasReadOnly()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;
-
getReadOnly
boolean getReadOnly()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;
-
hasSecretRef
boolean hasSecretRef()Optional: points to a secret object containing parameters used to connect to OpenStack. +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 4;
-
getSecretRef
V1.LocalObjectReference getSecretRef()Optional: points to a secret object containing parameters used to connect to OpenStack. +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 4;
-
getSecretRefOrBuilder
V1.LocalObjectReferenceOrBuilder getSecretRefOrBuilder()Optional: points to a secret object containing parameters used to connect to OpenStack. +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 4;
-