Uses of Class
org.cdk8s.plus20.EnvValue
-
-
Uses of EnvValue in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return EnvValue Modifier and Type Method Description static EnvValueEnvValue. fromConfigMap(IConfigMap configMap, String key)Create a value by reading a specific key inside a config map.static EnvValueEnvValue. fromConfigMap(IConfigMap configMap, String key, EnvValueFromConfigMapOptions options)Create a value by reading a specific key inside a config map.static EnvValueEnvValue. fromProcess(String key)Create a value from a key in the current process environment.static EnvValueEnvValue. fromProcess(String key, EnvValueFromProcessOptions options)Create a value from a key in the current process environment.static EnvValueEnvValue. fromSecretValue(SecretValue secretValue)Defines an environment value from a secret JSON value.static EnvValueEnvValue. fromSecretValue(SecretValue secretValue, EnvValueFromSecretOptions options)Defines an environment value from a secret JSON value.static EnvValueEnvValue. fromValue(String value)Create a value from the given argument.Methods in org.cdk8s.plus20 that return types with arguments of type EnvValue Modifier and Type Method Description Map<String,EnvValue>Container. getEnv()The environment variables for this container.default Map<String,EnvValue>ContainerProps. getEnv()List of environment variables to set in the container.Map<String,EnvValue>ContainerProps.Jsii$Proxy. getEnv()Methods in org.cdk8s.plus20 with parameters of type EnvValue Modifier and Type Method Description voidContainer. addEnv(String name, EnvValue value)Add an environment value to the container.Method parameters in org.cdk8s.plus20 with type arguments of type EnvValue Modifier and Type Method Description Container.BuilderContainer.Builder. env(Map<String,? extends EnvValue> env)List of environment variables to set in the container.ContainerProps.BuilderContainerProps.Builder. env(Map<String,? extends EnvValue> env)Sets the value ofContainerProps.getEnv()
-