Skip to content

Commit

Permalink
Merge pull request #90 from maxsmythe/kustomize
Browse files Browse the repository at this point in the history
Add a kustomization file to the deploy dir
  • Loading branch information
maxsmythe committed Apr 20, 2020
2 parents 1a8f361 + 67a452d commit 5bae203
Show file tree
Hide file tree
Showing 512 changed files with 50,741 additions and 18,219 deletions.
3 changes: 3 additions & 0 deletions constraint/deploy/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
resources:
- crds.yaml

14 changes: 7 additions & 7 deletions constraint/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-cmp v0.3.0
github.com/onsi/gomega v1.5.0
github.com/open-policy-agent/opa v0.17.2
github.com/onsi/gomega v1.7.0
github.com/open-policy-agent/opa v0.19.1
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc
k8s.io/apiextensions-apiserver v0.16.4
k8s.io/apimachinery v0.16.4
k8s.io/client-go v0.16.4
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
k8s.io/apiextensions-apiserver v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/client-go v0.17.2
sigs.k8s.io/controller-runtime v0.4.0
)
178 changes: 147 additions & 31 deletions constraint/go.sum

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions constraint/vendor/github.com/OneOfOne/xxhash/.travis.yml

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

2 changes: 2 additions & 0 deletions constraint/vendor/github.com/OneOfOne/xxhash/go.mod

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

5 changes: 5 additions & 0 deletions constraint/vendor/github.com/OneOfOne/xxhash/xxhash.go

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

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

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

5 changes: 2 additions & 3 deletions constraint/vendor/github.com/ghodss/yaml/.travis.yml

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

46 changes: 9 additions & 37 deletions constraint/vendor/github.com/ghodss/yaml/yaml.go

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

14 changes: 0 additions & 14 deletions constraint/vendor/github.com/ghodss/yaml/yaml_go110.go

This file was deleted.

25 changes: 0 additions & 25 deletions constraint/vendor/github.com/globalsign/mgo/LICENSE

This file was deleted.

25 changes: 0 additions & 25 deletions constraint/vendor/github.com/globalsign/mgo/bson/LICENSE

This file was deleted.

12 changes: 0 additions & 12 deletions constraint/vendor/github.com/globalsign/mgo/bson/README.md

This file was deleted.

Loading

0 comments on commit 5bae203

Please sign in to comment.