in pkg/controller/service rename service_controller.go to controller.go

This commit is contained in:
Cristian Dima
2019-10-23 01:44:40 +03:00
parent a18de39166
commit da759609dc
5 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ import (
// TestCheckReadyForTests specifically is concerned about the multi-node logic
// since single node checks are in TestReadyForTests.
func TestCheckReadyForTests(t *testing.T) {
// This is a duplicate definition of the constant in pkg/controller/service/service_controller.go
// This is a duplicate definition of the constant in pkg/controller/service/controller.go
labelNodeRoleMaster := "node-role.kubernetes.io/master"
fromVanillaNode := func(f func(*v1.Node)) v1.Node {