const maxPerPodContainer …
const maxTotalContainers …
const garbageCollectDuration …
const setupDuration …
const runtimePollInterval …
type testPodSpec …
func (pod *testPodSpec) getContainerName(containerNumber int) string { … }
type testRun …
var _ …
func containerGCTest(f *framework.Framework, test testRun) { … }
func getPods(specs []*testPodSpec) (pods []*v1.Pod) { … }
func getRestartingContainerCommand(path string, containerNum int, restarts int32, loopingCommand string) []string { … }
func verifyPodRestartCount(ctx context.Context, f *framework.Framework, podName string, expectedNumContainers int, expectedRestartCount int32) error { … }