| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
MasterAuth |
MasterAuth.clone() |
MasterAuth |
Cluster.getMasterAuth()
The authentication information for accessing the master endpoint.
|
MasterAuth |
SetMasterAuthRequest.getUpdate()
Required.
|
MasterAuth |
MasterAuth.set(String fieldName,
Object value) |
MasterAuth |
MasterAuth.setClientCertificate(String clientCertificate)
[Output only] Base64-encoded public certificate used by clients to authenticate to the cluster
endpoint.
|
MasterAuth |
MasterAuth.setClientCertificateConfig(ClientCertificateConfig clientCertificateConfig)
Configuration for client certificate authentication on the cluster.
|
MasterAuth |
MasterAuth.setClientKey(String clientKey)
[Output only] Base64-encoded private key used by clients to authenticate to the cluster
endpoint.
|
MasterAuth |
MasterAuth.setClusterCaCertificate(String clusterCaCertificate)
[Output only] Base64-encoded public certificate that is the root of trust for the cluster.
|
MasterAuth |
MasterAuth.setPassword(String password)
The password to use for HTTP basic authentication to the master endpoint.
|
MasterAuth |
MasterAuth.setUsername(String username)
The username to use for HTTP basic authentication to the master endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.setMasterAuth(MasterAuth masterAuth)
The authentication information for accessing the master endpoint.
|
SetMasterAuthRequest |
SetMasterAuthRequest.setUpdate(MasterAuth update)
Required.
|
Copyright © 2011–2020 Google. All rights reserved.