func init() { … }
var defaultProbe …
func TestAddRemovePods(t *testing.T) { … }
func TestAddRemovePodsWithRestartableInitContainer(t *testing.T) { … }
func TestCleanupPods(t *testing.T) { … }
func TestCleanupRepeated(t *testing.T) { … }
func TestUpdatePodStatus(t *testing.T) { … }
func TestUpdatePodStatusWithInitContainers(t *testing.T) { … }
func (m *manager) extractedReadinessHandling() { … }
func TestUpdateReadiness(t *testing.T) { … }
func expectProbes(m *manager, expectedProbes []probeKey) error { … }
const interval …
func waitForWorkerExit(t *testing.T, m *manager, workerPaths []probeKey) error { … }
func waitForReadyStatus(t *testing.T, m *manager, ready bool) error { … }
func cleanup(t *testing.T, m *manager) { … }