Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1EnvFromSource |
V1EnvFromSource.configMapRef(V1ConfigMapEnvSource configMapRef) |
V1EnvFromSource |
V1EnvFromSource.prefix(String prefix) |
V1EnvFromSource |
V1EnvFromSource.secretRef(V1SecretEnvSource secretRef) |
Modifier and Type | Method and Description |
---|---|
List<V1EnvFromSource> |
V1Container.getEnvFrom()
List of sources to populate environment variables in the container.
|
List<V1EnvFromSource> |
V1alpha1PodPresetSpec.getEnvFrom()
EnvFrom defines the collection of EnvFromSource to inject into containers.
|
Modifier and Type | Method and Description |
---|---|
V1Container |
V1Container.addEnvFromItem(V1EnvFromSource envFromItem) |
V1alpha1PodPresetSpec |
V1alpha1PodPresetSpec.addEnvFromItem(V1EnvFromSource envFromItem) |
Modifier and Type | Method and Description |
---|---|
V1Container |
V1Container.envFrom(List<V1EnvFromSource> envFrom) |
V1alpha1PodPresetSpec |
V1alpha1PodPresetSpec.envFrom(List<V1EnvFromSource> envFrom) |
void |
V1Container.setEnvFrom(List<V1EnvFromSource> envFrom) |
void |
V1alpha1PodPresetSpec.setEnvFrom(List<V1EnvFromSource> envFrom) |
Copyright © 2018. All rights reserved.