public static final class ConfigMapVolumeSource.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ConfigMapVolumeSource.Builder> implements ConfigMapVolumeSourceOrBuilder
appscode.kubernetes.v1beta2.ConfigMapVolumeSource| Modifier and Type | Method and Description |
|---|---|
ConfigMapVolumeSource.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
ConfigMapVolumeSource |
build() |
ConfigMapVolumeSource |
buildPartial() |
ConfigMapVolumeSource.Builder |
clear() |
ConfigMapVolumeSource.Builder |
clearDefaultMode()
Optional: mode bits to use on created files by default.
|
ConfigMapVolumeSource.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ConfigMapVolumeSource.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.
|
ConfigMapVolumeSource.Builder |
clearLocalObjectReference()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1; |
ConfigMapVolumeSource.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ConfigMapVolumeSource.Builder |
clearOptional()
Specify whether the ConfigMap or it's keys must be defined
+optional
|
ConfigMapVolumeSource.Builder |
clone() |
ConfigMapVolumeSource |
getDefaultInstanceForType() |
int |
getDefaultMode()
Optional: mode bits to use on created files by default.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
KeyToPath |
getItems()
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.
|
KeyToPath.Builder |
getItemsBuilder()
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.
|
KeyToPathOrBuilder |
getItemsOrBuilder()
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.
|
LocalObjectReference |
getLocalObjectReference()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1; |
LocalObjectReference.Builder |
getLocalObjectReferenceBuilder()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1; |
LocalObjectReferenceOrBuilder |
getLocalObjectReferenceOrBuilder()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1; |
boolean |
getOptional()
Specify whether the ConfigMap or it's keys must be defined
+optional
|
boolean |
hasItems()
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.
|
boolean |
hasLocalObjectReference()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ConfigMapVolumeSource.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ConfigMapVolumeSource.Builder |
mergeFrom(ConfigMapVolumeSource other) |
ConfigMapVolumeSource.Builder |
mergeFrom(com.google.protobuf.Message other) |
ConfigMapVolumeSource.Builder |
mergeItems(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.
|
ConfigMapVolumeSource.Builder |
mergeLocalObjectReference(LocalObjectReference value)
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1; |
ConfigMapVolumeSource.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ConfigMapVolumeSource.Builder |
setDefaultMode(int value)
Optional: mode bits to use on created files by default.
|
ConfigMapVolumeSource.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
ConfigMapVolumeSource.Builder |
setItems(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.
|
ConfigMapVolumeSource.Builder |
setItems(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.
|
ConfigMapVolumeSource.Builder |
setLocalObjectReference(LocalObjectReference.Builder builderForValue)
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1; |
ConfigMapVolumeSource.Builder |
setLocalObjectReference(LocalObjectReference value)
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1; |
ConfigMapVolumeSource.Builder |
setOptional(boolean value)
Specify whether the ConfigMap or it's keys must be defined
+optional
|
ConfigMapVolumeSource.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ConfigMapVolumeSource.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, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, 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<ConfigMapVolumeSource.Builder>public ConfigMapVolumeSource.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigMapVolumeSource.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<ConfigMapVolumeSource.Builder>public ConfigMapVolumeSource getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ConfigMapVolumeSource build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ConfigMapVolumeSource buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ConfigMapVolumeSource.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigMapVolumeSource.Builder>public ConfigMapVolumeSource.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigMapVolumeSource.Builder>public ConfigMapVolumeSource.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigMapVolumeSource.Builder>public ConfigMapVolumeSource.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigMapVolumeSource.Builder>public ConfigMapVolumeSource.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigMapVolumeSource.Builder>public ConfigMapVolumeSource.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigMapVolumeSource.Builder>public ConfigMapVolumeSource.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConfigMapVolumeSource.Builder>public ConfigMapVolumeSource.Builder mergeFrom(ConfigMapVolumeSource other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigMapVolumeSource.Builder>public ConfigMapVolumeSource.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConfigMapVolumeSource.Builder>java.io.IOExceptionpublic boolean hasLocalObjectReference()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1;hasLocalObjectReference in interface ConfigMapVolumeSourceOrBuilderpublic LocalObjectReference getLocalObjectReference()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1;getLocalObjectReference in interface ConfigMapVolumeSourceOrBuilderpublic ConfigMapVolumeSource.Builder setLocalObjectReference(LocalObjectReference value)
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1;public ConfigMapVolumeSource.Builder setLocalObjectReference(LocalObjectReference.Builder builderForValue)
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1;public ConfigMapVolumeSource.Builder mergeLocalObjectReference(LocalObjectReference value)
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1;public ConfigMapVolumeSource.Builder clearLocalObjectReference()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1;public LocalObjectReference.Builder getLocalObjectReferenceBuilder()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1;public LocalObjectReferenceOrBuilder getLocalObjectReferenceOrBuilder()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1;getLocalObjectReferenceOrBuilder in interface ConfigMapVolumeSourceOrBuilderpublic boolean hasItems()
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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
.appscode.kubernetes.v1beta2.KeyToPath items = 2;hasItems in interface ConfigMapVolumeSourceOrBuilderpublic KeyToPath getItems()
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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
.appscode.kubernetes.v1beta2.KeyToPath items = 2;getItems in interface ConfigMapVolumeSourceOrBuilderpublic ConfigMapVolumeSource.Builder setItems(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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
.appscode.kubernetes.v1beta2.KeyToPath items = 2;public ConfigMapVolumeSource.Builder setItems(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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
.appscode.kubernetes.v1beta2.KeyToPath items = 2;public ConfigMapVolumeSource.Builder mergeItems(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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
.appscode.kubernetes.v1beta2.KeyToPath items = 2;public ConfigMapVolumeSource.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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
.appscode.kubernetes.v1beta2.KeyToPath items = 2;public KeyToPath.Builder getItemsBuilder()
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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
.appscode.kubernetes.v1beta2.KeyToPath items = 2;public KeyToPathOrBuilder getItemsOrBuilder()
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. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +optional
.appscode.kubernetes.v1beta2.KeyToPath items = 2;getItemsOrBuilder in interface ConfigMapVolumeSourceOrBuilderpublic int getDefaultMode()
Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +optional
int32 defaultMode = 3;getDefaultMode in interface ConfigMapVolumeSourceOrBuilderpublic ConfigMapVolumeSource.Builder setDefaultMode(int value)
Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +optional
int32 defaultMode = 3;public ConfigMapVolumeSource.Builder clearDefaultMode()
Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +optional
int32 defaultMode = 3;public boolean getOptional()
Specify whether the ConfigMap or it's keys must be defined +optional
bool optional = 4;getOptional in interface ConfigMapVolumeSourceOrBuilderpublic ConfigMapVolumeSource.Builder setOptional(boolean value)
Specify whether the ConfigMap or it's keys must be defined +optional
bool optional = 4;public ConfigMapVolumeSource.Builder clearOptional()
Specify whether the ConfigMap or it's keys must be defined +optional
bool optional = 4;public final ConfigMapVolumeSource.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigMapVolumeSource.Builder>public final ConfigMapVolumeSource.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConfigMapVolumeSource.Builder>