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 class
NodePool.UpgradeSettings.Builder
These 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 int
BLUE_GREEN_SETTINGS_FIELD_NUMBER
static int
MAX_SURGE_FIELD_NUMBER
static int
MAX_UNAVAILABLE_FIELD_NUMBER
static int
STRATEGY_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
BlueGreenSettings
getBlueGreenSettings()
Settings for blue-green upgrade strategy.BlueGreenSettingsOrBuilder
getBlueGreenSettingsOrBuilder()
Settings for blue-green upgrade strategy.static NodePool.UpgradeSettings
getDefaultInstance()
NodePool.UpgradeSettings
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
int
getMaxSurge()
The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.int
getMaxUnavailable()
The maximum number of nodes that can be simultaneously unavailable during the upgrade process.com.google.protobuf.Parser<NodePool.UpgradeSettings>
getParserForType()
int
getSerializedSize()
NodePoolUpdateStrategy
getStrategy()
Update strategy of the node pool.int
getStrategyValue()
Update strategy of the node pool.boolean
hasBlueGreenSettings()
Settings for blue-green upgrade strategy.int
hashCode()
boolean
hasStrategy()
Update strategy of the node pool.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static NodePool.UpgradeSettings.Builder
newBuilder()
static NodePool.UpgradeSettings.Builder
newBuilder(NodePool.UpgradeSettings prototype)
NodePool.UpgradeSettings.Builder
newBuilderForType()
protected NodePool.UpgradeSettings.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static NodePool.UpgradeSettings
parseDelimitedFrom(InputStream input)
static NodePool.UpgradeSettings
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodePool.UpgradeSettings
parseFrom(byte[] data)
static NodePool.UpgradeSettings
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodePool.UpgradeSettings
parseFrom(com.google.protobuf.ByteString data)
static NodePool.UpgradeSettings
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodePool.UpgradeSettings
parseFrom(com.google.protobuf.CodedInputStream input)
static NodePool.UpgradeSettings
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodePool.UpgradeSettings
parseFrom(InputStream input)
static NodePool.UpgradeSettings
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodePool.UpgradeSettings
parseFrom(ByteBuffer data)
static NodePool.UpgradeSettings
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<NodePool.UpgradeSettings>
parser()
NodePool.UpgradeSettings.Builder
toBuilder()
void
writeTo(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:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in 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:
getMaxSurge
in 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:
getMaxUnavailable
in interfaceNodePool.UpgradeSettingsOrBuilder
- Returns:
- The maxUnavailable.
-
hasStrategy
public boolean hasStrategy()
Update strategy of the node pool.
optional .google.container.v1beta1.NodePoolUpdateStrategy strategy = 3;
- Specified by:
hasStrategy
in 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:
getStrategyValue
in 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:
getStrategy
in 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:
hasBlueGreenSettings
in 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:
getBlueGreenSettings
in 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:
getBlueGreenSettingsOrBuilder
in interfaceNodePool.UpgradeSettingsOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in 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:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in 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:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected NodePool.UpgradeSettings.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in 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:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public NodePool.UpgradeSettings getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-