| Modifier and Type | Method and Description |
|---|---|
static EnvValue |
EnvValue.fromConfigMap(IConfigMap configMap,
String key)
(experimental) Create a value by reading a specific key inside a config map.
|
static EnvValue |
EnvValue.fromConfigMap(IConfigMap configMap,
String key,
EnvValueFromConfigMapOptions options)
(experimental) Create a value by reading a specific key inside a config map.
|
static EnvValue |
EnvValue.fromProcess(String key)
(experimental) Create a value from a key in the current process environment.
|
static EnvValue |
EnvValue.fromProcess(String key,
EnvValueFromProcessOptions options)
(experimental) Create a value from a key in the current process environment.
|
static EnvValue |
EnvValue.fromSecretValue(SecretValue secretValue)
(experimental) Defines an environment value from a secret JSON value.
|
static EnvValue |
EnvValue.fromSecretValue(SecretValue secretValue,
EnvValueFromSecretOptions options)
(experimental) Defines an environment value from a secret JSON value.
|
static EnvValue |
EnvValue.fromValue(String value)
(experimental) Create a value from the given argument.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EnvValue> |
Container.getEnv()
(experimental) The environment variables for this container.
|
default Map<String,EnvValue> |
ContainerProps.getEnv()
(experimental) List of environment variables to set in the container.
|
Map<String,EnvValue> |
ContainerProps.Jsii$Proxy.getEnv() |
| Modifier and Type | Method and Description |
|---|---|
void |
Container.addEnv(String name,
EnvValue value)
(experimental) Add an environment value to the container.
|
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.env(Map<String,? extends EnvValue> env)
(experimental) List of environment variables to set in the container.
|
ContainerProps.Builder |
ContainerProps.Builder.env(Map<String,? extends EnvValue> env)
Sets the value of
ContainerProps.getEnv() |
Copyright © 2020. All rights reserved.