kubernetes/cmd/kubeadm/app/phases/controlplane/manifests_test.go

const testCertsDir

var cpVersion

func TestGetStaticPodSpecs(t *testing.T) {}

func TestCreateStaticPodFilesAndWrappers(t *testing.T) {}

func TestCreateStaticPodFilesWithPatches(t *testing.T) {}

func TestGetAPIServerCommand(t *testing.T) {}

func errorDiffArguments(t *testing.T, name string, actual, expected []string) {}

// removeCommon removes common items from left list
// makes comparing two cmdline (with lots of arguments) easier
func removeCommon(left, right []string) []string {}

func TestGetControllerManagerCommand(t *testing.T) {}

func TestGetControllerManagerCommandExternalCA(t *testing.T) {}

func TestGetSchedulerCommand(t *testing.T) {}

func TestGetAuthzModes(t *testing.T) {}

func TestIsValidAuthzMode(t *testing.T) {}

func TestCompareAuthzModes(t *testing.T) {}