| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
MasterAuth |
MasterAuth.clone() |
MasterAuth |
Cluster.getMasterAuth()
The HTTP basic authentication information for accessing the master.
|
MasterAuth |
MasterAuth.set(String fieldName,
Object value) |
MasterAuth |
MasterAuth.setPassword(String password)
The password to use when accessing the Kubernetes master endpoint.
|
MasterAuth |
MasterAuth.setUser(String user)
The username to use when accessing the Kubernetes master endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.setMasterAuth(MasterAuth masterAuth)
The HTTP basic authentication information for accessing the master.
|