Package k8s.io.api.core.v1
Class Generated.StorageOSVolumeSource.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
- k8s.io.api.core.v1.Generated.StorageOSVolumeSource.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,Generated.StorageOSVolumeSourceOrBuilder
- Enclosing class:
- Generated.StorageOSVolumeSource
public static final class Generated.StorageOSVolumeSource.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder> implements Generated.StorageOSVolumeSourceOrBuilder
Represents a StorageOS persistent volume resource.
Protobuf typek8s.io.api.core.v1.StorageOSVolumeSource
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Generated.StorageOSVolumeSource.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Generated.StorageOSVolumeSourcebuild()Generated.StorageOSVolumeSourcebuildPartial()Generated.StorageOSVolumeSource.Builderclear()Generated.StorageOSVolumeSource.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Generated.StorageOSVolumeSource.BuilderclearFsType()fsType is the filesystem type to mount.Generated.StorageOSVolumeSource.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Generated.StorageOSVolumeSource.BuilderclearReadOnly()readOnly defaults to false (read/write).Generated.StorageOSVolumeSource.BuilderclearSecretRef()secretRef specifies the secret to use for obtaining the StorageOS API credentials.Generated.StorageOSVolumeSource.BuilderclearVolumeName()volumeName is the human-readable name of the StorageOS volume.Generated.StorageOSVolumeSource.BuilderclearVolumeNamespace()volumeNamespace specifies the scope of the volume within StorageOS.Generated.StorageOSVolumeSource.Builderclone()Generated.StorageOSVolumeSourcegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetFsType()fsType is the filesystem type to mount.com.google.protobuf.ByteStringgetFsTypeBytes()fsType is the filesystem type to mount.booleangetReadOnly()readOnly defaults to false (read/write).Generated.LocalObjectReferencegetSecretRef()secretRef specifies the secret to use for obtaining the StorageOS API credentials.Generated.LocalObjectReference.BuildergetSecretRefBuilder()secretRef specifies the secret to use for obtaining the StorageOS API credentials.Generated.LocalObjectReferenceOrBuildergetSecretRefOrBuilder()secretRef specifies the secret to use for obtaining the StorageOS API credentials.StringgetVolumeName()volumeName is the human-readable name of the StorageOS volume.com.google.protobuf.ByteStringgetVolumeNameBytes()volumeName is the human-readable name of the StorageOS volume.StringgetVolumeNamespace()volumeNamespace specifies the scope of the volume within StorageOS.com.google.protobuf.ByteStringgetVolumeNamespaceBytes()volumeNamespace specifies the scope of the volume within StorageOS.booleanhasFsType()fsType is the filesystem type to mount.booleanhasReadOnly()readOnly defaults to false (read/write).booleanhasSecretRef()secretRef specifies the secret to use for obtaining the StorageOS API credentials.booleanhasVolumeName()volumeName is the human-readable name of the StorageOS volume.booleanhasVolumeNamespace()volumeNamespace specifies the scope of the volume within StorageOS.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Generated.StorageOSVolumeSource.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Generated.StorageOSVolumeSource.BuildermergeFrom(com.google.protobuf.Message other)Generated.StorageOSVolumeSource.BuildermergeFrom(Generated.StorageOSVolumeSource other)Generated.StorageOSVolumeSource.BuildermergeSecretRef(Generated.LocalObjectReference value)secretRef specifies the secret to use for obtaining the StorageOS API credentials.Generated.StorageOSVolumeSource.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Generated.StorageOSVolumeSource.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Generated.StorageOSVolumeSource.BuildersetFsType(String value)fsType is the filesystem type to mount.Generated.StorageOSVolumeSource.BuildersetFsTypeBytes(com.google.protobuf.ByteString value)fsType is the filesystem type to mount.Generated.StorageOSVolumeSource.BuildersetReadOnly(boolean value)readOnly defaults to false (read/write).Generated.StorageOSVolumeSource.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Generated.StorageOSVolumeSource.BuildersetSecretRef(Generated.LocalObjectReference value)secretRef specifies the secret to use for obtaining the StorageOS API credentials.Generated.StorageOSVolumeSource.BuildersetSecretRef(Generated.LocalObjectReference.Builder builderForValue)secretRef specifies the secret to use for obtaining the StorageOS API credentials.Generated.StorageOSVolumeSource.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Generated.StorageOSVolumeSource.BuildersetVolumeName(String value)volumeName is the human-readable name of the StorageOS volume.Generated.StorageOSVolumeSource.BuildersetVolumeNameBytes(com.google.protobuf.ByteString value)volumeName is the human-readable name of the StorageOS volume.Generated.StorageOSVolumeSource.BuildersetVolumeNamespace(String value)volumeNamespace specifies the scope of the volume within StorageOS.Generated.StorageOSVolumeSource.BuildersetVolumeNamespaceBytes(com.google.protobuf.ByteString value)volumeNamespace specifies the scope of the volume within StorageOS.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, 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
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
clear
public Generated.StorageOSVolumeSource.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
getDefaultInstanceForType
public Generated.StorageOSVolumeSource getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Generated.StorageOSVolumeSource build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Generated.StorageOSVolumeSource buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Generated.StorageOSVolumeSource.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
setField
public Generated.StorageOSVolumeSource.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
clearField
public Generated.StorageOSVolumeSource.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
clearOneof
public Generated.StorageOSVolumeSource.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
setRepeatedField
public Generated.StorageOSVolumeSource.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
addRepeatedField
public Generated.StorageOSVolumeSource.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
mergeFrom
public Generated.StorageOSVolumeSource.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Generated.StorageOSVolumeSource.Builder>
-
mergeFrom
public Generated.StorageOSVolumeSource.Builder mergeFrom(Generated.StorageOSVolumeSource other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
mergeFrom
public Generated.StorageOSVolumeSource.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Generated.StorageOSVolumeSource.Builder>- Throws:
IOException
-
hasVolumeName
public boolean hasVolumeName()
volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
optional string volumeName = 1;- Specified by:
hasVolumeNamein interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- Whether the volumeName field is set.
-
getVolumeName
public String getVolumeName()
volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
optional string volumeName = 1;- Specified by:
getVolumeNamein interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- The volumeName.
-
getVolumeNameBytes
public com.google.protobuf.ByteString getVolumeNameBytes()
volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
optional string volumeName = 1;- Specified by:
getVolumeNameBytesin interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- The bytes for volumeName.
-
setVolumeName
public Generated.StorageOSVolumeSource.Builder setVolumeName(String value)
volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
optional string volumeName = 1;- Parameters:
value- The volumeName to set.- Returns:
- This builder for chaining.
-
clearVolumeName
public Generated.StorageOSVolumeSource.Builder clearVolumeName()
volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
optional string volumeName = 1;- Returns:
- This builder for chaining.
-
setVolumeNameBytes
public Generated.StorageOSVolumeSource.Builder setVolumeNameBytes(com.google.protobuf.ByteString value)
volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace.
optional string volumeName = 1;- Parameters:
value- The bytes for volumeName to set.- Returns:
- This builder for chaining.
-
hasVolumeNamespace
public boolean hasVolumeNamespace()
volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. +optional
optional string volumeNamespace = 2;- Specified by:
hasVolumeNamespacein interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- Whether the volumeNamespace field is set.
-
getVolumeNamespace
public String getVolumeNamespace()
volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. +optional
optional string volumeNamespace = 2;- Specified by:
getVolumeNamespacein interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- The volumeNamespace.
-
getVolumeNamespaceBytes
public com.google.protobuf.ByteString getVolumeNamespaceBytes()
volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. +optional
optional string volumeNamespace = 2;- Specified by:
getVolumeNamespaceBytesin interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- The bytes for volumeNamespace.
-
setVolumeNamespace
public Generated.StorageOSVolumeSource.Builder setVolumeNamespace(String value)
volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. +optional
optional string volumeNamespace = 2;- Parameters:
value- The volumeNamespace to set.- Returns:
- This builder for chaining.
-
clearVolumeNamespace
public Generated.StorageOSVolumeSource.Builder clearVolumeNamespace()
volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. +optional
optional string volumeNamespace = 2;- Returns:
- This builder for chaining.
-
setVolumeNamespaceBytes
public Generated.StorageOSVolumeSource.Builder setVolumeNamespaceBytes(com.google.protobuf.ByteString value)
volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. +optional
optional string volumeNamespace = 2;- Parameters:
value- The bytes for volumeNamespace to set.- Returns:
- This builder for chaining.
-
hasFsType
public boolean hasFsType()
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +optional
optional string fsType = 3;- Specified by:
hasFsTypein interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- Whether the fsType field is set.
-
getFsType
public String getFsType()
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +optional
optional string fsType = 3;- Specified by:
getFsTypein interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- The fsType.
-
getFsTypeBytes
public com.google.protobuf.ByteString getFsTypeBytes()
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +optional
optional string fsType = 3;- Specified by:
getFsTypeBytesin interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- The bytes for fsType.
-
setFsType
public Generated.StorageOSVolumeSource.Builder setFsType(String value)
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +optional
optional string fsType = 3;- Parameters:
value- The fsType to set.- Returns:
- This builder for chaining.
-
clearFsType
public Generated.StorageOSVolumeSource.Builder clearFsType()
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +optional
optional string fsType = 3;- Returns:
- This builder for chaining.
-
setFsTypeBytes
public Generated.StorageOSVolumeSource.Builder setFsTypeBytes(com.google.protobuf.ByteString value)
fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +optional
optional string fsType = 3;- Parameters:
value- The bytes for fsType to set.- Returns:
- This builder for chaining.
-
hasReadOnly
public boolean hasReadOnly()
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 4;- Specified by:
hasReadOnlyin interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- Whether the readOnly field is set.
-
getReadOnly
public boolean getReadOnly()
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 4;- Specified by:
getReadOnlyin interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- The readOnly.
-
setReadOnly
public Generated.StorageOSVolumeSource.Builder setReadOnly(boolean value)
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 4;- Parameters:
value- The readOnly to set.- Returns:
- This builder for chaining.
-
clearReadOnly
public Generated.StorageOSVolumeSource.Builder clearReadOnly()
readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 4;- Returns:
- This builder for chaining.
-
hasSecretRef
public boolean hasSecretRef()
secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 5;- Specified by:
hasSecretRefin interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- Whether the secretRef field is set.
-
getSecretRef
public Generated.LocalObjectReference getSecretRef()
secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 5;- Specified by:
getSecretRefin interfaceGenerated.StorageOSVolumeSourceOrBuilder- Returns:
- The secretRef.
-
setSecretRef
public Generated.StorageOSVolumeSource.Builder setSecretRef(Generated.LocalObjectReference value)
secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 5;
-
setSecretRef
public Generated.StorageOSVolumeSource.Builder setSecretRef(Generated.LocalObjectReference.Builder builderForValue)
secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 5;
-
mergeSecretRef
public Generated.StorageOSVolumeSource.Builder mergeSecretRef(Generated.LocalObjectReference value)
secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 5;
-
clearSecretRef
public Generated.StorageOSVolumeSource.Builder clearSecretRef()
secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 5;
-
getSecretRefBuilder
public Generated.LocalObjectReference.Builder getSecretRefBuilder()
secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 5;
-
getSecretRefOrBuilder
public Generated.LocalObjectReferenceOrBuilder getSecretRefOrBuilder()
secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. +optional
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 5;- Specified by:
getSecretRefOrBuilderin interfaceGenerated.StorageOSVolumeSourceOrBuilder
-
setUnknownFields
public final Generated.StorageOSVolumeSource.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
mergeUnknownFields
public final Generated.StorageOSVolumeSource.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Generated.StorageOSVolumeSource.Builder>
-
-