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