Skip to content

Commit ef7b459

Browse files
authored
Bug 1982170: Set also the summary operation when updating status (#472)
1 parent d10514a commit ef7b459

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controllerstatus/controllerstatus.go

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ func (s *Simple) UpdateStatus(summary Summary) { //nolint: gocritic
6464
klog.V(2).Infof("name=%s healthy=%t reason=%s message=%s", s.Name, summary.Healthy, summary.Reason, summary.Message)
6565
s.summary.Reason = summary.Reason
6666
s.summary.Message = summary.Message
67+
s.summary.Operation = summary.Operation
6768
return
6869
}
6970
}

0 commit comments

Comments
 (0)