Files
virtual-kubelet/node
Brian Goff bb9ff1adf3 Adds Done() and Err() to pod controller (#735)
Allows callers to wait for pod controller exit in addition to readiness.
This means the caller does not have to deal handling errors from the pod
controller running in a gorutine since it can wait for exit via `Done()`
and check the error with `Err()`
2019-09-10 17:44:19 +01:00
..
2019-08-05 20:13:40 +01:00
2019-09-03 11:00:33 -07:00