This commit is contained in:
Darren Shepherd
2019-09-11 14:05:00 -07:00
parent 9e4f93989f
commit fab677b2ec
22 changed files with 57 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
package accesscontrol
import (
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/norman/pkg/types"
"k8s.io/apimachinery/pkg/runtime/schema"
)

View File

@@ -1,7 +1,7 @@
package client
import (
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/norman/pkg/types"
"k8s.io/client-go/dynamic"
"k8s.io/client-go/rest"

View File

@@ -8,8 +8,8 @@ import (
meta "k8s.io/apimachinery/pkg/api/meta"
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/naok/pkg/resources/schema"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/steve/pkg/resources/schema"
"github.com/rancher/norman/pkg/types"
"github.com/rancher/wrangler/pkg/generic"
"github.com/rancher/wrangler/pkg/merr"

View File

@@ -6,9 +6,9 @@ import (
"sync/atomic"
"time"
"github.com/rancher/naok/pkg/attributes"
schema2 "github.com/rancher/naok/pkg/resources/schema"
"github.com/rancher/naok/pkg/resources/schema/converter"
"github.com/rancher/steve/pkg/attributes"
schema2 "github.com/rancher/steve/pkg/resources/schema"
"github.com/rancher/steve/pkg/resources/schema/converter"
"github.com/rancher/norman/pkg/types"
apiextcontrollerv1beta1 "github.com/rancher/wrangler-api/pkg/generated/controllers/apiextensions.k8s.io/v1beta1"
v1 "github.com/rancher/wrangler-api/pkg/generated/controllers/apiregistration.k8s.io/v1"

View File

@@ -1,8 +1,8 @@
package common
import (
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/naok/pkg/table"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/steve/pkg/table"
"github.com/rancher/norman/pkg/types"
)

View File

@@ -1,7 +1,7 @@
package common
import (
"github.com/rancher/naok/pkg/resources/schema"
"github.com/rancher/steve/pkg/resources/schema"
"github.com/rancher/norman/pkg/store/proxy"
"github.com/rancher/norman/pkg/types"
"github.com/rancher/norman/pkg/types/convert"

View File

@@ -4,9 +4,9 @@ import (
"fmt"
"strings"
"github.com/rancher/naok/pkg/resources/common"
"github.com/rancher/naok/pkg/resources/schema"
"github.com/rancher/naok/pkg/table"
"github.com/rancher/steve/pkg/resources/common"
"github.com/rancher/steve/pkg/resources/schema"
"github.com/rancher/steve/pkg/table"
"github.com/rancher/norman/pkg/data"
"github.com/rancher/norman/pkg/types/convert"
schema2 "k8s.io/apimachinery/pkg/runtime/schema"

View File

@@ -7,9 +7,9 @@ import (
schema2 "k8s.io/apimachinery/pkg/runtime/schema"
"github.com/rancher/naok/pkg/accesscontrol"
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/naok/pkg/clustercache"
"github.com/rancher/steve/pkg/accesscontrol"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/steve/pkg/clustercache"
"github.com/rancher/norman/pkg/store/empty"
"github.com/rancher/norman/pkg/types"
"k8s.io/apimachinery/pkg/api/meta"

View File

@@ -1,14 +1,14 @@
package resources
import (
"github.com/rancher/naok/pkg/accesscontrol"
"github.com/rancher/naok/pkg/clustercache"
"github.com/rancher/naok/pkg/resources/apigroups"
"github.com/rancher/naok/pkg/resources/common"
"github.com/rancher/naok/pkg/resources/core"
"github.com/rancher/naok/pkg/resources/counts"
"github.com/rancher/naok/pkg/resources/helmrelease"
"github.com/rancher/naok/pkg/resources/schema"
"github.com/rancher/steve/pkg/accesscontrol"
"github.com/rancher/steve/pkg/clustercache"
"github.com/rancher/steve/pkg/resources/apigroups"
"github.com/rancher/steve/pkg/resources/common"
"github.com/rancher/steve/pkg/resources/core"
"github.com/rancher/steve/pkg/resources/counts"
"github.com/rancher/steve/pkg/resources/helmrelease"
"github.com/rancher/steve/pkg/resources/schema"
"github.com/rancher/norman/pkg/store/apiroot"
"github.com/rancher/norman/pkg/store/proxy"
"github.com/rancher/norman/pkg/subscribe"

View File

@@ -3,9 +3,9 @@ package schema
import (
"strings"
"github.com/rancher/naok/pkg/accesscontrol"
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/naok/pkg/table"
"github.com/rancher/steve/pkg/accesscontrol"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/steve/pkg/table"
"github.com/rancher/norman/pkg/data"
"github.com/rancher/norman/pkg/types"
"github.com/rancher/wrangler/pkg/name"

View File

@@ -1,8 +1,8 @@
package converter
import (
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/naok/pkg/table"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/steve/pkg/table"
"github.com/rancher/norman/pkg/types"
"github.com/rancher/wrangler-api/pkg/generated/controllers/apiextensions.k8s.io/v1beta1"
beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1"

View File

@@ -3,7 +3,7 @@ package converter
import (
"strings"
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/norman/pkg/types"
"github.com/rancher/wrangler/pkg/merr"
"github.com/sirupsen/logrus"

View File

@@ -1,7 +1,7 @@
package converter
import (
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/norman/pkg/types"
"github.com/rancher/norman/pkg/types/convert"
"github.com/sirupsen/logrus"

View File

@@ -4,10 +4,10 @@ import (
"fmt"
"net/http"
"github.com/rancher/naok/pkg/table"
"github.com/rancher/steve/pkg/table"
"github.com/rancher/naok/pkg/accesscontrol"
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/steve/pkg/accesscontrol"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/norman/pkg/api/builtin"
"github.com/rancher/norman/pkg/types"
"k8s.io/apiserver/pkg/authentication/user"

View File

@@ -5,10 +5,10 @@ import (
"github.com/sirupsen/logrus"
"github.com/rancher/naok/pkg/accesscontrol"
k8sproxy "github.com/rancher/naok/pkg/proxy"
"github.com/rancher/naok/pkg/resources/schema"
"github.com/rancher/naok/pkg/server/router"
"github.com/rancher/steve/pkg/accesscontrol"
k8sproxy "github.com/rancher/steve/pkg/proxy"
"github.com/rancher/steve/pkg/resources/schema"
"github.com/rancher/steve/pkg/server/router"
"github.com/rancher/norman/pkg/api"
"github.com/rancher/norman/pkg/types"
"github.com/rancher/norman/pkg/urlbuilder"

View File

@@ -2,8 +2,8 @@ package publicapi
import (
"github.com/gorilla/mux"
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/naok/pkg/resources/schema"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/steve/pkg/resources/schema"
"github.com/rancher/norman/pkg/types"
runtimeschema "k8s.io/apimachinery/pkg/runtime/schema"
)

View File

@@ -5,12 +5,12 @@ import (
"github.com/rancher/norman/pkg/auth"
"net/http"
"github.com/rancher/naok/pkg/accesscontrol"
"github.com/rancher/naok/pkg/client"
"github.com/rancher/naok/pkg/clustercache"
"github.com/rancher/naok/pkg/controllers/schema"
"github.com/rancher/naok/pkg/resources"
"github.com/rancher/naok/pkg/server/publicapi"
"github.com/rancher/steve/pkg/accesscontrol"
"github.com/rancher/steve/pkg/client"
"github.com/rancher/steve/pkg/clustercache"
"github.com/rancher/steve/pkg/controllers/schema"
"github.com/rancher/steve/pkg/resources"
"github.com/rancher/steve/pkg/server/publicapi"
"github.com/rancher/wrangler-api/pkg/generated/controllers/apiextensions.k8s.io"
"github.com/rancher/wrangler-api/pkg/generated/controllers/apiregistration.k8s.io"
"github.com/rancher/wrangler-api/pkg/generated/controllers/core"

View File

@@ -1,7 +1,7 @@
package table
import (
"github.com/rancher/naok/pkg/attributes"
"github.com/rancher/steve/pkg/attributes"
"github.com/rancher/norman/pkg/data"
"github.com/rancher/norman/pkg/types"
)