Fixing federation controllers to support controllers flag

This commit is contained in:
nikhiljindal
2017-03-01 17:05:58 -08:00
parent 5c168e2d58
commit 6d891be3be
10 changed files with 90 additions and 39 deletions

View File

@@ -60,7 +60,7 @@ const (
// We wait for ingress to be created in this cluster before creating it any
// other cluster.
firstClusterAnnotation = "ingress.federation.kubernetes.io/first-cluster"
ControllerName = "ingress"
ControllerName = "ingresses"
)
var (