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?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}