| 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 |
MasterAuth.set(java.lang.String fieldName,
java.lang.Object value) |
MasterAuth |
MasterAuth.setClientCertificate(java.lang.String clientCertificate)
[Output only] Base64-encoded public certificate used by clients to authenticate to the cluster
endpoint.
|
MasterAuth |
MasterAuth.setClientKey(java.lang.String clientKey)
[Output only] Base64-encoded private key used by clients to authenticate to the cluster
endpoint.
|
MasterAuth |
MasterAuth.setClusterCaCertificate(java.lang.String clusterCaCertificate)
[Output only] Base64-encoded public certificate that is the root of trust for the cluster.
|
MasterAuth |
MasterAuth.setPassword(java.lang.String password)
The password to use for HTTP basic authentication to the master endpoint.
|
MasterAuth |
MasterAuth.setUsername(java.lang.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.
|