| Modifier and Type | Interface and Description |
|---|---|
static interface |
IConfigMap.Jsii$Default
Internal default implementation for
IConfigMap. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigMap
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)
Represents a ConfigMap created elsewhere.
|
| Modifier and Type | Method and Description |
|---|---|
static Volume |
Volume.fromConfigMap(IConfigMap configMap)
Populate the volume from a ConfigMap.
|
static Volume |
Volume.fromConfigMap(IConfigMap configMap,
ConfigMapVolumeOptions options)
Populate the volume from a ConfigMap.
|
static EnvValue |
EnvValue.fromConfigMap(IConfigMap configMap,
String key)
Create a value by reading a specific key inside a config map.
|
static EnvValue |
EnvValue.fromConfigMap(IConfigMap configMap,
String key,
EnvValueFromConfigMapOptions options)
Create a value by reading a specific key inside a config map.
|
Copyright © 2021. All rights reserved.