Uses of Class
org.cdk8s.plus24.EnvValue
-
Packages that use EnvValue Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of EnvValue in org.cdk8s.plus24
Methods in org.cdk8s.plus24 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. fromFieldRef(EnvFieldPaths fieldPath)Create a value from a field reference.static EnvValueEnvValue. fromFieldRef(EnvFieldPaths fieldPath, EnvValueFromFieldRefOptions options)Create a value from a field reference.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. fromResource(ResourceFieldPaths resource)Create a value from a resource.static EnvValueEnvValue. fromResource(ResourceFieldPaths resource, EnvValueFromResourceOptions options)Create a value from a resource.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.plus24 that return types with arguments of type EnvValue Modifier and Type Method Description default Map<String,EnvValue>ContainerProps. getEnvVariables()Environment variables to set in the container.Map<String,EnvValue>ContainerProps.Jsii$Proxy. getEnvVariables()Map<String,EnvValue>Env. getVariables()The environment variables for this container.Methods in org.cdk8s.plus24 with parameters of type EnvValue Modifier and Type Method Description voidEnv. addVariable(String name, EnvValue value)Add a single variable by name and value.Method parameters in org.cdk8s.plus24 with type arguments of type EnvValue Modifier and Type Method Description Container.BuilderContainer.Builder. envVariables(Map<String,? extends EnvValue> envVariables)Environment variables to set in the container.ContainerProps.BuilderContainerProps.Builder. envVariables(Map<String,? extends EnvValue> envVariables)Sets the value ofContainerProps.getEnvVariables()Constructor parameters in org.cdk8s.plus24 with type arguments of type EnvValue Constructor Description Env(List<EnvFrom> sources, Map<String,EnvValue> variables)
-