Skip to content

Commit 57a23b9

Browse files
cnvergencentnn
andauthored
Update pkg/reconciler/tenancy/logicalcluster/logicalcluster_controller.go
Co-authored-by: Nelo-T. Wallus <[email protected]>
1 parent f184041 commit 57a23b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/reconciler/tenancy/logicalcluster/logicalcluster_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ func (c *Controller) process(ctx context.Context, key string) error {
269269
return err
270270
}
271271

272-
func (c *Controller) handleMetrics(obj any) {
272+
func (c *Controller) handleMetricsOnAdd(obj any) {
273273
logicalCluster, ok := obj.(*corev1alpha1.LogicalCluster)
274274
if !ok {
275275
return

0 commit comments

Comments
 (0)