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) { … }
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) { … }