Uses of Class
io.kubernetes.client.openapi.models.V1EnvFromSource
Packages that use V1EnvFromSource
-
Uses of V1EnvFromSource in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EnvFromSourceModifier and TypeMethodDescriptionV1EnvFromSource.configMapRef
(V1ConfigMapEnvSource configMapRef) static V1EnvFromSource
Create an instance of V1EnvFromSource given an JSON stringV1EnvFromSource.secretRef
(V1SecretEnvSource secretRef) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1EnvFromSourceModifier and TypeMethodDescriptionV1Container.getEnvFrom()
List of sources to populate environment variables in the container.V1EphemeralContainer.getEnvFrom()
List of sources to populate environment variables in the container.Methods in io.kubernetes.client.openapi.models with parameters of type V1EnvFromSourceModifier and TypeMethodDescriptionV1Container.addEnvFromItem
(V1EnvFromSource envFromItem) V1EphemeralContainer.addEnvFromItem
(V1EnvFromSource envFromItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1EnvFromSourceModifier and TypeMethodDescriptionV1Container.envFrom
(List<V1EnvFromSource> envFrom) V1EphemeralContainer.envFrom
(List<V1EnvFromSource> envFrom) void
V1Container.setEnvFrom
(List<V1EnvFromSource> envFrom) void
V1EphemeralContainer.setEnvFrom
(List<V1EnvFromSource> envFrom)