public static final class V1.VolumeProjection.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.VolumeProjection.Builder> implements V1.VolumeProjectionOrBuilder
Projection that may be projected along with other supported volume typesProtobuf type
k8s.io.api.core.v1.VolumeProjection| Modifier and Type | Method and Description |
|---|---|
V1.VolumeProjection.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.VolumeProjection |
build() |
V1.VolumeProjection |
buildPartial() |
V1.VolumeProjection.Builder |
clear() |
V1.VolumeProjection.Builder |
clearConfigMap()
information about the configMap data to project
+optional
|
V1.VolumeProjection.Builder |
clearDownwardAPI()
information about the downwardAPI data to project
+optional
|
V1.VolumeProjection.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.VolumeProjection.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.VolumeProjection.Builder |
clearSecret()
information about the secret data to project
+optional
|
V1.VolumeProjection.Builder |
clearServiceAccountToken()
information about the serviceAccountToken data to project
+optional
|
V1.VolumeProjection.Builder |
clone() |
V1.ConfigMapProjection |
getConfigMap()
information about the configMap data to project
+optional
|
V1.ConfigMapProjection.Builder |
getConfigMapBuilder()
information about the configMap data to project
+optional
|
V1.ConfigMapProjectionOrBuilder |
getConfigMapOrBuilder()
information about the configMap data to project
+optional
|
V1.VolumeProjection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
V1.DownwardAPIProjection |
getDownwardAPI()
information about the downwardAPI data to project
+optional
|
V1.DownwardAPIProjection.Builder |
getDownwardAPIBuilder()
information about the downwardAPI data to project
+optional
|
V1.DownwardAPIProjectionOrBuilder |
getDownwardAPIOrBuilder()
information about the downwardAPI data to project
+optional
|
V1.SecretProjection |
getSecret()
information about the secret data to project
+optional
|
V1.SecretProjection.Builder |
getSecretBuilder()
information about the secret data to project
+optional
|
V1.SecretProjectionOrBuilder |
getSecretOrBuilder()
information about the secret data to project
+optional
|
V1.ServiceAccountTokenProjection |
getServiceAccountToken()
information about the serviceAccountToken data to project
+optional
|
V1.ServiceAccountTokenProjection.Builder |
getServiceAccountTokenBuilder()
information about the serviceAccountToken data to project
+optional
|
V1.ServiceAccountTokenProjectionOrBuilder |
getServiceAccountTokenOrBuilder()
information about the serviceAccountToken data to project
+optional
|
boolean |
hasConfigMap()
information about the configMap data to project
+optional
|
boolean |
hasDownwardAPI()
information about the downwardAPI data to project
+optional
|
boolean |
hasSecret()
information about the secret data to project
+optional
|
boolean |
hasServiceAccountToken()
information about the serviceAccountToken data to project
+optional
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1.VolumeProjection.Builder |
mergeConfigMap(V1.ConfigMapProjection value)
information about the configMap data to project
+optional
|
V1.VolumeProjection.Builder |
mergeDownwardAPI(V1.DownwardAPIProjection value)
information about the downwardAPI data to project
+optional
|
V1.VolumeProjection.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.VolumeProjection.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1.VolumeProjection.Builder |
mergeFrom(V1.VolumeProjection other) |
V1.VolumeProjection.Builder |
mergeSecret(V1.SecretProjection value)
information about the secret data to project
+optional
|
V1.VolumeProjection.Builder |
mergeServiceAccountToken(V1.ServiceAccountTokenProjection value)
information about the serviceAccountToken data to project
+optional
|
V1.VolumeProjection.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.VolumeProjection.Builder |
setConfigMap(V1.ConfigMapProjection.Builder builderForValue)
information about the configMap data to project
+optional
|
V1.VolumeProjection.Builder |
setConfigMap(V1.ConfigMapProjection value)
information about the configMap data to project
+optional
|
V1.VolumeProjection.Builder |
setDownwardAPI(V1.DownwardAPIProjection.Builder builderForValue)
information about the downwardAPI data to project
+optional
|
V1.VolumeProjection.Builder |
setDownwardAPI(V1.DownwardAPIProjection value)
information about the downwardAPI data to project
+optional
|
V1.VolumeProjection.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.VolumeProjection.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.VolumeProjection.Builder |
setSecret(V1.SecretProjection.Builder builderForValue)
information about the secret data to project
+optional
|
V1.VolumeProjection.Builder |
setSecret(V1.SecretProjection value)
information about the secret data to project
+optional
|
V1.VolumeProjection.Builder |
setServiceAccountToken(V1.ServiceAccountTokenProjection.Builder builderForValue)
information about the serviceAccountToken data to project
+optional
|
V1.VolumeProjection.Builder |
setServiceAccountToken(V1.ServiceAccountTokenProjection value)
information about the serviceAccountToken data to project
+optional
|
V1.VolumeProjection.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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.VolumeProjection.Builder>public V1.VolumeProjection.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.VolumeProjection.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.VolumeProjection.Builder>public V1.VolumeProjection getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1.VolumeProjection build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1.VolumeProjection buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1.VolumeProjection.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.VolumeProjection.Builder>public V1.VolumeProjection.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.VolumeProjection.Builder>public V1.VolumeProjection.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.VolumeProjection.Builder>public V1.VolumeProjection.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1.VolumeProjection.Builder>public V1.VolumeProjection.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.VolumeProjection.Builder>public V1.VolumeProjection.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.VolumeProjection.Builder>public V1.VolumeProjection.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.VolumeProjection.Builder>public V1.VolumeProjection.Builder mergeFrom(V1.VolumeProjection other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1.VolumeProjection.Builder>public V1.VolumeProjection.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.VolumeProjection.Builder>IOExceptionpublic boolean hasSecret()
information about the secret data to project +optional
optional .k8s.io.api.core.v1.SecretProjection secret = 1;hasSecret in interface V1.VolumeProjectionOrBuilderpublic V1.SecretProjection getSecret()
information about the secret data to project +optional
optional .k8s.io.api.core.v1.SecretProjection secret = 1;getSecret in interface V1.VolumeProjectionOrBuilderpublic V1.VolumeProjection.Builder setSecret(V1.SecretProjection value)
information about the secret data to project +optional
optional .k8s.io.api.core.v1.SecretProjection secret = 1;public V1.VolumeProjection.Builder setSecret(V1.SecretProjection.Builder builderForValue)
information about the secret data to project +optional
optional .k8s.io.api.core.v1.SecretProjection secret = 1;public V1.VolumeProjection.Builder mergeSecret(V1.SecretProjection value)
information about the secret data to project +optional
optional .k8s.io.api.core.v1.SecretProjection secret = 1;public V1.VolumeProjection.Builder clearSecret()
information about the secret data to project +optional
optional .k8s.io.api.core.v1.SecretProjection secret = 1;public V1.SecretProjection.Builder getSecretBuilder()
information about the secret data to project +optional
optional .k8s.io.api.core.v1.SecretProjection secret = 1;public V1.SecretProjectionOrBuilder getSecretOrBuilder()
information about the secret data to project +optional
optional .k8s.io.api.core.v1.SecretProjection secret = 1;getSecretOrBuilder in interface V1.VolumeProjectionOrBuilderpublic boolean hasDownwardAPI()
information about the downwardAPI data to project +optional
optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2;hasDownwardAPI in interface V1.VolumeProjectionOrBuilderpublic V1.DownwardAPIProjection getDownwardAPI()
information about the downwardAPI data to project +optional
optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2;getDownwardAPI in interface V1.VolumeProjectionOrBuilderpublic V1.VolumeProjection.Builder setDownwardAPI(V1.DownwardAPIProjection value)
information about the downwardAPI data to project +optional
optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2;public V1.VolumeProjection.Builder setDownwardAPI(V1.DownwardAPIProjection.Builder builderForValue)
information about the downwardAPI data to project +optional
optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2;public V1.VolumeProjection.Builder mergeDownwardAPI(V1.DownwardAPIProjection value)
information about the downwardAPI data to project +optional
optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2;public V1.VolumeProjection.Builder clearDownwardAPI()
information about the downwardAPI data to project +optional
optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2;public V1.DownwardAPIProjection.Builder getDownwardAPIBuilder()
information about the downwardAPI data to project +optional
optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2;public V1.DownwardAPIProjectionOrBuilder getDownwardAPIOrBuilder()
information about the downwardAPI data to project +optional
optional .k8s.io.api.core.v1.DownwardAPIProjection downwardAPI = 2;getDownwardAPIOrBuilder in interface V1.VolumeProjectionOrBuilderpublic boolean hasConfigMap()
information about the configMap data to project +optional
optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3;hasConfigMap in interface V1.VolumeProjectionOrBuilderpublic V1.ConfigMapProjection getConfigMap()
information about the configMap data to project +optional
optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3;getConfigMap in interface V1.VolumeProjectionOrBuilderpublic V1.VolumeProjection.Builder setConfigMap(V1.ConfigMapProjection value)
information about the configMap data to project +optional
optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3;public V1.VolumeProjection.Builder setConfigMap(V1.ConfigMapProjection.Builder builderForValue)
information about the configMap data to project +optional
optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3;public V1.VolumeProjection.Builder mergeConfigMap(V1.ConfigMapProjection value)
information about the configMap data to project +optional
optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3;public V1.VolumeProjection.Builder clearConfigMap()
information about the configMap data to project +optional
optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3;public V1.ConfigMapProjection.Builder getConfigMapBuilder()
information about the configMap data to project +optional
optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3;public V1.ConfigMapProjectionOrBuilder getConfigMapOrBuilder()
information about the configMap data to project +optional
optional .k8s.io.api.core.v1.ConfigMapProjection configMap = 3;getConfigMapOrBuilder in interface V1.VolumeProjectionOrBuilderpublic boolean hasServiceAccountToken()
information about the serviceAccountToken data to project +optional
optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4;
hasServiceAccountToken in interface V1.VolumeProjectionOrBuilderpublic V1.ServiceAccountTokenProjection getServiceAccountToken()
information about the serviceAccountToken data to project +optional
optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4;
getServiceAccountToken in interface V1.VolumeProjectionOrBuilderpublic V1.VolumeProjection.Builder setServiceAccountToken(V1.ServiceAccountTokenProjection value)
information about the serviceAccountToken data to project +optional
optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4;
public V1.VolumeProjection.Builder setServiceAccountToken(V1.ServiceAccountTokenProjection.Builder builderForValue)
information about the serviceAccountToken data to project +optional
optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4;
public V1.VolumeProjection.Builder mergeServiceAccountToken(V1.ServiceAccountTokenProjection value)
information about the serviceAccountToken data to project +optional
optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4;
public V1.VolumeProjection.Builder clearServiceAccountToken()
information about the serviceAccountToken data to project +optional
optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4;
public V1.ServiceAccountTokenProjection.Builder getServiceAccountTokenBuilder()
information about the serviceAccountToken data to project +optional
optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4;
public V1.ServiceAccountTokenProjectionOrBuilder getServiceAccountTokenOrBuilder()
information about the serviceAccountToken data to project +optional
optional .k8s.io.api.core.v1.ServiceAccountTokenProjection serviceAccountToken = 4;
getServiceAccountTokenOrBuilder in interface V1.VolumeProjectionOrBuilderpublic final V1.VolumeProjection.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.VolumeProjection.Builder>public final V1.VolumeProjection.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.VolumeProjection.Builder>Copyright © 2021. All rights reserved.