Update wrangler and drop wrangler-api

This commit is contained in:
Dan Ramich
2021-04-22 15:44:19 -06:00
parent fc8cf5f3ea
commit 624606ae5a
5 changed files with 532 additions and 63 deletions

View File

@@ -15,7 +15,7 @@ import (
"github.com/rancher/dynamiclistener/storage/file"
"github.com/rancher/dynamiclistener/storage/kubernetes"
"github.com/rancher/dynamiclistener/storage/memory"
v1 "github.com/rancher/wrangler-api/pkg/generated/controllers/core/v1"
v1 "github.com/rancher/wrangler/pkg/generated/controllers/core/v1"
"github.com/sirupsen/logrus"
"golang.org/x/crypto/acme/autocert"
)