File tree Expand file tree Collapse file tree 15 files changed +27
-27
lines changed
Expand file tree Collapse file tree 15 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 1- module github.com/joelanford /kubectl-operator
1+ module github.com/operator-framework /kubectl-operator
22
33go 1.13
44
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package cmd
33import (
44 "github.com/spf13/cobra"
55
6- "github.com/joelanford /kubectl-operator/internal/pkg/action"
6+ "github.com/operator-framework /kubectl-operator/internal/pkg/action"
77)
88
99func newCatalogCmd (cfg * action.Configuration ) * cobra.Command {
Original file line number Diff line number Diff line change 88 "github.com/sirupsen/logrus"
99 "github.com/spf13/cobra"
1010
11- "github.com/joelanford /kubectl-operator/internal/pkg/action"
12- "github.com/joelanford /kubectl-operator/internal/pkg/log"
11+ "github.com/operator-framework /kubectl-operator/internal/pkg/action"
12+ "github.com/operator-framework /kubectl-operator/internal/pkg/log"
1313)
1414
1515func newCatalogAddCmd (cfg * action.Configuration ) * cobra.Command {
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
1010 v1 "k8s.io/api/core/v1"
1111 "k8s.io/apimachinery/pkg/util/duration"
1212
13- "github.com/joelanford /kubectl-operator/internal/pkg/action"
14- "github.com/joelanford /kubectl-operator/internal/pkg/log"
13+ "github.com/operator-framework /kubectl-operator/internal/pkg/action"
14+ "github.com/operator-framework /kubectl-operator/internal/pkg/log"
1515)
1616
1717func newCatalogListCmd (cfg * action.Configuration ) * cobra.Command {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package cmd
33import (
44 "github.com/spf13/cobra"
55
6- "github.com/joelanford /kubectl-operator/internal/pkg/action"
7- "github.com/joelanford /kubectl-operator/internal/pkg/log"
6+ "github.com/operator-framework /kubectl-operator/internal/pkg/action"
7+ "github.com/operator-framework /kubectl-operator/internal/pkg/log"
88)
99
1010func newCatalogRemoveCmd (cfg * action.Configuration ) * cobra.Command {
Original file line number Diff line number Diff line change 55
66 "github.com/spf13/cobra"
77
8- "github.com/joelanford /kubectl-operator/internal/pkg/action"
9- "github.com/joelanford /kubectl-operator/internal/pkg/log"
8+ "github.com/operator-framework /kubectl-operator/internal/pkg/action"
9+ "github.com/operator-framework /kubectl-operator/internal/pkg/log"
1010)
1111
1212func newOperatorInstallCmd (cfg * action.Configuration ) * cobra.Command {
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
1212 v1 "k8s.io/api/core/v1"
1313 "k8s.io/apimachinery/pkg/util/duration"
1414
15- "github.com/joelanford /kubectl-operator/internal/pkg/action"
16- "github.com/joelanford /kubectl-operator/internal/pkg/log"
15+ "github.com/operator-framework /kubectl-operator/internal/pkg/action"
16+ "github.com/operator-framework /kubectl-operator/internal/pkg/log"
1717)
1818
1919func newOperatorListCmd (cfg * action.Configuration ) * cobra.Command {
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
1212 v1 "k8s.io/api/core/v1"
1313 "k8s.io/apimachinery/pkg/util/duration"
1414
15- "github.com/joelanford /kubectl-operator/internal/pkg/action"
16- "github.com/joelanford /kubectl-operator/internal/pkg/log"
15+ "github.com/operator-framework /kubectl-operator/internal/pkg/action"
16+ "github.com/operator-framework /kubectl-operator/internal/pkg/log"
1717)
1818
1919func newOperatorListAvailableCmd (cfg * action.Configuration ) * cobra.Command {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package cmd
33import (
44 "github.com/spf13/cobra"
55
6- "github.com/joelanford /kubectl-operator/internal/pkg/action"
7- "github.com/joelanford /kubectl-operator/internal/pkg/log"
6+ "github.com/operator-framework /kubectl-operator/internal/pkg/action"
7+ "github.com/operator-framework /kubectl-operator/internal/pkg/log"
88)
99
1010func newOperatorUninstallCmd (cfg * action.Configuration ) * cobra.Command {
Original file line number Diff line number Diff line change 55
66 "github.com/spf13/cobra"
77
8- "github.com/joelanford /kubectl-operator/internal/pkg/action"
9- "github.com/joelanford /kubectl-operator/internal/pkg/log"
8+ "github.com/operator-framework /kubectl-operator/internal/pkg/action"
9+ "github.com/operator-framework /kubectl-operator/internal/pkg/log"
1010)
1111
1212func newOperatorUpgradeCmd (cfg * action.Configuration ) * cobra.Command {
You can’t perform that action at this time.
0 commit comments