Adding restart kubelet flag on e2e test

This commit is contained in:
Amim Knabben
2020-12-02 18:05:22 -05:00
parent 5b8c3b90f3
commit 00da68dbc2
3 changed files with 5 additions and 1 deletions

View File

@@ -221,6 +221,8 @@ type NodeTestContextType struct {
// the node e2e test. If empty, the default one (system.DefaultSpec) is
// used. The system specs are in test/e2e_node/system/specs/.
SystemSpecName string
// RestartKubelet restarts Kubelet unit when the process is killed.
RestartKubelet bool
// ExtraEnvs is a map of environment names to values.
ExtraEnvs map[string]string
}