x_kubernetes_list_map_keys

@JvmName(name = "ciqxkbvuylrwmblt")
suspend fun x_kubernetes_list_map_keys(value: Output<List<String>>)
@JvmName(name = "acjwrloaktcmfcst")
suspend fun x_kubernetes_list_map_keys(value: List<String>?)

Parameters

value

x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type map by specifying the keys used as the index of the map. This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).


@JvmName(name = "pvgfjntjgsdlpllf")
suspend fun x_kubernetes_list_map_keys(vararg values: Output<String>)


@JvmName(name = "swjtraqputtcjmkh")
suspend fun x_kubernetes_list_map_keys(values: List<Output<String>>)
@JvmName(name = "elbqjmdodkbqcmet")
suspend fun x_kubernetes_list_map_keys(vararg values: String)

Parameters

values

x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type map by specifying the keys used as the index of the map. This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported).