func newPod(podName string, nodeName string, label map[string]string) *v1.Pod { … } func TestIsPodUpdated(t *testing.T) { … } func TestCreatePodTemplate(t *testing.T) { … } func TestReplaceDaemonSetPodNodeNameNodeAffinity(t *testing.T) { … } func forEachFeatureGate(t *testing.T, tf func(t *testing.T), gates ...featuregate.Feature) { … } func TestGetTargetNodeName(t *testing.T) { … }