Commit 4793811
authored
chore: remove InvalidParameterException from terminal exceptions (#192)
Issue [#1844](aws-controllers-k8s/community#1844)
Description of changes:
InvalidParameterException was returned when the controller tried
creating an EKS cluster with a roleARN that does not exist. This case
should not be considered terminal, as a role may eventually be created.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent ed600ed commit 4793811
File tree
4 files changed
+4
-7
lines changed- apis/v1alpha1
- pkg/resource/cluster
4 files changed
+4
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | 193 | | |
195 | 194 | | |
196 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | 193 | | |
195 | 194 | | |
196 | 195 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments