public final class ConfigMapVolumeSource extends com.google.protobuf.GeneratedMessageV3 implements ConfigMapVolumeSourceOrBuilder
appscode.kubernetes.v1beta2.ConfigMapVolumeSource| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigMapVolumeSource.Builder
Protobuf type
appscode.kubernetes.v1beta2.ConfigMapVolumeSource |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULTMODE_FIELD_NUMBER |
static int |
ITEMS_FIELD_NUMBER |
static int |
LOCALOBJECTREFERENCE_FIELD_NUMBER |
static int |
OPTIONAL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ConfigMapVolumeSource |
getDefaultInstance() |
ConfigMapVolumeSource |
getDefaultInstanceForType() |
int |
getDefaultMode()
Optional: mode bits to use on created files by default.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
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; |
LocalObjectReferenceOrBuilder |
getLocalObjectReferenceOrBuilder()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1; |
boolean |
getOptional()
Specify whether the ConfigMap or it's keys must be defined
+optional
|
com.google.protobuf.Parser<ConfigMapVolumeSource> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
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() |
static ConfigMapVolumeSource.Builder |
newBuilder() |
static ConfigMapVolumeSource.Builder |
newBuilder(ConfigMapVolumeSource prototype) |
ConfigMapVolumeSource.Builder |
newBuilderForType() |
protected ConfigMapVolumeSource.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ConfigMapVolumeSource |
parseDelimitedFrom(java.io.InputStream input) |
static ConfigMapVolumeSource |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigMapVolumeSource |
parseFrom(byte[] data) |
static ConfigMapVolumeSource |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigMapVolumeSource |
parseFrom(java.nio.ByteBuffer data) |
static ConfigMapVolumeSource |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigMapVolumeSource |
parseFrom(com.google.protobuf.ByteString data) |
static ConfigMapVolumeSource |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigMapVolumeSource |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ConfigMapVolumeSource |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ConfigMapVolumeSource |
parseFrom(java.io.InputStream input) |
static ConfigMapVolumeSource |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ConfigMapVolumeSource> |
parser() |
ConfigMapVolumeSource.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int LOCALOBJECTREFERENCE_FIELD_NUMBER
public static final int ITEMS_FIELD_NUMBER
public static final int DEFAULTMODE_FIELD_NUMBER
public static final int OPTIONAL_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasLocalObjectReference()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1;hasLocalObjectReference in interface ConfigMapVolumeSourceOrBuilderpublic LocalObjectReference getLocalObjectReference()
.appscode.kubernetes.v1beta2.LocalObjectReference localObjectReference = 1;getLocalObjectReference in interface ConfigMapVolumeSourceOrBuilderpublic 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 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 boolean getOptional()
Specify whether the ConfigMap or it's keys must be defined +optional
bool optional = 4;getOptional in interface ConfigMapVolumeSourceOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ConfigMapVolumeSource parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigMapVolumeSource parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigMapVolumeSource parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigMapVolumeSource parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigMapVolumeSource parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigMapVolumeSource parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ConfigMapVolumeSource parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ConfigMapVolumeSource parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ConfigMapVolumeSource parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ConfigMapVolumeSource parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ConfigMapVolumeSource parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ConfigMapVolumeSource parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ConfigMapVolumeSource.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ConfigMapVolumeSource.Builder newBuilder()
public static ConfigMapVolumeSource.Builder newBuilder(ConfigMapVolumeSource prototype)
public ConfigMapVolumeSource.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ConfigMapVolumeSource.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ConfigMapVolumeSource getDefaultInstance()
public static com.google.protobuf.Parser<ConfigMapVolumeSource> parser()
public com.google.protobuf.Parser<ConfigMapVolumeSource> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ConfigMapVolumeSource getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder