metadata

@JvmName(name = "qgnmoaphruxqcskd")
suspend fun metadata(value: Output<Map<String, String>>)
@JvmName(name = "wvemdspjbmtrypnu")
suspend fun metadata(value: Map<String, String>?)

Parameters

value

The metadata key/value pairs assigned to instances in the cluster. From GKE 1.12 onwards, disable-legacy-endpoints is set to true by the API; if metadata is set but that default value is not included, the provider will attempt to unset the value. To avoid this, set the value in your config.


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

Parameters

values

The metadata key/value pairs assigned to instances in the cluster. From GKE 1.12 onwards, disable-legacy-endpoints is set to true by the API; if metadata is set but that default value is not included, the provider will attempt to unset the value. To avoid this, set the value in your config.