Class: Aws::EKS::Types::UpdateClusterVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::UpdateClusterVersionRequest
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#force ⇒ Boolean
Set this value to
trueto override upgrade-blocking or rollback-blocking readiness checks when updating a cluster. -
#name ⇒ String
The name of the Amazon EKS cluster to update.
-
#rollback_config ⇒ Types::RollbackConfig
The rollback configuration for the cluster version rollback.
-
#version ⇒ String
The desired Kubernetes version following a successful update.
Instance Attribute Details
#client_request_token ⇒ String
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.
8282 8283 8284 8285 8286 8287 8288 8289 8290 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8282 class UpdateClusterVersionRequest < Struct.new( :name, :version, :client_request_token, :force, :rollback_config) SENSITIVE = [] include Aws::Structure end |
#force ⇒ Boolean
Set this value to true to override upgrade-blocking or
rollback-blocking readiness checks when updating a cluster.
8282 8283 8284 8285 8286 8287 8288 8289 8290 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8282 class UpdateClusterVersionRequest < Struct.new( :name, :version, :client_request_token, :force, :rollback_config) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon EKS cluster to update.
8282 8283 8284 8285 8286 8287 8288 8289 8290 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8282 class UpdateClusterVersionRequest < Struct.new( :name, :version, :client_request_token, :force, :rollback_config) SENSITIVE = [] include Aws::Structure end |
#rollback_config ⇒ Types::RollbackConfig
The rollback configuration for the cluster version rollback.
8282 8283 8284 8285 8286 8287 8288 8289 8290 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8282 class UpdateClusterVersionRequest < Struct.new( :name, :version, :client_request_token, :force, :rollback_config) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The desired Kubernetes version following a successful update.
8282 8283 8284 8285 8286 8287 8288 8289 8290 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 8282 class UpdateClusterVersionRequest < Struct.new( :name, :version, :client_request_token, :force, :rollback_config) SENSITIVE = [] include Aws::Structure end |