| 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(java.lang.String fieldName,
java.lang.Object value) |
MasterAuth |
MasterAuth.setPassword(java.lang.String password)
The password to use when accessing the Kubernetes master endpoint.
|
MasterAuth |
MasterAuth.setUser(java.lang.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.
|