kubernetes/test/e2e/common/node/pods.go

const buildBackOffDuration

const syncLoopFrequency

const maxBackOffTolerance

const podRetryPeriod

// testHostIP tests that a pod gets a host IP
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) {}

// expectNoErrorWithRetries checks if an error occurs with the given retry count.
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) {}