Commit fd06571
authored
Return a terminal error when
Currently the generated sdk code throws a simple error when `sdkUpdate`
is not implemented. This is only observable in the controller logs and
users are not able to read this information from their resource's
status/conditions.
This patch forces `sdkUpdate` to return a terminal error instead of a
normal error.
Fixes aws-controllers-k8s/community#1521
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.sdkUpdate is not implemented (#372)1 parent 5204077 commit fd06571
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
0 commit comments