mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Merge pull request #44024 from zhangxiaoyu-zidif/egnew
Automatic merge from submit-queue fix the typos of e.g. fix the typos of e.g. **What this PR does / why we need it**: **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 ```
This commit is contained in:
@@ -1655,7 +1655,7 @@ func TestRollingUpdater_readyPods(t *testing.T) {
|
||||
oldPods []bool
|
||||
newPods []bool
|
||||
// deletions - should be less then the size of the respective slice above
|
||||
// eg. len(oldPods) > oldPodDeletions && len(newPods) > newPodDeletions
|
||||
// e.g. len(oldPods) > oldPodDeletions && len(newPods) > newPodDeletions
|
||||
oldPodDeletions int
|
||||
newPodDeletions int
|
||||
// specify additional time to wait for deployment to wait on top of the
|
||||
|
||||
Reference in New Issue
Block a user