Skip to content

Commit

Permalink
Merge pull request #97 from fanzhangio/refactor
Browse files Browse the repository at this point in the history
Refactor pkg/generate
  • Loading branch information
k8s-ci-robot authored Dec 13, 2018
2 parents 106db12 + c530c3b commit 80e23c9
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 21 deletions.
4 changes: 2 additions & 2 deletions cmd/controller-gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (

"github.com/spf13/cobra"
crdgenerator "sigs.k8s.io/controller-tools/pkg/crd/generator"
"sigs.k8s.io/controller-tools/pkg/generate/rbac"
"sigs.k8s.io/controller-tools/pkg/generate/webhook"
"sigs.k8s.io/controller-tools/pkg/rbac"
"sigs.k8s.io/controller-tools/pkg/webhook"
)

func main() {
Expand Down
18 changes: 0 additions & 18 deletions pkg/generate/doc.go

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
"github.com/ghodss/yaml"

"sigs.k8s.io/controller-runtime/pkg/webhook"
"sigs.k8s.io/controller-tools/pkg/generate/webhook/internal"
generateinteral "sigs.k8s.io/controller-tools/pkg/internal/general"
"sigs.k8s.io/controller-tools/pkg/webhook/internal"
)

// ManifestOptions represent options for generating the webhook manifests.
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 80e23c9

Please sign in to comment.