kubernetes/cmd/kube-controller-manager/app/options/options_test.go

var args

func TestAddFlags(t *testing.T) {}

func TestValidateFlags(t *testing.T) {}

func TestApplyTo(t *testing.T) {}

func TestEmulatedVersion(t *testing.T) {}

func TestValidateControllersOptions(t *testing.T) {}

func TestValidateControllerManagerOptions(t *testing.T) {}

func TestControllerManagerAliases(t *testing.T) {}

func TestWatchListClientFlagUsage(t *testing.T) {}

func TestWatchListClientFlagChange(t *testing.T) {}

func assertWatchListClientFeatureDefaultValue(t *testing.T) {}

func assertWatchListCommandLineDefaultValue(t *testing.T, fs *pflag.FlagSet) {}

func setupControllerManagerFlagSet(t *testing.T) (*pflag.FlagSet, *KubeControllerManagerOptions) {}

// caution: checkTestError use t.Fatal, to simplify caller handling.
// it also means it may break test code execution flow.
func checkTestError(t *testing.T, err error, expectingErr bool, expectedErrorSubString string) {}

type sortedGCIgnoredResources

func (r sortedGCIgnoredResources) Len() int {}

func (r sortedGCIgnoredResources) Less(i, j int) bool {}

func (r sortedGCIgnoredResources) Swap(i, j int) {}