Files
kubernetes/test/e2e/framework
Patrick Ohly baef3e44cd e2e: fix return value of WaitForPodsWithLabelRunningReady
Because of a := assignment, the anonymous function assigned the pod
list to a local variable instead of the
WaitForPodsWithLabelRunningReady return value which therefore always
was nil.

The correct code is an assignment with = as in WaitForPodsWithLabelScheduled.
2019-06-18 09:07:31 +02:00
..
2019-06-03 14:46:08 -04:00
2018-10-05 14:28:03 +02:00
2019-04-10 14:30:24 -07:00
2019-06-10 22:01:54 -04:00
2019-05-28 01:38:44 +08:00
2018-10-05 14:28:03 +02:00
2019-06-03 14:46:08 -04:00