Package io.kubernetes.client.proto
Class V1.RBDPersistentVolumeSource.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
io.kubernetes.client.proto.V1.RBDPersistentVolumeSource.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,V1.RBDPersistentVolumeSourceOrBuilder
,Cloneable
- Enclosing class:
- V1.RBDPersistentVolumeSource
public static final class V1.RBDPersistentVolumeSource.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
implements V1.RBDPersistentVolumeSourceOrBuilder
Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.Protobuf type
k8s.io.api.core.v1.RBDPersistentVolumeSource
-
Method Summary
Modifier and TypeMethodDescriptionaddAllMonitors
(Iterable<String> values) A collection of Ceph monitors.addMonitors
(String value) A collection of Ceph monitors.addMonitorsBytes
(com.google.protobuf.ByteString value) A collection of Ceph monitors.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Filesystem type of the volume that you want to mount.The rados image name.Keyring is the path to key ring for RBDUser.A collection of Ceph monitors.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) The rados pool name.ReadOnly here will force the ReadOnly setting in VolumeMounts.SecretRef is name of the authentication secret for RBDUser.The rados user name.clone()
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Filesystem type of the volume that you want to mount.com.google.protobuf.ByteString
Filesystem type of the volume that you want to mount.getImage()
The rados image name.com.google.protobuf.ByteString
The rados image name.Keyring is the path to key ring for RBDUser.com.google.protobuf.ByteString
Keyring is the path to key ring for RBDUser.getMonitors
(int index) A collection of Ceph monitors.com.google.protobuf.ByteString
getMonitorsBytes
(int index) A collection of Ceph monitors.int
A collection of Ceph monitors.com.google.protobuf.ProtocolStringList
A collection of Ceph monitors.getPool()
The rados pool name.com.google.protobuf.ByteString
The rados pool name.boolean
ReadOnly here will force the ReadOnly setting in VolumeMounts.SecretRef is name of the authentication secret for RBDUser.SecretRef is name of the authentication secret for RBDUser.SecretRef is name of the authentication secret for RBDUser.getUser()
The rados user name.com.google.protobuf.ByteString
The rados user name.boolean
Filesystem type of the volume that you want to mount.boolean
hasImage()
The rados image name.boolean
Keyring is the path to key ring for RBDUser.boolean
hasPool()
The rados pool name.boolean
ReadOnly here will force the ReadOnly setting in VolumeMounts.boolean
SecretRef is name of the authentication secret for RBDUser.boolean
hasUser()
The rados user name.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeSecretRef
(V1.SecretReference value) SecretRef is name of the authentication secret for RBDUser.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Filesystem type of the volume that you want to mount.setFsTypeBytes
(com.google.protobuf.ByteString value) Filesystem type of the volume that you want to mount.The rados image name.setImageBytes
(com.google.protobuf.ByteString value) The rados image name.setKeyring
(String value) Keyring is the path to key ring for RBDUser.setKeyringBytes
(com.google.protobuf.ByteString value) Keyring is the path to key ring for RBDUser.setMonitors
(int index, String value) A collection of Ceph monitors.The rados pool name.setPoolBytes
(com.google.protobuf.ByteString value) The rados pool name.setReadOnly
(boolean value) ReadOnly here will force the ReadOnly setting in VolumeMounts.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setSecretRef
(V1.SecretReference value) SecretRef is name of the authentication secret for RBDUser.setSecretRef
(V1.SecretReference.Builder builderForValue) SecretRef is name of the authentication secret for RBDUser.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) The rados user name.setUserBytes
(com.google.protobuf.ByteString value) The rados user name.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
-
setField
public V1.RBDPersistentVolumeSource.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
-
clearField
public V1.RBDPersistentVolumeSource.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
-
clearOneof
public V1.RBDPersistentVolumeSource.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
-
setRepeatedField
public V1.RBDPersistentVolumeSource.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
-
addRepeatedField
public V1.RBDPersistentVolumeSource.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<V1.RBDPersistentVolumeSource.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
-
mergeFrom
public V1.RBDPersistentVolumeSource.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<V1.RBDPersistentVolumeSource.Builder>
- Throws:
IOException
-
getMonitorsList
public com.google.protobuf.ProtocolStringList getMonitorsList()A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;
- Specified by:
getMonitorsList
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getMonitorsCount
public int getMonitorsCount()A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;
- Specified by:
getMonitorsCount
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getMonitors
A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;
- Specified by:
getMonitors
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getMonitorsBytes
public com.google.protobuf.ByteString getMonitorsBytes(int index) A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;
- Specified by:
getMonitorsBytes
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
setMonitors
A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;
-
addMonitors
A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;
-
addAllMonitors
A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;
-
clearMonitors
A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;
-
addMonitorsBytes
A collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;
-
hasImage
public boolean hasImage()The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
optional string image = 2;
- Specified by:
hasImage
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getImage
The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
optional string image = 2;
- Specified by:
getImage
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getImageBytes
public com.google.protobuf.ByteString getImageBytes()The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
optional string image = 2;
- Specified by:
getImageBytes
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
setImage
The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
optional string image = 2;
-
clearImage
The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
optional string image = 2;
-
setImageBytes
The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
optional string image = 2;
-
hasFsType
public boolean hasFsType()Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd TODO: how do we prevent errors in the filesystem from compromising the machine +optional
optional string fsType = 3;
- Specified by:
hasFsType
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getFsType
Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd TODO: how do we prevent errors in the filesystem from compromising the machine +optional
optional string fsType = 3;
- Specified by:
getFsType
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getFsTypeBytes
public com.google.protobuf.ByteString getFsTypeBytes()Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd TODO: how do we prevent errors in the filesystem from compromising the machine +optional
optional string fsType = 3;
- Specified by:
getFsTypeBytes
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
setFsType
Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd TODO: how do we prevent errors in the filesystem from compromising the machine +optional
optional string fsType = 3;
-
clearFsType
Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd TODO: how do we prevent errors in the filesystem from compromising the machine +optional
optional string fsType = 3;
-
setFsTypeBytes
Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd TODO: how do we prevent errors in the filesystem from compromising the machine +optional
optional string fsType = 3;
-
hasPool
public boolean hasPool()The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string pool = 4;
- Specified by:
hasPool
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getPool
The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string pool = 4;
- Specified by:
getPool
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getPoolBytes
public com.google.protobuf.ByteString getPoolBytes()The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string pool = 4;
- Specified by:
getPoolBytes
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
setPool
The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string pool = 4;
-
clearPool
The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string pool = 4;
-
setPoolBytes
The rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string pool = 4;
-
hasUser
public boolean hasUser()The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string user = 5;
- Specified by:
hasUser
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getUser
The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string user = 5;
- Specified by:
getUser
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getUserBytes
public com.google.protobuf.ByteString getUserBytes()The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string user = 5;
- Specified by:
getUserBytes
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
setUser
The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string user = 5;
-
clearUser
The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string user = 5;
-
setUserBytes
The rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string user = 5;
-
hasKeyring
public boolean hasKeyring()Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string keyring = 6;
- Specified by:
hasKeyring
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getKeyring
Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string keyring = 6;
- Specified by:
getKeyring
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getKeyringBytes
public com.google.protobuf.ByteString getKeyringBytes()Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string keyring = 6;
- Specified by:
getKeyringBytes
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
setKeyring
Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string keyring = 6;
-
clearKeyring
Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string keyring = 6;
-
setKeyringBytes
Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional string keyring = 6;
-
hasSecretRef
public boolean hasSecretRef()SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 7;
- Specified by:
hasSecretRef
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getSecretRef
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 7;
- Specified by:
getSecretRef
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
setSecretRef
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 7;
-
setSecretRef
public V1.RBDPersistentVolumeSource.Builder setSecretRef(V1.SecretReference.Builder builderForValue) SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 7;
-
mergeSecretRef
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 7;
-
clearSecretRef
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 7;
-
getSecretRefBuilder
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 7;
-
getSecretRefOrBuilder
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.SecretReference secretRef = 7;
- Specified by:
getSecretRefOrBuilder
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
hasReadOnly
public boolean hasReadOnly()ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional bool readOnly = 8;
- Specified by:
hasReadOnly
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
getReadOnly
public boolean getReadOnly()ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional bool readOnly = 8;
- Specified by:
getReadOnly
in interfaceV1.RBDPersistentVolumeSourceOrBuilder
-
setReadOnly
ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional bool readOnly = 8;
-
clearReadOnly
ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +optional
optional bool readOnly = 8;
-
setUnknownFields
public final V1.RBDPersistentVolumeSource.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
-
mergeUnknownFields
public final V1.RBDPersistentVolumeSource.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<V1.RBDPersistentVolumeSource.Builder>
-