| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
UpgradeSettings |
UpgradeSettings.clone() |
UpgradeSettings |
UpdateNodePoolRequest.getUpgradeSettings()
Upgrade settings control disruption and speed of the upgrade.
|
UpgradeSettings |
NodePool.getUpgradeSettings()
Upgrade settings control disruption and speed of the upgrade.
|
UpgradeSettings |
AutoprovisioningNodePoolDefaults.getUpgradeSettings()
Specifies the upgrade settings for NAP created node pools
|
UpgradeSettings |
UpgradeSettings.set(String fieldName,
Object value) |
UpgradeSettings |
UpgradeSettings.setMaxSurge(Integer maxSurge)
The maximum number of nodes that can be created beyond the current size of the node pool during
the upgrade process.
|
UpgradeSettings |
UpgradeSettings.setMaxUnavailable(Integer maxUnavailable)
The maximum number of nodes that can be simultaneously unavailable during the upgrade process.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setUpgradeSettings(UpgradeSettings upgradeSettings)
Upgrade settings control disruption and speed of the upgrade.
|
NodePool |
NodePool.setUpgradeSettings(UpgradeSettings upgradeSettings)
Upgrade settings control disruption and speed of the upgrade.
|
AutoprovisioningNodePoolDefaults |
AutoprovisioningNodePoolDefaults.setUpgradeSettings(UpgradeSettings upgradeSettings)
Specifies the upgrade settings for NAP created node pools
|
Copyright © 2011–2020 Google. All rights reserved.