Class: Aws::EKS::Types::AddonCompatibilityDetail

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

Overview

The summary information about the Amazon EKS add-on compatibility for the next Kubernetes version for an insight check in the UPGRADE_READINESS category.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_versionsArray<String>

The list of compatible Amazon EKS add-on versions for the next Kubernetes version.

Returns:

  • (Array<String>)


304
305
306
307
308
309
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 304

class AddonCompatibilityDetail < Struct.new(
  :name,
  :compatible_versions)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Amazon EKS add-on.

Returns:

  • (String)


304
305
306
307
308
309
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 304

class AddonCompatibilityDetail < Struct.new(
  :name,
  :compatible_versions)
  SENSITIVE = []
  include Aws::Structure
end