kubernetes/pkg/controller/nodeipam/ipam/sync
wojtekt 3758ab62d1 Avoid unnecessary GCE API calls for IP-alias calls
This is to avoid unnecessary GCE API calls done by getInstanceByName
helper, which is iterating over all zones to find in which zone the
VM exists.
ProviderID already contains all the information - it's in the form:
gce://<VM URL> (VM URL contains project, zone, VM name).

ProviderID is propagated by Kubelet on node registration and in case
of bugs backfilled by node-controller.
2020-04-20 20:47:11 +02:00
..
BUILD Move from glog to klog 2018-11-10 07:50:31 -05:00
sync_test.go Avoid unnecessary GCE API calls for IP-alias calls 2020-04-20 20:47:11 +02:00
sync.go Avoid unnecessary GCE API calls for IP-alias calls 2020-04-20 20:47:11 +02:00