Skip to content

Commit

Permalink
Merge pull request #4540 from chymy/fix-func-comment
Browse files Browse the repository at this point in the history
🌱 Fix comment issue in method `MachineSetToDeployments`
  • Loading branch information
k8s-ci-robot authored Apr 28, 2021
2 parents 4ea7d2c + 30aed6a commit 261d231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/machinedeployment_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func (r *MachineDeploymentReconciler) getMachineDeploymentsForMachineSet(ctx con
return deployments
}

// MachineSetTodeployments is a handler.ToRequestsFunc to be used to enqeue requests for reconciliation
// MachineSetToDeployments is a handler.ToRequestsFunc to be used to enqueue requests for reconciliation
// for MachineDeployments that might adopt an orphaned MachineSet.
func (r *MachineDeploymentReconciler) MachineSetToDeployments(o client.Object) []ctrl.Request {
result := []ctrl.Request{}
Expand Down

0 comments on commit 261d231

Please sign in to comment.