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