mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-16 06:25:09 +00:00
Moved e2e boilerplate to framework
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user