mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
This commit is contained in:
@@ -1654,7 +1654,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