Fix noisy logs#4098
Conversation
|
Skipping CI for Draft Pull Request. |
SimonTheLeg
left a comment
There was a problem hiding this comment.
I think we can make the same change to terminatingworkspaces forwarding.go as well + a tiny pet-peeve nit :)
| for _, item := range current { | ||
| if item == string(initializer) { | ||
| return invalidUpdateErr |
There was a problem hiding this comment.
nit: I think this one can just be slices.Contains
|
LGTM label has been added. DetailsGit tree hash: c662677f37c3298044d7abe76f9c52e9754113fc |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ntnn The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |
|
/retest |
|
/retest |
Summary
Fix noise from these:
What Type of PR Is This?
/kind chore
Related Issue(s)
Fixes #
Release Notes