mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-01 05:00:41 -05:00
Automatic merge from submit-queue (batch tested with PRs 50536, 50809, 50220, 50399, 50176) Refactor statefulset test with sets.String **What this PR does / why we need it**: Delete redundant sort. These string slices only own one element. There is no necessary to sort them. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` |
||
|---|---|---|
| .. | ||
| BUILD | ||
| OWNERS | ||
| stateful_pod_control.go | ||
| stateful_pod_control_test.go | ||
| stateful_set.go | ||
| stateful_set_control.go | ||
| stateful_set_control_test.go | ||
| stateful_set_status_updater.go | ||
| stateful_set_status_updater_test.go | ||
| stateful_set_test.go | ||
| stateful_set_utils.go | ||
| stateful_set_utils_test.go | ||