You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
obj, err:=r.getExternalRemediationRequest(ctx, m, t.Machine.Name)
341
341
iferr!=nil {
342
342
if!apierrors.IsNotFound(errors.Cause(err)) {
343
-
wrappedErr:=errors.Wrapf(err, "failed to fetch remediation request for machine %q in namespace %q within cluster %q", t.Machine.Name, t.Machine.Namespace, t.Machine.ClusterName)
343
+
wrappedErr:=errors.Wrapf(err, "failed to fetch remediation request for machine %q in namespace %q within cluster %q", t.Machine.Name, t.Machine.Namespace, t.Machine.Spec.ClusterName)
0 commit comments