| 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.
|
MasterAuth |
MasterAuth.set(java.lang.String fieldName,
java.lang.Object value) |
MasterAuth |
MasterAuth.setBearerToken(java.lang.String bearerToken)
The token used to authenticate API requests to the master.
|
MasterAuth |
MasterAuth.setPassword(java.lang.String password)
The password to use for HTTP basic authentication when accessing the Kubernetes master
endpoint.
|
MasterAuth |
MasterAuth.setUser(java.lang.String user)
The username to use for HTTP basic authentication when accessing the Kubernetes master
endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.setMasterAuth(MasterAuth masterAuth)
The authentication information for accessing the master.
|