masterAuth

@JvmName(name = "duomgkhxeoclkvab")
suspend fun masterAuth(value: Output<ClusterMasterAuthArgs>)
@JvmName(name = "akbmwdqbujvolbkl")
suspend fun masterAuth(value: ClusterMasterAuthArgs?)

Parameters

value

The authentication information for accessing the Kubernetes master. Some values in this block are only returned by the API if your service account has permission to get credentials for your GKE cluster. If you see an unexpected diff unsetting your client cert, ensure you have the container.clusters.getCredentials permission. Structure is documented below.


@JvmName(name = "bikupercsfgmkldm")
suspend fun masterAuth(argument: suspend ClusterMasterAuthArgsBuilder.() -> Unit)

Parameters

argument

The authentication information for accessing the Kubernetes master. Some values in this block are only returned by the API if your service account has permission to get credentials for your GKE cluster. If you see an unexpected diff unsetting your client cert, ensure you have the container.clusters.getCredentials permission. Structure is documented below.