From 0d7009afcccfaed0cc7f94b0d4f10f2910181b93 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Sun, 16 Jul 2017 15:20:07 -0400 Subject: [PATCH] Update examples --- examples/custom-controller/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom-controller/server.go b/examples/custom-controller/server.go index f1b4d6b84..40798ef7d 100644 --- a/examples/custom-controller/server.go +++ b/examples/custom-controller/server.go @@ -24,7 +24,7 @@ import ( "github.com/spf13/pflag" - api "k8s.io/client-go/pkg/api/v1" + api "k8s.io/api/core/v1" nginxconfig "k8s.io/ingress/controllers/nginx/pkg/config" "k8s.io/ingress/core/pkg/ingress"