mirror of
https://github.com/rancher/norman.git
synced 2025-09-18 08:14:56 +00:00
Update wrangler to wrangler/v2
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
|
||||
"github.com/rancher/wrangler/pkg/kubeconfig"
|
||||
"github.com/rancher/wrangler/v2/pkg/kubeconfig"
|
||||
"k8s.io/client-go/rest"
|
||||
"k8s.io/client-go/tools/clientcmd"
|
||||
)
|
||||
|
@@ -3,7 +3,7 @@ package restwatch
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/rancher/wrangler/pkg/ratelimit"
|
||||
"github.com/rancher/wrangler/v2/pkg/ratelimit"
|
||||
"k8s.io/client-go/rest"
|
||||
)
|
||||
|
||||
|
@@ -4,7 +4,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/rancher/norman/types"
|
||||
"github.com/rancher/wrangler/pkg/name"
|
||||
"github.com/rancher/wrangler/v2/pkg/name"
|
||||
)
|
||||
|
||||
type SelfLink struct {
|
||||
|
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
"github.com/rancher/norman/types/convert"
|
||||
"github.com/rancher/norman/types/definition"
|
||||
"github.com/rancher/wrangler/pkg/name"
|
||||
"github.com/rancher/wrangler/v2/pkg/name"
|
||||
)
|
||||
|
||||
type SchemaCollection struct {
|
||||
|
@@ -8,7 +8,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/rancher/norman/types"
|
||||
"github.com/rancher/wrangler/pkg/name"
|
||||
"github.com/rancher/wrangler/v2/pkg/name"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user