public static interface V1.CinderPersistentVolumeSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFsType()
Filesystem type to mount.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
Filesystem type to mount.
|
boolean |
getReadOnly()
Optional: Defaults to false (read/write).
|
V1.SecretReference |
getSecretRef()
Optional: points to a secret object containing parameters used to connect
to OpenStack.
|
V1.SecretReferenceOrBuilder |
getSecretRefOrBuilder()
Optional: points to a secret object containing parameters used to connect
to OpenStack.
|
String |
getVolumeID()
volume id used to identify the volume in cinder
More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
|
com.google.protobuf.ByteString |
getVolumeIDBytes()
volume id used to identify the volume in cinder
More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
|
boolean |
hasFsType()
Filesystem type to mount.
|
boolean |
hasReadOnly()
Optional: Defaults to false (read/write).
|
boolean |
hasSecretRef()
Optional: points to a secret object containing parameters used to connect
to OpenStack.
|
boolean |
hasVolumeID()
volume id used to identify the volume in cinder
More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasVolumeID()
volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
optional string volumeID = 1;String getVolumeID()
volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
optional string volumeID = 1;com.google.protobuf.ByteString getVolumeIDBytes()
volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md
optional string volumeID = 1;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://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +optional
optional string fsType = 2;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://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +optional
optional string fsType = 2;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://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +optional
optional string fsType = 2;boolean hasReadOnly()
Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +optional
optional bool readOnly = 3;boolean getReadOnly()
Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md +optional
optional bool readOnly = 3;boolean hasSecretRef()
Optional: points to a secret object containing parameters used to connect to OpenStack. +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 4;V1.SecretReference getSecretRef()
Optional: points to a secret object containing parameters used to connect to OpenStack. +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 4;V1.SecretReferenceOrBuilder getSecretRefOrBuilder()
Optional: points to a secret object containing parameters used to connect to OpenStack. +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 4;Copyright © 2019. All rights reserved.