| Modifier and Type | Method and Description |
|---|---|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.addAllItems(Iterable<? extends V1.KeyToPath> values)
If unspecified, each key-value pair in the Data field of the referenced
ConfigMap will be projected into the volume as a file whose name is the
key and content is the value.
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.addItems(int index,
V1.KeyToPath.Builder builderForValue)
If unspecified, each key-value pair in the Data field of the referenced
ConfigMap will be projected into the volume as a file whose name is the
key and content is the value.
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.addItems(int index,
V1.KeyToPath value)
If unspecified, each key-value pair in the Data field of the referenced
ConfigMap will be projected into the volume as a file whose name is the
key and content is the value.
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.addItems(V1.KeyToPath.Builder builderForValue)
If unspecified, each key-value pair in the Data field of the referenced
ConfigMap will be projected into the volume as a file whose name is the
key and content is the value.
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.addItems(V1.KeyToPath value)
If unspecified, each key-value pair in the Data field of the referenced
ConfigMap will be projected into the volume as a file whose name is the
key and content is the value.
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.clear() |
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.clearItems()
If unspecified, each key-value pair in the Data field of the referenced
ConfigMap will be projected into the volume as a file whose name is the
key and content is the value.
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.clearLocalObjectReference()
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.clearOptional()
Specify whether the ConfigMap or it's keys must be defined
+optional
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.clone() |
V1.ConfigMapProjection.Builder |
V1.VolumeProjection.Builder.getConfigMapBuilder()
information about the configMap data to project
+optional
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.mergeFrom(V1.ConfigMapProjection other) |
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.mergeLocalObjectReference(V1.LocalObjectReference value)
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.newBuilder() |
static V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.newBuilder(V1.ConfigMapProjection prototype) |
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.newBuilderForType() |
protected V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.removeItems(int index)
If unspecified, each key-value pair in the Data field of the referenced
ConfigMap will be projected into the volume as a file whose name is the
key and content is the value.
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.setItems(int index,
V1.KeyToPath.Builder builderForValue)
If unspecified, each key-value pair in the Data field of the referenced
ConfigMap will be projected into the volume as a file whose name is the
key and content is the value.
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.setItems(int index,
V1.KeyToPath value)
If unspecified, each key-value pair in the Data field of the referenced
ConfigMap will be projected into the volume as a file whose name is the
key and content is the value.
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.setLocalObjectReference(V1.LocalObjectReference.Builder builderForValue)
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.setLocalObjectReference(V1.LocalObjectReference value)
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.setOptional(boolean value)
Specify whether the ConfigMap or it's keys must be defined
+optional
|
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.ConfigMapProjection.Builder |
V1.ConfigMapProjection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
V1.VolumeProjection.Builder |
V1.VolumeProjection.Builder.setConfigMap(V1.ConfigMapProjection.Builder builderForValue)
information about the configMap data to project
+optional
|
Copyright © 2020. All rights reserved.