1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-02 07:59:20 +00:00

Update wrangler to wrangler/v2

Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
This commit is contained in:
Chirayu Kapoor 2024-01-19 15:31:34 +05:30
parent 5de27f6638
commit dd137e4d0b
No known key found for this signature in database
GPG Key ID: 07B117F85E8A4206
5 changed files with 5 additions and 5 deletions

View File

@ -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"
)

View File

@ -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"
)

View File

@ -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 {

View File

@ -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 {

View File

@ -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 (