Skip to content

Commit cecdef1

Browse files
[CARRY] downstream_csv_namespace_labeler: use shared informers
Consume the informers that the host operator exposes in order to reduce resource consumption. A more straightforward approach would have been to share the shared informer factory itself, but that would have been more involved. Signed-off-by: Steve Kuznetsov <[email protected]>
1 parent 4127d28 commit cecdef1

File tree

4 files changed

+418
-641
lines changed

4 files changed

+418
-641
lines changed

staging/operator-lifecycle-manager/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ require (
4848
k8s.io/code-generator v0.27.2
4949
k8s.io/component-base v0.27.2
5050
k8s.io/klog v1.0.0
51+
k8s.io/klog/v2 v2.90.1
5152
k8s.io/kube-aggregator v0.25.3
5253
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f
5354
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
@@ -224,7 +225,6 @@ require (
224225
gopkg.in/yaml.v3 v3.0.1 // indirect
225226
k8s.io/cli-runtime v0.27.2 // indirect
226227
k8s.io/gengo v0.0.0-20220902162205-c0856e24416d // indirect
227-
k8s.io/klog/v2 v2.90.1 // indirect
228228
k8s.io/kms v0.27.2 // indirect
229229
k8s.io/kubectl v0.27.2 // indirect
230230
oras.land/oras-go v1.2.3 // indirect

0 commit comments

Comments
 (0)