Uses of Class
io.kubernetes.client.openapi.models.V1EnvVar
Packages that use V1EnvVar
-
Uses of V1EnvVar in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1EnvVarMethods in io.kubernetes.client.openapi.models that return types with arguments of type V1EnvVarModifier and TypeMethodDescriptionV1Container.getEnv()
List of environment variables to set in the container.V1EphemeralContainer.getEnv()
List of environment variables to set in the container.Methods in io.kubernetes.client.openapi.models with parameters of type V1EnvVarModifier and TypeMethodDescriptionV1Container.addEnvItem
(V1EnvVar envItem) V1EphemeralContainer.addEnvItem
(V1EnvVar envItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type V1EnvVar