Commit 6657565
authored
Pass registered resource names to
[fixes aws-controllers-k8s/community#1647]
Completes aws-controllers-k8s/runtime#117
This patch adds a tiny modification to the controllers `main.go` that
passes the resource names to `ackCfg.Validate` method.
Needs a new runtime release.
/hold
Signed-off-by: Amine Hilaly <hilalyamine@gmail.com>
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.config.Validate (#423)1 parent e69321e commit 6657565
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
| |||
0 commit comments