From df57b8bab6af11cb9b685902dbfbd229dc2898d1 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Sun, 17 Sep 2017 17:01:28 -0300 Subject: [PATCH] 1 --- controllers/nginx/pkg/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/nginx/pkg/config/config.go b/controllers/nginx/pkg/config/config.go index 69c4d913a..7e5e952a1 100644 --- a/controllers/nginx/pkg/config/config.go +++ b/controllers/nginx/pkg/config/config.go @@ -23,7 +23,7 @@ import ( "github.com/golang/glog" - api "k8s.io/api/core/v1" + apiv1 "k8s.io/api/core/v1" "k8s.io/ingress/core/pkg/ingress" "k8s.io/ingress/core/pkg/ingress/defaults" @@ -494,7 +494,7 @@ type TemplateConfig struct { IsSSLPassthroughEnabled bool RedirectServers map[string]string ListenPorts *ListenPorts - PublishService *api.Service + PublishService *apiv1.Service } // ListenPorts describe the ports required to run the