mirror of
https://github.com/rancher/steve.git
synced 2025-09-06 09:51:02 +00:00
Bumps rancher/wrangler to it's tagged v2 version.
The previous wrangler commit included all of the v2 changes. Except for the import paths changes.
This commit is contained in:
@@ -4,8 +4,8 @@ import (
|
||||
"context"
|
||||
"sync"
|
||||
|
||||
rbac "github.com/rancher/wrangler/pkg/generated/controllers/rbac/v1"
|
||||
"github.com/rancher/wrangler/pkg/kv"
|
||||
rbac "github.com/rancher/wrangler/v2/pkg/generated/controllers/rbac/v1"
|
||||
"github.com/rancher/wrangler/v2/pkg/kv"
|
||||
rbacv1 "k8s.io/api/rbac/v1"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user