mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-14 06:50:40 +00:00
Automatic merge from submit-queue (batch tested with PRs 66554, 66616, 66695, 66681). 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>. fix the watch status when -o=yaml|json option is specfied **Which issue(s) this PR fixes** : `kubectl get pods --watch -o json` only putput once and stop, this PR fix this. **Release note**: ```release-note NONE ```