const rebootNodeNotReadyTimeout …
const rebootNodeReadyAgainTimeout …
const rebootPodReadyAgainTimeout …
var _ …
func testReboot(ctx context.Context, c clientset.Interface, rebootCmd string, hook terminationHook) { … }
func printStatusAndLogsForNotReadyPods(ctx context.Context, c clientset.Interface, ns string, podNames []string, pods []*v1.Pod) { … }
func rebootNode(ctx context.Context, c clientset.Interface, provider, name, rebootCmd string) bool { … }
type terminationHook …
func catLogHook(ctx context.Context, logPath string) terminationHook { … }
func dropPacketsScript(chainName, logPath string) string { … }