func TestComponentResources(t *testing.T) { … } func TestGetAPIServerProbeAddress(t *testing.T) { … } func TestGetControllerManagerProbeAddress(t *testing.T) { … } func TestGetSchedulerProbeAddress(t *testing.T) { … } func TestGetEtcdProbeEndpoint(t *testing.T) { … } func TestComponentPod(t *testing.T) { … } func TestNewVolume(t *testing.T) { … } func TestNewVolumeMount(t *testing.T) { … } func TestVolumeMapToSlice(t *testing.T) { … } func TestVolumeMountMapToSlice(t *testing.T) { … } const validPod … const validPodWithDifferentFieldsOrder … const invalidWithDefaultFields … const validPod2 … const invalidPod … func TestReadStaticPodFromDisk(t *testing.T) { … } func TestManifestFilesAreEqual(t *testing.T) { … } func TestPatchStaticPod(t *testing.T) { … }