Skip to content

Commit

Permalink
Update Nodeclaim garbage collection
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Dec 12, 2023
1 parent 2457ee0 commit a32d24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/nodeclaim/garbagecollection/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func NewController(kubeClient client.Client, cloudProvider *cloudprovider.CloudP
}

func (c *Controller) Name() string {
return "machine.garbagecollection"
return "nodeclaim.garbagecollection"
}

func (c *Controller) Reconcile(ctx context.Context, _ reconcile.Request) (reconcile.Result, error) {
Expand Down

0 comments on commit a32d24d

Please sign in to comment.