Commit c806540
authored
Force "uRI" in CRD field (#177)
Issue #, if available:
[v0.0.19 release](https://github.com/aws-controllers-k8s/pkg/releases/tag/v0.0.19) of aws-controller-k8s/pkg fixes a bug where "URI" became "uRI" when used in CRD fields. Unfortunately, this bug made it into the s3-controller. Forcing the "uRI" in affected field to maintain existing behavior and avoid breaking change in the Bucket CRD.
Description of changes:
- Apply go_tag in generator.yaml to force Logging.LoggingEnabled.TargetGrants.Grantee.URI field to "uRI" to avoid breaking change.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 1e47656 commit c806540
File tree
3 files changed
+11
-3
lines changed- apis/v1alpha1
3 files changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 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 | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
0 commit comments