Skip to content

Commit

Permalink
Merge pull request #200 from DirectXMan12/feature/generation-v2
Browse files Browse the repository at this point in the history
⚠️ New Generation Framework and Generators
  • Loading branch information
k8s-ci-robot committed May 6, 2019
2 parents 24e981c + de4be83 commit 455fb28
Show file tree
Hide file tree
Showing 765 changed files with 446,663 additions and 102,853 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# editor stuff
.idea
*.swp
*.swo
*~
178 changes: 119 additions & 59 deletions Gopkg.lock

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

21 changes: 3 additions & 18 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,13 @@ ignored = [
name="k8s.io/apimachinery"
version="kubernetes-1.13.4"

[[constraint]]
name = "github.com/spf13/afero"
version = "v1.1.1"

[[constraint]]
name = "github.com/spf13/cobra"
version = "v0.0.3"

[[constraint]]
name = "github.com/spf13/pflag"
version = "v1.0.1"

[[constraint]]
name = "github.com/ghodss/yaml"
version = "1.0.0"

# TODO(droot): pin the following deps to a version when they are tagged.
#[[constraint]]
# name = "github.com/go-openapi/spec"
#
#[[constraint]]
# name = "sigs.k8s.io/testing_frameworks"
name = "sigs.k8s.io/yaml"
version = "v1.1.0"

# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
[[override]]
Expand Down

0 comments on commit 455fb28

Please sign in to comment.