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 3c69756 commit ea31cf5Copy full SHA for ea31cf5
controller/machine/bmc.go
@@ -48,7 +48,7 @@ func (scope *machineReconcileScope) createPowerOffJob(hw *tinkv1.Hardware) error
48
"Name", bmcJob.Name,
49
"Namespace", bmcJob.Namespace)
50
51
- return fmt.Errorf("requeue to wait for job.bmc completion: %s/%s", bmcJob.Namespace, bmcJob.Name)
+ return fmt.Errorf("requeue to wait for job.bmc completion: %s/%s", bmcJob.Namespace, bmcJob.Name) //nolint:goerr113
52
}
53
54
// getJob fetches the Job by name.
0 commit comments