Commit b91a5e7
authored
fix: ensure function syncs when inactive (#167)
Issue [#2446](aws-controllers-k8s/community#2446)
Description of changes:
Currently the controller only marks a function resource as synced only
when it is active. We want to ensure we sync if it is inactive as well.
In Lambda function, inactive simply indicates that a function has been idle
for a long time, and we do not want the controller to keep requeueing
indefinitely
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 76c5fe0 commit b91a5e7
File tree
4 files changed
+5
-5
lines changed- apis/v1alpha1
- pkg/resource/function
4 files changed
+5
-5
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 | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments