| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.clone() |
ClusterUpdate |
UpdateClusterRequest.getUpdate()
A description of the update.
|
ClusterUpdate |
ClusterUpdate.set(java.lang.String fieldName,
java.lang.Object value) |
ClusterUpdate |
ClusterUpdate.setDesiredNodeVersion(java.lang.String desiredNodeVersion)
The Kubernetes version to change the nodes to (typically an upgrade).
|
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterRequest |
UpdateClusterRequest.setUpdate(ClusterUpdate update)
A description of the update.
|