Package com.google.container.v1beta1
Class NodePool.UpgradeSettings
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.container.v1beta1.NodePool.UpgradeSettings
-
- All Implemented Interfaces:
NodePool.UpgradeSettingsOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- NodePool
public static final class NodePool.UpgradeSettings extends com.google.protobuf.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. 1. 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. 2. maxUnavailable controls the number of nodes that can be simultaneously unavailable. 3. (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. 1. 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. 2. 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 typegoogle.container.v1beta1.NodePool.UpgradeSettings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodePool.UpgradeSettings.BuilderThese upgrade settings configure the upgrade strategy for the node pool.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intBLUE_GREEN_SETTINGS_FIELD_NUMBERstatic intMAX_SURGE_FIELD_NUMBERstatic intMAX_UNAVAILABLE_FIELD_NUMBERstatic intSTRATEGY_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)BlueGreenSettingsgetBlueGreenSettings()Settings for blue-green upgrade strategy.BlueGreenSettingsOrBuildergetBlueGreenSettingsOrBuilder()Settings for blue-green upgrade strategy.static NodePool.UpgradeSettingsgetDefaultInstance()NodePool.UpgradeSettingsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()intgetMaxSurge()The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.intgetMaxUnavailable()The maximum number of nodes that can be simultaneously unavailable during the upgrade process.com.google.protobuf.Parser<NodePool.UpgradeSettings>getParserForType()intgetSerializedSize()NodePoolUpdateStrategygetStrategy()Update strategy of the node pool.intgetStrategyValue()Update strategy of the node pool.booleanhasBlueGreenSettings()Settings for blue-green upgrade strategy.inthashCode()booleanhasStrategy()Update strategy of the node pool.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static NodePool.UpgradeSettings.BuildernewBuilder()static NodePool.UpgradeSettings.BuildernewBuilder(NodePool.UpgradeSettings prototype)NodePool.UpgradeSettings.BuildernewBuilderForType()protected NodePool.UpgradeSettings.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static NodePool.UpgradeSettingsparseDelimitedFrom(InputStream input)static NodePool.UpgradeSettingsparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodePool.UpgradeSettingsparseFrom(byte[] data)static NodePool.UpgradeSettingsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodePool.UpgradeSettingsparseFrom(com.google.protobuf.ByteString data)static NodePool.UpgradeSettingsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodePool.UpgradeSettingsparseFrom(com.google.protobuf.CodedInputStream input)static NodePool.UpgradeSettingsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodePool.UpgradeSettingsparseFrom(InputStream input)static NodePool.UpgradeSettingsparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static NodePool.UpgradeSettingsparseFrom(ByteBuffer data)static NodePool.UpgradeSettingsparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<NodePool.UpgradeSettings>parser()NodePool.UpgradeSettings.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
MAX_SURGE_FIELD_NUMBER
public static final int MAX_SURGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAX_UNAVAILABLE_FIELD_NUMBER
public static final int MAX_UNAVAILABLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STRATEGY_FIELD_NUMBER
public static final int STRATEGY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BLUE_GREEN_SETTINGS_FIELD_NUMBER
public static final int BLUE_GREEN_SETTINGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getMaxSurge
public int 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;- Specified by:
getMaxSurgein interfaceNodePool.UpgradeSettingsOrBuilder- Returns:
- 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;- Specified by:
getMaxUnavailablein interfaceNodePool.UpgradeSettingsOrBuilder- Returns:
- The maxUnavailable.
-
hasStrategy
public boolean hasStrategy()
Update strategy of the node pool.
optional .google.container.v1beta1.NodePoolUpdateStrategy strategy = 3;- Specified by:
hasStrategyin interfaceNodePool.UpgradeSettingsOrBuilder- Returns:
- Whether the strategy field is set.
-
getStrategyValue
public int getStrategyValue()
Update strategy of the node pool.
optional .google.container.v1beta1.NodePoolUpdateStrategy strategy = 3;- Specified by:
getStrategyValuein interfaceNodePool.UpgradeSettingsOrBuilder- Returns:
- The enum numeric value on the wire for strategy.
-
getStrategy
public NodePoolUpdateStrategy getStrategy()
Update strategy of the node pool.
optional .google.container.v1beta1.NodePoolUpdateStrategy strategy = 3;- Specified by:
getStrategyin interfaceNodePool.UpgradeSettingsOrBuilder- Returns:
- The strategy.
-
hasBlueGreenSettings
public boolean hasBlueGreenSettings()
Settings for blue-green upgrade strategy.
optional .google.container.v1beta1.BlueGreenSettings blue_green_settings = 4;- Specified by:
hasBlueGreenSettingsin interfaceNodePool.UpgradeSettingsOrBuilder- Returns:
- Whether the blueGreenSettings field is set.
-
getBlueGreenSettings
public BlueGreenSettings getBlueGreenSettings()
Settings for blue-green upgrade strategy.
optional .google.container.v1beta1.BlueGreenSettings blue_green_settings = 4;- Specified by:
getBlueGreenSettingsin interfaceNodePool.UpgradeSettingsOrBuilder- Returns:
- The blueGreenSettings.
-
getBlueGreenSettingsOrBuilder
public BlueGreenSettingsOrBuilder getBlueGreenSettingsOrBuilder()
Settings for blue-green upgrade strategy.
optional .google.container.v1beta1.BlueGreenSettings blue_green_settings = 4;- Specified by:
getBlueGreenSettingsOrBuilderin interfaceNodePool.UpgradeSettingsOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static NodePool.UpgradeSettings parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NodePool.UpgradeSettings parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NodePool.UpgradeSettings parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NodePool.UpgradeSettings parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NodePool.UpgradeSettings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NodePool.UpgradeSettings parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static NodePool.UpgradeSettings parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static NodePool.UpgradeSettings parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static NodePool.UpgradeSettings parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static NodePool.UpgradeSettings parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static NodePool.UpgradeSettings parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static NodePool.UpgradeSettings parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public NodePool.UpgradeSettings.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static NodePool.UpgradeSettings.Builder newBuilder()
-
newBuilder
public static NodePool.UpgradeSettings.Builder newBuilder(NodePool.UpgradeSettings prototype)
-
toBuilder
public NodePool.UpgradeSettings.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected NodePool.UpgradeSettings.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static NodePool.UpgradeSettings getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<NodePool.UpgradeSettings> parser()
-
getParserForType
public com.google.protobuf.Parser<NodePool.UpgradeSettings> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public NodePool.UpgradeSettings getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-