We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ba8e9 commit f184041Copy full SHA for f184041
pkg/reconciler/tenancy/logicalcluster/logicalcluster_controller.go
@@ -80,7 +80,7 @@ func NewController(
80
_, _ = logicalClusterInformer.Informer().AddEventHandler(cache.ResourceEventHandlerFuncs{
81
AddFunc: func(obj any) {
82
c.enqueue(obj)
83
- c.handleMetrics(obj)
+ c.handleMetricsOnAdd(obj)
84
},
85
UpdateFunc: func(oldObj, newObj any) {
86
c.enqueue(newObj)
0 commit comments