mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
Merge pull request #67385 from nikhita/patch-no-op-msg
Automatic merge from submit-queue (batch tested with PRs 67347, 67307, 67358, 67364, 67385). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. kubectl: update message for a no-op patch Fixes https://github.com/kubernetes/kubernetes/issues/67344 /cc liggitt juanvallejo soltysh timoreimann /sig cli **Release note**: ```release-note NONE ```
This commit is contained in:
@@ -331,5 +331,5 @@ func patchOperation(didPatch bool) string {
|
||||
if didPatch {
|
||||
return "patched"
|
||||
}
|
||||
return "not patched"
|
||||
return "patched (no change)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user