func TestControllerNamesConsistency(t *testing.T) { … } func TestControllerNamesDeclaration(t *testing.T) { … } func TestNewControllerDescriptorsShouldNotPanic(t *testing.T) { … } func TestNewControllerDescriptorsAlwaysReturnsDescriptorsForAllControllers(t *testing.T) { … } func TestFeatureGatedControllersShouldNotDefineAliases(t *testing.T) { … } // TestTaintEvictionControllerGating ensures that it is possible to run taint-manager as a separated controller // only when the SeparateTaintEvictionController feature is enabled func TestTaintEvictionControllerGating(t *testing.T) { … } func TestNoCloudProviderControllerStarted(t *testing.T) { … }