Skip to content

Commit 455fb28

Browse files
authored
Merge pull request #200 from DirectXMan12/feature/generation-v2
⚠️ New Generation Framework and Generators
2 parents 24e981c + de4be83 commit 455fb28

File tree

765 files changed

+446663
-102853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

765 files changed

+446663
-102853
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@
1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
1313

14+
# editor stuff
1415
.idea
16+
*.swp
17+
*.swo
18+
*~

Gopkg.lock

Lines changed: 119 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,13 @@ ignored = [
1414
name="k8s.io/apimachinery"
1515
version="kubernetes-1.13.4"
1616

17-
[[constraint]]
18-
name = "github.com/spf13/afero"
19-
version = "v1.1.1"
20-
2117
[[constraint]]
2218
name = "github.com/spf13/cobra"
2319
version = "v0.0.3"
24-
20+
2521
[[constraint]]
26-
name = "github.com/spf13/pflag"
27-
version = "v1.0.1"
28-
29-
[[constraint]]
30-
name = "github.com/ghodss/yaml"
31-
version = "1.0.0"
32-
33-
# TODO(droot): pin the following deps to a version when they are tagged.
34-
#[[constraint]]
35-
# name = "github.com/go-openapi/spec"
36-
#
37-
#[[constraint]]
38-
# name = "sigs.k8s.io/testing_frameworks"
22+
name = "sigs.k8s.io/yaml"
23+
version = "v1.1.0"
3924

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

0 commit comments

Comments
 (0)