Skip to content

Commit 3f2b641

Browse files
author
AWS
committed
Amazon Elastic Kubernetes Service Update: This release expands the catalog of upgrade insight checks
1 parent 6af30d3 commit 3f2b641

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Kubernetes Service",
4+
"contributor": "",
5+
"description": "This release expands the catalog of upgrade insight checks"
6+
}

services/eks/src/main/resources/codegen-resources/service-2.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,6 +1145,24 @@
11451145
},
11461146
"documentation":"<p>An Amazon EKS add-on. For more information, see <a href=\"https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html\">Amazon EKS add-ons</a> in the <i>Amazon EKS User Guide</i>.</p>"
11471147
},
1148+
"AddonCompatibilityDetail":{
1149+
"type":"structure",
1150+
"members":{
1151+
"name":{
1152+
"shape":"String",
1153+
"documentation":"<p>The name of the Amazon EKS add-on.</p>"
1154+
},
1155+
"compatibleVersions":{
1156+
"shape":"StringList",
1157+
"documentation":"<p>The list of compatible Amazon EKS add-on versions for the next Kubernetes version.</p>"
1158+
}
1159+
},
1160+
"documentation":"<p>The summary information about the Amazon EKS add-on compatibility for the next Kubernetes version for an insight check in the <code>UPGRADE_READINESS</code> category.</p>"
1161+
},
1162+
"AddonCompatibilityDetails":{
1163+
"type":"list",
1164+
"member":{"shape":"AddonCompatibilityDetail"}
1165+
},
11481166
"AddonHealth":{
11491167
"type":"structure",
11501168
"members":{
@@ -3459,6 +3477,10 @@
34593477
"deprecationDetails":{
34603478
"shape":"DeprecationDetails",
34613479
"documentation":"<p>The summary information about deprecated resource usage for an insight check in the <code>UPGRADE_READINESS</code> category.</p>"
3480+
},
3481+
"addonCompatibilityDetails":{
3482+
"shape":"AddonCompatibilityDetails",
3483+
"documentation":"<p>A list of <code>AddonCompatibilityDetail</code> objects for Amazon EKS add-ons.</p>"
34623484
}
34633485
},
34643486
"documentation":"<p>Summary information that relates to the category of the insight. Currently only returned with certain insights having category <code>UPGRADE_READINESS</code>.</p>"

0 commit comments

Comments
 (0)