Files
kubernetes/test/e2e/framework
Kenichi Omichi da85510bd3 Reduce redundant Nodes().List() call
dumpAllNodeInfo() called Nodes().List() internally, but the function
is called from DumpAllNamespaceInfo() only and DumpAllNamespaceInfo()
calls Nodes().List() before calling dumpAllNodeInfo().
So this makes the result of Nodes().List() being passed to
dumpAllNodeInfo() then reduce a call of Nodes().List().
2019-08-28 23:10:06 +00:00
..
2019-06-03 14:46:08 -04:00
2019-08-23 19:33:24 +00:00
2019-08-27 17:48:46 +08:00
2019-08-23 10:19:09 +08:00
2019-08-28 23:10:06 +00:00