Class: Aws::EKS::Types::UpdateNodegroupConfigRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7120

class UpdateNodegroupConfigRequest < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :labels,
  :taints,
  :scaling_config,
  :update_config,
  :node_repair_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of your cluster.

Returns:

  • (String)


7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7120

class UpdateNodegroupConfigRequest < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :labels,
  :taints,
  :scaling_config,
  :update_config,
  :node_repair_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#labelsTypes::UpdateLabelsPayload

The Kubernetes labels to apply to the nodes in the node group after the update.



7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7120

class UpdateNodegroupConfigRequest < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :labels,
  :taints,
  :scaling_config,
  :update_config,
  :node_repair_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#node_repair_configTypes::NodeRepairConfig

The node auto repair configuration for the node group.



7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7120

class UpdateNodegroupConfigRequest < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :labels,
  :taints,
  :scaling_config,
  :update_config,
  :node_repair_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#nodegroup_nameString

The name of the managed node group to update.

Returns:

  • (String)


7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7120

class UpdateNodegroupConfigRequest < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :labels,
  :taints,
  :scaling_config,
  :update_config,
  :node_repair_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_configTypes::NodegroupScalingConfig

The scaling configuration details for the Auto Scaling group after the update.



7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7120

class UpdateNodegroupConfigRequest < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :labels,
  :taints,
  :scaling_config,
  :update_config,
  :node_repair_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#taintsTypes::UpdateTaintsPayload

The Kubernetes taints to be applied to the nodes in the node group after the update. For more information, see Node taints on managed node groups.



7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7120

class UpdateNodegroupConfigRequest < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :labels,
  :taints,
  :scaling_config,
  :update_config,
  :node_repair_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#update_configTypes::NodegroupUpdateConfig

The node group update configuration.



7120
7121
7122
7123
7124
7125
7126
7127
7128
7129
7130
7131
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 7120

class UpdateNodegroupConfigRequest < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :labels,
  :taints,
  :scaling_config,
  :update_config,
  :node_repair_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end