labels

@JvmName(name = "dwnuucbhmkxyvvsd")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "pcmgqhtpimijdnen")
suspend fun labels(value: Map<String, String>?)

Parameters

value

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and routes. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field effective_labels for all of the labels present on the resource.


@JvmName(name = "wapphswwknqdslbv")
fun labels(vararg values: Pair<String, String>)

Parameters

values

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and routes. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Note: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field effective_labels for all of the labels present on the resource.