| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.EnvVar> |
V1.EnvVar.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.EnvVar |
V1.EnvVar.Builder.build() |
V1.EnvVar |
V1.EnvVar.Builder.buildPartial() |
static V1.EnvVar |
V1.EnvVar.getDefaultInstance() |
V1.EnvVar |
V1.EnvVar.getDefaultInstanceForType() |
V1.EnvVar |
V1.EnvVar.Builder.getDefaultInstanceForType() |
V1.EnvVar |
V1.ContainerOrBuilder.getEnv(int index)
List of environment variables to set in the container.
|
V1.EnvVar |
V1.Container.getEnv(int index)
List of environment variables to set in the container.
|
V1.EnvVar |
V1.Container.Builder.getEnv(int index)
List of environment variables to set in the container.
|
V1.EnvVar |
V1alpha1Settings.PodPresetSpecOrBuilder.getEnv(int index)
Env defines the collection of EnvVar to inject into containers.
|
V1.EnvVar |
V1alpha1Settings.PodPresetSpec.getEnv(int index)
Env defines the collection of EnvVar to inject into containers.
|
V1.EnvVar |
V1alpha1Settings.PodPresetSpec.Builder.getEnv(int index)
Env defines the collection of EnvVar to inject into containers.
|
static V1.EnvVar |
V1.EnvVar.parseDelimitedFrom(InputStream input) |
static V1.EnvVar |
V1.EnvVar.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EnvVar |
V1.EnvVar.parseFrom(byte[] data) |
static V1.EnvVar |
V1.EnvVar.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EnvVar |
V1.EnvVar.parseFrom(ByteBuffer data) |
static V1.EnvVar |
V1.EnvVar.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EnvVar |
V1.EnvVar.parseFrom(com.google.protobuf.ByteString data) |
static V1.EnvVar |
V1.EnvVar.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EnvVar |
V1.EnvVar.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.EnvVar |
V1.EnvVar.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.EnvVar |
V1.EnvVar.parseFrom(InputStream input) |
static V1.EnvVar |
V1.EnvVar.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<V1.EnvVar> |
V1.ContainerOrBuilder.getEnvList()
List of environment variables to set in the container.
|
List<V1.EnvVar> |
V1.Container.getEnvList()
List of environment variables to set in the container.
|
List<V1.EnvVar> |
V1.Container.Builder.getEnvList()
List of environment variables to set in the container.
|
List<V1.EnvVar> |
V1alpha1Settings.PodPresetSpecOrBuilder.getEnvList()
Env defines the collection of EnvVar to inject into containers.
|
List<V1.EnvVar> |
V1alpha1Settings.PodPresetSpec.getEnvList()
Env defines the collection of EnvVar to inject into containers.
|
List<V1.EnvVar> |
V1alpha1Settings.PodPresetSpec.Builder.getEnvList()
Env defines the collection of EnvVar to inject into containers.
|
com.google.protobuf.Parser<V1.EnvVar> |
V1.EnvVar.getParserForType() |
static com.google.protobuf.Parser<V1.EnvVar> |
V1.EnvVar.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.Container.Builder |
V1.Container.Builder.addEnv(int index,
V1.EnvVar value)
List of environment variables to set in the container.
|
V1alpha1Settings.PodPresetSpec.Builder |
V1alpha1Settings.PodPresetSpec.Builder.addEnv(int index,
V1.EnvVar value)
Env defines the collection of EnvVar to inject into containers.
|
V1.Container.Builder |
V1.Container.Builder.addEnv(V1.EnvVar value)
List of environment variables to set in the container.
|
V1alpha1Settings.PodPresetSpec.Builder |
V1alpha1Settings.PodPresetSpec.Builder.addEnv(V1.EnvVar value)
Env defines the collection of EnvVar to inject into containers.
|
V1.EnvVar.Builder |
V1.EnvVar.Builder.mergeFrom(V1.EnvVar other) |
static V1.EnvVar.Builder |
V1.EnvVar.newBuilder(V1.EnvVar prototype) |
V1.Container.Builder |
V1.Container.Builder.setEnv(int index,
V1.EnvVar value)
List of environment variables to set in the container.
|
V1alpha1Settings.PodPresetSpec.Builder |
V1alpha1Settings.PodPresetSpec.Builder.setEnv(int index,
V1.EnvVar value)
Env defines the collection of EnvVar to inject into containers.
|
| Modifier and Type | Method and Description |
|---|---|
V1.Container.Builder |
V1.Container.Builder.addAllEnv(Iterable<? extends V1.EnvVar> values)
List of environment variables to set in the container.
|
V1alpha1Settings.PodPresetSpec.Builder |
V1alpha1Settings.PodPresetSpec.Builder.addAllEnv(Iterable<? extends V1.EnvVar> values)
Env defines the collection of EnvVar to inject into containers.
|
Copyright © 2019. All rights reserved.