Files
kubernetes/pkg
Jing Xu 92f05da1ff Modify getInstanceByName to avoid calling getInstancesByNames
This PR modify getInstanceByname to loop through all management zones
directly instead of calling getInstancesByNames. Currently
getInstancesByNames use a node name prefix as a filter to list the
instances. If the prefix does not match, it will return all instances
which is very wasteful since getInstanceByName only query one instance
with a specific name.
2017-03-03 11:37:08 -08:00
..
2017-02-23 12:23:03 +01:00
2017-01-29 21:41:45 +01:00
2017-01-19 09:50:16 -05:00
2017-02-13 09:18:32 -05:00