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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


310
311
312
313
314
315
# File 'lib/aws-sdk-eks/types.rb', line 310

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

#nameString

The name of the Amazon EKS add-on.

Returns:

  • (String)


310
311
312
313
314
315
# File 'lib/aws-sdk-eks/types.rb', line 310

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