| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
ReleaseChannel |
ReleaseChannel.clone() |
ReleaseChannel |
ClusterUpdate.getDesiredReleaseChannel()
The desired release channel configuration.
|
ReleaseChannel |
Cluster.getReleaseChannel()
Release channel configuration.
|
ReleaseChannel |
UpgradeAvailableEvent.getReleaseChannel()
The release channel of the version.
|
ReleaseChannel |
ReleaseChannel.set(String fieldName,
Object value) |
ReleaseChannel |
ReleaseChannel.setChannel(String channel)
channel specifies which release channel the cluster is subscribed to.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredReleaseChannel(ReleaseChannel desiredReleaseChannel)
The desired release channel configuration.
|
Cluster |
Cluster.setReleaseChannel(ReleaseChannel releaseChannel)
Release channel configuration.
|
UpgradeAvailableEvent |
UpgradeAvailableEvent.setReleaseChannel(ReleaseChannel releaseChannel)
The release channel of the version.
|
Copyright © 2011–2024 Google. All rights reserved.