Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
pull/13604/head
Austin Abro 7 months ago
parent 8a17bdb8a3
commit bd3b5ee5d0
No known key found for this signature in database
GPG Key ID: 92EB5159E403F9D6

@ -70,7 +70,6 @@ type Waiter interface {
// For Pods, "ready" means the Pod phase is marked "succeeded". // For Pods, "ready" means the Pod phase is marked "succeeded".
// For all other kinds, it means the kind was created or modified without // For all other kinds, it means the kind was created or modified without
// error. // error.
// TODO: Is watch until ready really behavior we want over the resources actually being ready?
WatchUntilReady(resources ResourceList, timeout time.Duration) error WatchUntilReady(resources ResourceList, timeout time.Duration) error
} }

Loading…
Cancel
Save