Skip to content

Commit

Permalink
Change remaining ke.cattle.io references
Browse files Browse the repository at this point in the history
  • Loading branch information
rmweir committed Jul 14, 2020
1 parent 5c34446 commit 496bdca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controller/eks-cluster-config-handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/aws/aws-sdk-go/service/iam"
v13 "github.com/rancher/eks-controller/pkg/apis/eks.cattle.io/v1"
v14 "github.com/rancher/eks-controller/pkg/generated/controllers/core/v1"
v12 "github.com/rancher/eks-controller/pkg/generated/controllers/ke.cattle.io/v1"
v12 "github.com/rancher/eks-controller/pkg/generated/controllers/eks.cattle.io/v1"
"github.com/rancher/eks-controller/templates"
"github.com/rancher/eks-controller/utils"
"github.com/sirupsen/logrus"
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"flag"
"github.com/rancher/eks-controller/controller"
core2 "github.com/rancher/eks-controller/pkg/generated/controllers/core"
"github.com/rancher/eks-controller/pkg/generated/controllers/ke.cattle.io"
"github.com/rancher/eks-controller/pkg/generated/controllers/eks.cattle.io"

"github.com/rancher/wrangler-api/pkg/generated/controllers/apps"
"github.com/rancher/wrangler/pkg/kubeconfig"
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/eks.cattle.io/v1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 496bdca

Please sign in to comment.