Class: Aws::EKS::Types::AddonCompatibilityDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::AddonCompatibilityDetail
- 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
-
#compatible_versions ⇒ Array<String>
The list of compatible Amazon EKS add-on versions for the next Kubernetes version.
-
#name ⇒ String
The name of the Amazon EKS add-on.
Instance Attribute Details
#compatible_versions ⇒ Array<String>
The list of compatible Amazon EKS add-on versions for the next Kubernetes version.
304 305 306 307 308 309 |
# File 'lib/aws-sdk-eks/types.rb', line 304 class AddonCompatibilityDetail < Struct.new( :name, :compatible_versions) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Amazon EKS add-on.
304 305 306 307 308 309 |
# File 'lib/aws-sdk-eks/types.rb', line 304 class AddonCompatibilityDetail < Struct.new( :name, :compatible_versions) SENSITIVE = [] include Aws::Structure end |