pkg/reconciler
Dave Protasowski 5708c4c442
codegen - support multiple annotation keys (#2350)
* allow multiple values for comment tag keys

this will allow us to support multiple annotation keys

* add OR filter chain

* update codegen to support multiple annotation keys

* Preserve previous code & formatting if the number of annotation keys is 1

- preserve the order of the annotations vs. sorting it
- deprecate and don't remove ClassAnnotationKey to allow migration to happen smoothly

* fix default value for krshape

* include clarifying comment
2021-11-17 13:53:28 -08:00
..
testing
OWNERS
configstore.go
deletion.go
events.go
events_test.go
filter.go codegen - support multiple annotation keys (#2350) 2021-11-17 13:53:28 -08:00
filter_test.go
leader.go Avoid double-resyncs without leader election. (#2252) 2021-09-02 09:46:06 -07:00
leader_test.go Avoid double-resyncs without leader election. (#2252) 2021-09-02 09:46:06 -07:00
reconcile_common.go Delete deprecated ObserveFinalizeKind API (#2248) 2021-09-08 13:17:58 -07:00
reconcile_common_test.go
retry.go
retry_test.go