const buildBackOffDuration …
const syncLoopFrequency …
const maxBackOffTolerance …
const podRetryPeriod …
func testHostIP(ctx context.Context, podClient *e2epod.PodClient, pod *v1.Pod) { … }
func startPodAndGetBackOffs(ctx context.Context, podClient *e2epod.PodClient, pod *v1.Pod, sleepAmount time.Duration) (time.Duration, time.Duration) { … }
func getRestartDelay(ctx context.Context, podClient *e2epod.PodClient, podName string, containerName string) (time.Duration, error) { … }
func expectNoErrorWithRetries(fn func() error, maxRetries int, explain ...interface{ … }
var _ …
func checkPodListQuantity(f *framework.Framework, label string, quantity int) func(ctx context.Context) (bool, error) { … }