Files
kubernetes/test
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-04-17 18:47:00 +02:00
2018-10-09 12:32:27 -07:00
2019-02-16 09:19:34 +07:00
2019-05-02 13:30:47 +02:00
2019-05-09 16:30:58 -07:00
2018-08-22 11:49:14 +08:00