Files
virtual-kubelet/vkubelet
Brian Goff 1942522cf6 Add async provider pod status updates (#493)
This adds a new interface that a provider can implement which enables
async notifications of pod status changes rather than the existing loop
which goes through every pod in k8s and checks the status in the
provider.
In practice this should be significantly more efficient since we are not
constantly listing all pods and then looking up the status in the
provider.

For providers that do not support this interface, the old method is
still used to sync state from the provider.

This commit does not update any of the providers to support this
interface.
2019-04-01 09:07:26 -07:00
..
2019-01-07 11:03:35 -08:00
2019-03-08 11:15:08 -08:00
2019-03-25 15:02:40 -07:00