Send feedback
Class NodePool.UpgradeSettings (2.31.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.31.0 keyboard_arrow_down
public static final class NodePool . UpgradeSettings extends GeneratedMessageV3 implements NodePool . UpgradeSettingsOrBuilder
These upgrade settings configure the upgrade strategy for the node pool.
Use strategy to switch between the strategies applied to the node pool.
If the strategy is SURGE, use max_surge and max_unavailable to control
the level of parallelism and the level of disruption caused by upgrade.
maxSurge controls the number of additional nodes that can be added to
the node pool temporarily for the time of the upgrade to increase the
number of available nodes.
maxUnavailable controls the number of nodes that can be simultaneously
unavailable.
(maxUnavailable + maxSurge) determines the level of parallelism (how
many nodes are being upgraded at the same time).
If the strategy is BLUE_GREEN, use blue_green_settings to configure the
blue-green upgrade related settings.
standard_rollout_policy is the default policy. The policy is used to
control the way blue pool gets drained. The draining is executed in the
batch mode. The batch size could be specified as either percentage of the
node pool size or the number of nodes. batch_soak_duration is the soak
time after each batch gets drained.
node_pool_soak_duration is the soak time after all blue nodes are
drained. After this period, the blue pool nodes will be deleted.
Protobuf type google.container.v1beta1.NodePool.UpgradeSettings
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
BLUE_GREEN_SETTINGS_FIELD_NUMBER
public static final int BLUE_GREEN_SETTINGS_FIELD_NUMBER
Field Value Type Description int
MAX_SURGE_FIELD_NUMBER
public static final int MAX_SURGE_FIELD_NUMBER
Field Value Type Description int
MAX_UNAVAILABLE_FIELD_NUMBER
public static final int MAX_UNAVAILABLE_FIELD_NUMBER
Field Value Type Description int
STRATEGY_FIELD_NUMBER
public static final int STRATEGY_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static NodePool . UpgradeSettings getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static NodePool . UpgradeSettings . Builder newBuilder ()
newBuilder(NodePool.UpgradeSettings prototype)
public static NodePool . UpgradeSettings . Builder newBuilder ( NodePool . UpgradeSettings prototype )
public static NodePool . UpgradeSettings parseDelimitedFrom ( InputStream input )
public static NodePool . UpgradeSettings parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static NodePool . UpgradeSettings parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NodePool . UpgradeSettings parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static NodePool . UpgradeSettings parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NodePool . UpgradeSettings parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static NodePool . UpgradeSettings parseFrom ( CodedInputStream input )
public static NodePool . UpgradeSettings parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static NodePool . UpgradeSettings parseFrom ( InputStream input )
public static NodePool . UpgradeSettings parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static NodePool . UpgradeSettings parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NodePool . UpgradeSettings parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<NodePool . UpgradeSettings > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getBlueGreenSettings()
public BlueGreenSettings getBlueGreenSettings ()
Settings for blue-green upgrade strategy.
optional .google.container.v1beta1.BlueGreenSettings blue_green_settings = 4;
getBlueGreenSettingsOrBuilder()
public BlueGreenSettingsOrBuilder getBlueGreenSettingsOrBuilder ()
Settings for blue-green upgrade strategy.
optional .google.container.v1beta1.BlueGreenSettings blue_green_settings = 4;
getDefaultInstanceForType()
public NodePool . UpgradeSettings getDefaultInstanceForType ()
getMaxSurge()
The maximum number of nodes that can be created beyond the current size
of the node pool during the upgrade process.
int32 max_surge = 1;
Returns Type Description int
The maxSurge.
getMaxUnavailable()
public int getMaxUnavailable ()
The maximum number of nodes that can be simultaneously unavailable during
the upgrade process. A node is considered available if its status is
Ready.
int32 max_unavailable = 2;
Returns Type Description int
The maxUnavailable.
getParserForType()
public Parser<NodePool . UpgradeSettings > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getStrategy()
public NodePoolUpdateStrategy getStrategy ()
Update strategy of the node pool.
optional .google.container.v1beta1.NodePoolUpdateStrategy strategy = 3;
getStrategyValue()
public int getStrategyValue ()
Update strategy of the node pool.
optional .google.container.v1beta1.NodePoolUpdateStrategy strategy = 3;
Returns Type Description int
The enum numeric value on the wire for strategy.
hasBlueGreenSettings()
public boolean hasBlueGreenSettings ()
Settings for blue-green upgrade strategy.
optional .google.container.v1beta1.BlueGreenSettings blue_green_settings = 4;
Returns Type Description boolean
Whether the blueGreenSettings field is set.
hasStrategy()
public boolean hasStrategy ()
Update strategy of the node pool.
optional .google.container.v1beta1.NodePoolUpdateStrategy strategy = 3;
Returns Type Description boolean
Whether the strategy field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public NodePool . UpgradeSettings . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NodePool . UpgradeSettings . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public NodePool . UpgradeSettings . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]