Commit da5d629
authored
Add support for EKS Cluster
This commit regenerates the controller using the `v1.55.5` version of the
AWS sdk go, adding the `BootstrapSelfManagedAddons` and `UpgradePolicy`
fields to the `ClusterSpec`. It also adds hooks to handle `UpgradePolicy` updates
and an E2E test for testing the new functionality.
This patch also explicetly ignores differences in the
`BootstrapSelfManagedAddons` field since it's a create only field.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.UpgradePolicy (#134)1 parent b7bf851 commit da5d629
File tree
19 files changed
+587
-147
lines changed- apis/v1alpha1
- config/crd/bases
- helm/crds
- pkg/resource
- cluster
- fargate_profile
- test/e2e/tests
19 files changed
+587
-147
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
175 | 178 | | |
176 | 179 | | |
177 | 180 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments