1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-01 15:37:31 +00:00
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,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"