kubernetes/test/e2e/framework/node
Kenichi Omichi 5edf15ea97 Use worker nodes for WaitForStableCluster()
WaitForStableCluster() checks all pods run on worker nodes, and the
function used to refer master nodes to skip checking controller plane
pods.
GetMasterAndWorkerNodes() was used for getting master nodes, but the
implementation is not good because it usesDeprecatedMightBeMasterNode().

This makes WaitForStableCluster() refer worker nodes directly to avoid
using GetMasterAndWorkerNodes().
2020-06-24 15:21:12 +00:00
..
BUILD test/e2e/framework:remove the direct dependency for k8s.io/kubernetes/pkg 2020-04-30 23:08:33 +08:00
resource.go Use worker nodes for WaitForStableCluster() 2020-06-24 15:21:12 +00:00
runtimeclass.go e2e-framework-node: add runtimeclass to dedup code 2020-02-20 15:58:52 -08:00
wait_test.go unify alias of api errors under test 2019-12-26 16:40:45 +08:00
wait.go Add isNodeSchedulableWithoutTainted() 2020-06-24 01:58:04 +00:00