data property

Map<String, String>? data
getter/setter pair

The "data" field of Kubernetes ConfigMap, organized in key-value pairs.

For details see: https://kubernetes.io/docs/concepts/configuration/configmap/ Example: { "example_key": "example_value", "another_key": "another_value" }

Optional.

Implementation

core.Map<core.String, core.String>? data;