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

@@ -203,7 +203,7 @@ const (
CertificateKeySize = 32
// LabelNodeRoleMaster specifies that a node is a control-plane
// 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"
// AnnotationKubeadmCRISocket specifies the annotation kubeadm uses to preserve the crisocket information given to kubeadm at