File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ import (
44 "github.com/spf13/cobra"
55
66 "github.com/operator-framework/kubectl-operator/internal/cmd/internal/log"
7- experimentalaction "github.com/operator-framework/kubectl-operator/internal/pkg/experimental /action"
7+ v1action "github.com/operator-framework/kubectl-operator/internal/pkg/v1 /action"
88 "github.com/operator-framework/kubectl-operator/pkg/action"
99)
1010
1111func NewOperatorInstallCmd (cfg * action.Configuration ) * cobra.Command {
12- i := experimentalaction .NewOperatorInstall (cfg )
12+ i := v1action .NewOperatorInstall (cfg )
1313 i .Logf = log .Printf
1414
1515 cmd := & cobra.Command {
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ import (
44 "github.com/spf13/cobra"
55
66 "github.com/operator-framework/kubectl-operator/internal/cmd/internal/log"
7- experimentalaction "github.com/operator-framework/kubectl-operator/internal/pkg/experimental /action"
7+ v1action "github.com/operator-framework/kubectl-operator/internal/pkg/v1 /action"
88 "github.com/operator-framework/kubectl-operator/pkg/action"
99)
1010
1111func NewOperatorUninstallCmd (cfg * action.Configuration ) * cobra.Command {
12- u := experimentalaction .NewOperatorUninstall (cfg )
12+ u := v1action .NewOperatorUninstall (cfg )
1313 u .Logf = log .Printf
1414
1515 cmd := & cobra.Command {
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments