public static final class V1.EnvFromSource extends com.google.protobuf.GeneratedMessageV3 implements V1.EnvFromSourceOrBuilder
EnvFromSource represents the source of a set of ConfigMapsProtobuf type
k8s.io.api.core.v1.EnvFromSource| Modifier and Type | Class and Description |
|---|---|
static class |
V1.EnvFromSource.Builder
EnvFromSource represents the source of a set of ConfigMaps
|
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 |
CONFIGMAPREF_FIELD_NUMBER |
static com.google.protobuf.Parser<V1.EnvFromSource> |
PARSER
Deprecated.
|
static int |
PREFIX_FIELD_NUMBER |
static int |
SECRETREF_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
V1.ConfigMapEnvSource |
getConfigMapRef()
The ConfigMap to select from
+optional
|
V1.ConfigMapEnvSourceOrBuilder |
getConfigMapRefOrBuilder()
The ConfigMap to select from
+optional
|
static V1.EnvFromSource |
getDefaultInstance() |
V1.EnvFromSource |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<V1.EnvFromSource> |
getParserForType() |
String |
getPrefix()
An optional identifier to prepend to each key in the ConfigMap.
|
com.google.protobuf.ByteString |
getPrefixBytes()
An optional identifier to prepend to each key in the ConfigMap.
|
V1.SecretEnvSource |
getSecretRef()
The Secret to select from
+optional
|
V1.SecretEnvSourceOrBuilder |
getSecretRefOrBuilder()
The Secret to select from
+optional
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasConfigMapRef()
The ConfigMap to select from
+optional
|
int |
hashCode() |
boolean |
hasPrefix()
An optional identifier to prepend to each key in the ConfigMap.
|
boolean |
hasSecretRef()
The Secret to select from
+optional
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V1.EnvFromSource.Builder |
newBuilder() |
static V1.EnvFromSource.Builder |
newBuilder(V1.EnvFromSource prototype) |
V1.EnvFromSource.Builder |
newBuilderForType() |
protected V1.EnvFromSource.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1.EnvFromSource |
parseDelimitedFrom(InputStream input) |
static V1.EnvFromSource |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EnvFromSource |
parseFrom(byte[] data) |
static V1.EnvFromSource |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EnvFromSource |
parseFrom(ByteBuffer data) |
static V1.EnvFromSource |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EnvFromSource |
parseFrom(com.google.protobuf.ByteString data) |
static V1.EnvFromSource |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EnvFromSource |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.EnvFromSource |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EnvFromSource |
parseFrom(InputStream input) |
static V1.EnvFromSource |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1.EnvFromSource> |
parser() |
V1.EnvFromSource.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, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PREFIX_FIELD_NUMBER
public static final int CONFIGMAPREF_FIELD_NUMBER
public static final int SECRETREF_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1.EnvFromSource> PARSER
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 hasPrefix()
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. +optional
optional string prefix = 1;hasPrefix in interface V1.EnvFromSourceOrBuilderpublic String getPrefix()
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. +optional
optional string prefix = 1;getPrefix in interface V1.EnvFromSourceOrBuilderpublic com.google.protobuf.ByteString getPrefixBytes()
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. +optional
optional string prefix = 1;getPrefixBytes in interface V1.EnvFromSourceOrBuilderpublic boolean hasConfigMapRef()
The ConfigMap to select from +optional
optional .k8s.io.api.core.v1.ConfigMapEnvSource configMapRef = 2;hasConfigMapRef in interface V1.EnvFromSourceOrBuilderpublic V1.ConfigMapEnvSource getConfigMapRef()
The ConfigMap to select from +optional
optional .k8s.io.api.core.v1.ConfigMapEnvSource configMapRef = 2;getConfigMapRef in interface V1.EnvFromSourceOrBuilderpublic V1.ConfigMapEnvSourceOrBuilder getConfigMapRefOrBuilder()
The ConfigMap to select from +optional
optional .k8s.io.api.core.v1.ConfigMapEnvSource configMapRef = 2;getConfigMapRefOrBuilder in interface V1.EnvFromSourceOrBuilderpublic boolean hasSecretRef()
The Secret to select from +optional
optional .k8s.io.api.core.v1.SecretEnvSource secretRef = 3;hasSecretRef in interface V1.EnvFromSourceOrBuilderpublic V1.SecretEnvSource getSecretRef()
The Secret to select from +optional
optional .k8s.io.api.core.v1.SecretEnvSource secretRef = 3;getSecretRef in interface V1.EnvFromSourceOrBuilderpublic V1.SecretEnvSourceOrBuilder getSecretRefOrBuilder()
The Secret to select from +optional
optional .k8s.io.api.core.v1.SecretEnvSource secretRef = 3;getSecretRefOrBuilder in interface V1.EnvFromSourceOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(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 V1.EnvFromSource parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.EnvFromSource parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.EnvFromSource parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.EnvFromSource parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.EnvFromSource parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.EnvFromSource parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.EnvFromSource parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1.EnvFromSource parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.EnvFromSource parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1.EnvFromSource parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.EnvFromSource parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1.EnvFromSource parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1.EnvFromSource.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1.EnvFromSource.Builder newBuilder()
public static V1.EnvFromSource.Builder newBuilder(V1.EnvFromSource prototype)
public V1.EnvFromSource.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1.EnvFromSource.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1.EnvFromSource getDefaultInstance()
public static com.google.protobuf.Parser<V1.EnvFromSource> parser()
public com.google.protobuf.Parser<V1.EnvFromSource> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1.EnvFromSource getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.