mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-13 06:04:02 +00:00
Automatic merge from submit-queue (batch tested with PRs 47776, 46220, 46878, 47942, 47947) Add statefulset to the completion candidates of kubectl scale **What this PR does / why we need it**: This commit adds `statefulset` to the completion candidates of kubectl scale. ``` $ kubectl scale <tab> deployment job --replicas replicaset replicationcontroller statefulset ``` **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes kubernetes/kubectl#14 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```