| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
NodePoolUpgradeInfo |
NodePoolUpgradeInfo.clone() |
NodePoolUpgradeInfo |
NodePoolUpgradeInfo.set(String fieldName,
Object value) |
NodePoolUpgradeInfo |
NodePoolUpgradeInfo.setAutoUpgradeStatus(List<String> autoUpgradeStatus)
The auto upgrade status.
|
NodePoolUpgradeInfo |
NodePoolUpgradeInfo.setEndOfExtendedSupportTimestamp(String endOfExtendedSupportTimestamp)
The nodepool's current minor version's end of extended support timestamp.
|
NodePoolUpgradeInfo |
NodePoolUpgradeInfo.setEndOfStandardSupportTimestamp(String endOfStandardSupportTimestamp)
The nodepool's current minor version's end of standard support timestamp.
|
NodePoolUpgradeInfo |
NodePoolUpgradeInfo.setMinorTargetVersion(String minorTargetVersion)
minor_target_version indicates the target version for minor upgrade.
|
NodePoolUpgradeInfo |
NodePoolUpgradeInfo.setPatchTargetVersion(String patchTargetVersion)
patch_target_version indicates the target version for patch upgrade.
|
NodePoolUpgradeInfo |
NodePoolUpgradeInfo.setPausedReason(List<String> pausedReason)
The auto upgrade paused reason.
|
NodePoolUpgradeInfo |
NodePoolUpgradeInfo.setUpgradeDetails(List<UpgradeDetails> upgradeDetails)
The list of past auto upgrades.
|
Copyright © 2011–2025 Google. All rights reserved.