@Generated(value="jsii-pacmak/1.41.0 (build a274beb)", date="2021-10-30T01:04:46.465Z") @Stability(value=Stable) public interface ConfigMapProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigMapProps.Builder
A builder for
ConfigMapProps |
static class |
ConfigMapProps.Jsii$Proxy
An implementation for
ConfigMapProps |
| Modifier and Type | Method and Description |
|---|---|
static ConfigMapProps.Builder |
builder() |
default Map<String,String> |
getBinaryData()
BinaryData contains the binary data.
|
default Map<String,String> |
getData()
Data contains the configuration data.
|
getMetadata@Stability(value=Stable) @Nullable default Map<String,String> getBinaryData()
Each key must consist of alphanumeric characters, '-', '_' or '.'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet.
You can also add binary data using configMap.addBinaryData().
@Stability(value=Stable) @Nullable default Map<String,String> getData()
Each key must consist of alphanumeric characters, '-', '_' or '.'. Values with non-UTF-8 byte sequences must use the BinaryData field. The keys stored in Data must not overlap with the keys in the BinaryData field, this is enforced during validation process.
You can also add data using configMap.addData().
@Stability(value=Stable) static ConfigMapProps.Builder builder()
builder in interface ResourcePropsConfigMapProps.Builder of ConfigMapPropsCopyright © 2021. All rights reserved.