| Modifier and Type | Class and Description |
|---|---|
class |
ConfigMap
(experimental) ConfigMap holds configuration data for pods to consume.
|
static class |
IConfigMap.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IConfigMap |
ConfigMap.fromConfigMapName(String name)
(experimental) Represents a ConfigMap created elsewhere.
|
| Modifier and Type | Method and Description |
|---|---|
static Volume |
Volume.fromConfigMap(IConfigMap configMap)
(experimental) Populate the volume from a ConfigMap.
|
static Volume |
Volume.fromConfigMap(IConfigMap configMap,
ConfigMapVolumeOptions options)
(experimental) Populate the volume from a ConfigMap.
|
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.
|
Copyright © 2020. All rights reserved.