Moved e2e boilerplate to framework

This commit is contained in:
Vinicyus Macedo
2019-07-08 21:19:18 -03:00
parent 4824f823ad
commit 0f21b692e4
7 changed files with 255 additions and 220 deletions

View File

@@ -324,6 +324,7 @@ type NodeKiller struct {
// NewNodeKiller creates new NodeKiller.
func NewNodeKiller(config NodeKillerConfig, client clientset.Interface, provider string) *NodeKiller {
config.NodeKillerStopCh = make(chan struct{})
return &NodeKiller{config, client, provider}
}