public static final class V1.RBDVolumeSource.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder> implements V1.RBDVolumeSourceOrBuilder
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.RBDVolumeSource| Modifier and Type | Method and Description |
|---|---|
V1.RBDVolumeSource.Builder |
addAllMonitors(Iterable<String> values)
A collection of Ceph monitors.
|
V1.RBDVolumeSource.Builder |
addMonitors(String value)
A collection of Ceph monitors.
|
V1.RBDVolumeSource.Builder |
addMonitorsBytes(com.google.protobuf.ByteString value)
A collection of Ceph monitors.
|
V1.RBDVolumeSource.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.RBDVolumeSource |
build() |
V1.RBDVolumeSource |
buildPartial() |
V1.RBDVolumeSource.Builder |
clear() |
V1.RBDVolumeSource.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.RBDVolumeSource.Builder |
clearFsType()
Filesystem type of the volume that you want to mount.
|
V1.RBDVolumeSource.Builder |
clearImage()
The rados image name.
|
V1.RBDVolumeSource.Builder |
clearKeyring()
Keyring is the path to key ring for RBDUser.
|
V1.RBDVolumeSource.Builder |
clearMonitors()
A collection of Ceph monitors.
|
V1.RBDVolumeSource.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.RBDVolumeSource.Builder |
clearPool()
The rados pool name.
|
V1.RBDVolumeSource.Builder |
clearReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts.
|
V1.RBDVolumeSource.Builder |
clearSecretRef()
SecretRef is name of the authentication secret for RBDUser.
|
V1.RBDVolumeSource.Builder |
clearUser()
The rados user name.
|
V1.RBDVolumeSource.Builder |
clone() |
V1.RBDVolumeSource |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFsType()
Filesystem type of the volume that you want to mount.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
Filesystem type of the volume that you want to mount.
|
String |
getImage()
The rados image name.
|
com.google.protobuf.ByteString |
getImageBytes()
The rados image name.
|
String |
getKeyring()
Keyring is the path to key ring for RBDUser.
|
com.google.protobuf.ByteString |
getKeyringBytes()
Keyring is the path to key ring for RBDUser.
|
String |
getMonitors(int index)
A collection of Ceph monitors.
|
com.google.protobuf.ByteString |
getMonitorsBytes(int index)
A collection of Ceph monitors.
|
int |
getMonitorsCount()
A collection of Ceph monitors.
|
com.google.protobuf.ProtocolStringList |
getMonitorsList()
A collection of Ceph monitors.
|
String |
getPool()
The rados pool name.
|
com.google.protobuf.ByteString |
getPoolBytes()
The rados pool name.
|
boolean |
getReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts.
|
V1.LocalObjectReference |
getSecretRef()
SecretRef is name of the authentication secret for RBDUser.
|
V1.LocalObjectReference.Builder |
getSecretRefBuilder()
SecretRef is name of the authentication secret for RBDUser.
|
V1.LocalObjectReferenceOrBuilder |
getSecretRefOrBuilder()
SecretRef is name of the authentication secret for RBDUser.
|
String |
getUser()
The rados user name.
|
com.google.protobuf.ByteString |
getUserBytes()
The rados user name.
|
boolean |
hasFsType()
Filesystem type of the volume that you want to mount.
|
boolean |
hasImage()
The rados image name.
|
boolean |
hasKeyring()
Keyring is the path to key ring for RBDUser.
|
boolean |
hasPool()
The rados pool name.
|
boolean |
hasReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts.
|
boolean |
hasSecretRef()
SecretRef is name of the authentication secret for RBDUser.
|
boolean |
hasUser()
The rados user name.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1.RBDVolumeSource.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.RBDVolumeSource.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1.RBDVolumeSource.Builder |
mergeFrom(V1.RBDVolumeSource other) |
V1.RBDVolumeSource.Builder |
mergeSecretRef(V1.LocalObjectReference value)
SecretRef is name of the authentication secret for RBDUser.
|
V1.RBDVolumeSource.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.RBDVolumeSource.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.RBDVolumeSource.Builder |
setFsType(String value)
Filesystem type of the volume that you want to mount.
|
V1.RBDVolumeSource.Builder |
setFsTypeBytes(com.google.protobuf.ByteString value)
Filesystem type of the volume that you want to mount.
|
V1.RBDVolumeSource.Builder |
setImage(String value)
The rados image name.
|
V1.RBDVolumeSource.Builder |
setImageBytes(com.google.protobuf.ByteString value)
The rados image name.
|
V1.RBDVolumeSource.Builder |
setKeyring(String value)
Keyring is the path to key ring for RBDUser.
|
V1.RBDVolumeSource.Builder |
setKeyringBytes(com.google.protobuf.ByteString value)
Keyring is the path to key ring for RBDUser.
|
V1.RBDVolumeSource.Builder |
setMonitors(int index,
String value)
A collection of Ceph monitors.
|
V1.RBDVolumeSource.Builder |
setPool(String value)
The rados pool name.
|
V1.RBDVolumeSource.Builder |
setPoolBytes(com.google.protobuf.ByteString value)
The rados pool name.
|
V1.RBDVolumeSource.Builder |
setReadOnly(boolean value)
ReadOnly here will force the ReadOnly setting in VolumeMounts.
|
V1.RBDVolumeSource.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.RBDVolumeSource.Builder |
setSecretRef(V1.LocalObjectReference.Builder builderForValue)
SecretRef is name of the authentication secret for RBDUser.
|
V1.RBDVolumeSource.Builder |
setSecretRef(V1.LocalObjectReference value)
SecretRef is name of the authentication secret for RBDUser.
|
V1.RBDVolumeSource.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.RBDVolumeSource.Builder |
setUser(String value)
The rados user name.
|
V1.RBDVolumeSource.Builder |
setUserBytes(com.google.protobuf.ByteString value)
The rados user name.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder>public V1.RBDVolumeSource.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder>public V1.RBDVolumeSource getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1.RBDVolumeSource build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1.RBDVolumeSource buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1.RBDVolumeSource.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder>public V1.RBDVolumeSource.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder>public V1.RBDVolumeSource.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder>public V1.RBDVolumeSource.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder>public V1.RBDVolumeSource.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder>public V1.RBDVolumeSource.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder>public V1.RBDVolumeSource.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.RBDVolumeSource.Builder>public V1.RBDVolumeSource.Builder mergeFrom(V1.RBDVolumeSource other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder>public V1.RBDVolumeSource.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.RBDVolumeSource.Builder>IOExceptionpublic com.google.protobuf.ProtocolStringList getMonitorsList()
A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;getMonitorsList in interface V1.RBDVolumeSourceOrBuilderpublic int getMonitorsCount()
A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;getMonitorsCount in interface V1.RBDVolumeSourceOrBuilderpublic String getMonitors(int index)
A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;getMonitors in interface V1.RBDVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getMonitorsBytes(int index)
A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;getMonitorsBytes in interface V1.RBDVolumeSourceOrBuilderpublic V1.RBDVolumeSource.Builder setMonitors(int index, String value)
A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;public V1.RBDVolumeSource.Builder addMonitors(String value)
A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;public V1.RBDVolumeSource.Builder addAllMonitors(Iterable<String> values)
A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;public V1.RBDVolumeSource.Builder clearMonitors()
A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;public V1.RBDVolumeSource.Builder addMonitorsBytes(com.google.protobuf.ByteString value)
A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
repeated string monitors = 1;public boolean hasImage()
The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
optional string image = 2;hasImage in interface V1.RBDVolumeSourceOrBuilderpublic String getImage()
The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
optional string image = 2;getImage in interface V1.RBDVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getImageBytes()
The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
optional string image = 2;getImageBytes in interface V1.RBDVolumeSourceOrBuilderpublic V1.RBDVolumeSource.Builder setImage(String value)
The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
optional string image = 2;public V1.RBDVolumeSource.Builder clearImage()
The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
optional string image = 2;public V1.RBDVolumeSource.Builder setImageBytes(com.google.protobuf.ByteString value)
The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it
optional string image = 2;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;hasFsType in interface V1.RBDVolumeSourceOrBuilderpublic String 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;getFsType in interface V1.RBDVolumeSourceOrBuilderpublic 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;getFsTypeBytes in interface V1.RBDVolumeSourceOrBuilderpublic V1.RBDVolumeSource.Builder setFsType(String value)
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;public V1.RBDVolumeSource.Builder 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;public V1.RBDVolumeSource.Builder setFsTypeBytes(com.google.protobuf.ByteString value)
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;public boolean hasPool()
The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string pool = 4;hasPool in interface V1.RBDVolumeSourceOrBuilderpublic String getPool()
The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string pool = 4;getPool in interface V1.RBDVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getPoolBytes()
The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string pool = 4;getPoolBytes in interface V1.RBDVolumeSourceOrBuilderpublic V1.RBDVolumeSource.Builder setPool(String value)
The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string pool = 4;public V1.RBDVolumeSource.Builder clearPool()
The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string pool = 4;public V1.RBDVolumeSource.Builder setPoolBytes(com.google.protobuf.ByteString value)
The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string pool = 4;public boolean hasUser()
The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string user = 5;hasUser in interface V1.RBDVolumeSourceOrBuilderpublic String getUser()
The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string user = 5;getUser in interface V1.RBDVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getUserBytes()
The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string user = 5;getUserBytes in interface V1.RBDVolumeSourceOrBuilderpublic V1.RBDVolumeSource.Builder setUser(String value)
The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string user = 5;public V1.RBDVolumeSource.Builder clearUser()
The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string user = 5;public V1.RBDVolumeSource.Builder setUserBytes(com.google.protobuf.ByteString value)
The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string user = 5;public boolean hasKeyring()
Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string keyring = 6;hasKeyring in interface V1.RBDVolumeSourceOrBuilderpublic String getKeyring()
Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string keyring = 6;getKeyring in interface V1.RBDVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getKeyringBytes()
Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string keyring = 6;getKeyringBytes in interface V1.RBDVolumeSourceOrBuilderpublic V1.RBDVolumeSource.Builder setKeyring(String value)
Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string keyring = 6;public V1.RBDVolumeSource.Builder clearKeyring()
Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string keyring = 6;public V1.RBDVolumeSource.Builder setKeyringBytes(com.google.protobuf.ByteString value)
Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional string keyring = 6;public boolean hasSecretRef()
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 7;hasSecretRef in interface V1.RBDVolumeSourceOrBuilderpublic V1.LocalObjectReference getSecretRef()
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 7;getSecretRef in interface V1.RBDVolumeSourceOrBuilderpublic V1.RBDVolumeSource.Builder setSecretRef(V1.LocalObjectReference value)
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 7;public V1.RBDVolumeSource.Builder setSecretRef(V1.LocalObjectReference.Builder builderForValue)
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 7;public V1.RBDVolumeSource.Builder mergeSecretRef(V1.LocalObjectReference value)
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 7;public V1.RBDVolumeSource.Builder clearSecretRef()
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 7;public V1.LocalObjectReference.Builder getSecretRefBuilder()
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 7;public V1.LocalObjectReferenceOrBuilder getSecretRefOrBuilder()
SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 7;getSecretRefOrBuilder in interface V1.RBDVolumeSourceOrBuilderpublic boolean hasReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional bool readOnly = 8;hasReadOnly in interface V1.RBDVolumeSourceOrBuilderpublic boolean getReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional bool readOnly = 8;getReadOnly in interface V1.RBDVolumeSourceOrBuilderpublic V1.RBDVolumeSource.Builder setReadOnly(boolean value)
ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional bool readOnly = 8;public V1.RBDVolumeSource.Builder clearReadOnly()
ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it +optional
optional bool readOnly = 8;public final V1.RBDVolumeSource.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder>public final V1.RBDVolumeSource.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.RBDVolumeSource.Builder>Copyright © 2018. All rights reserved.