class Aws::EKS::Types::NodegroupUpdateConfig
The node group update configuration.
@note When making an API call, you may pass NodegroupUpdateConfig
data as a hash: { max_unavailable: 1, max_unavailable_percentage: 1, }
@!attribute [rw] max_unavailable
The maximum number of nodes unavailable at once during a version update. Nodes will be updated in parallel. This value or `maxUnavailablePercentage` is required to have a value.The maximum number is 100. @return [Integer]
@!attribute [rw] max_unavailable_percentage
The maximum percentage of nodes unavailable during a version update. This percentage of nodes will be updated in parallel, up to 100 nodes at once. This value or `maxUnavailable` is required to have a value. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/NodegroupUpdateConfig AWS API Documentation
Constants
- SENSITIVE