ConfigMap interface
The container config map.
Properties
| key |
The key value pairs dictionary in the config map. |
Property Details
keyValuePairs
The key value pairs dictionary in the config map.
keyValuePairs?: Record<string, string>
Property Value
Record<string, string>