public interface EnvVarOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Name of the environment variable.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the environment variable.
|
java.lang.String |
getValue()
Variable references $(VAR_NAME) are expanded
using the previous defined environment variables in the container and
any service environment variables.
|
com.google.protobuf.ByteString |
getValueBytes()
Variable references $(VAR_NAME) are expanded
using the previous defined environment variables in the container and
any service environment variables.
|
EnvVarSource |
getValueFrom()
Source for the environment variable's value.
|
EnvVarSourceOrBuilder |
getValueFromOrBuilder()
Source for the environment variable's value.
|
boolean |
hasValueFrom()
Source for the environment variable's value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
Name of the environment variable. Must be a C_IDENTIFIER.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the environment variable. Must be a C_IDENTIFIER.
string name = 1;java.lang.String getValue()
Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". +optional
string value = 2;com.google.protobuf.ByteString getValueBytes()
Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". +optional
string value = 2;boolean hasValueFrom()
Source for the environment variable's value. Cannot be used if value is not empty. +optional
.appscode.kubernetes.v1beta2.EnvVarSource value_from = 3;EnvVarSource getValueFrom()
Source for the environment variable's value. Cannot be used if value is not empty. +optional
.appscode.kubernetes.v1beta2.EnvVarSource value_from = 3;EnvVarSourceOrBuilder getValueFromOrBuilder()
Source for the environment variable's value. Cannot be used if value is not empty. +optional
.appscode.kubernetes.v1beta2.EnvVarSource value_from = 3;