ConfigMapResponse

data class ConfigMapResponse(val keyValuePairs: Map<String, String>? = null)

The container config map.

Constructors

Link copied to clipboard
constructor(keyValuePairs: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The key value pairs dictionary in the config map.