Skip to content

Commit

Permalink
Revert ":seeding: Cleanup alpha configgen as plugin"
Browse files Browse the repository at this point in the history
This reverts commit 4e18efe.
  • Loading branch information
Kavinjsir committed Mar 21, 2022
1 parent 3b9e5c4 commit 2e8b509
Show file tree
Hide file tree
Showing 57 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/cli/alpha.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"strings"

"github.com/spf13/cobra"
configgen "sigs.k8s.io/kubebuilder/v3/pkg/plugins/config-gen"
configgen "sigs.k8s.io/kubebuilder/v3/pkg/cli/alpha/config-gen"
)

const (
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package configgen_test
import (
"testing"

configgen "sigs.k8s.io/kubebuilder/v3/pkg/plugins/config-gen"
configgen "sigs.k8s.io/kubebuilder/v3/pkg/cli/alpha/config-gen"
"sigs.k8s.io/kustomize/kyaml/fn/framework/frameworktestutil"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2e8b509

Please sign in to comment.