Skip to content

Commit

Permalink
Merge pull request #7634 from rifelpet/crds-fix
Browse files Browse the repository at this point in the history
Update controller-tools and CRDs
  • Loading branch information
k8s-ci-robot authored Oct 5, 2019
2 parents f671873 + 2a004c5 commit 099d4dc
Show file tree
Hide file tree
Showing 256 changed files with 31,209 additions and 1,853 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ dev-upload: dev-upload-nodeup dev-upload-kops-controller dev-upload-protokube de

.PHONY: crds
crds:
go run vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go crd --apis-path pkg/apis/kops/v1alpha2 --domain k8s.io --output-dir k8s/crds/
go run vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go crd paths=k8s.io/kops/pkg/apis/kops/v1alpha2 output:dir=k8s/crds/

#------------------------------------------------------
# kops-controller
Expand Down
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ require (
github.com/google/uuid v1.1.0 // indirect
github.com/gophercloud/gophercloud v0.0.0-20190216224116-dcc6e84aef1b
github.com/gorilla/mux v1.7.0
github.com/hashicorp/hcl v0.0.0-20160711231752-d8c773c4cba1
github.com/hashicorp/hcl v1.0.0
github.com/huandu/xstrings v1.2.0 // indirect
github.com/jpillora/backoff v0.0.0-20170918002102-8eab2debe79d
github.com/jteeuwen/go-bindata v0.0.0-20151023091102-a0ff2567cfb7
Expand All @@ -107,9 +107,9 @@ require (
github.com/pkg/sftp v0.0.0-20160930220758-4d0e916071f6
github.com/prometheus/client_golang v0.9.2
github.com/sergi/go-diff v0.0.0-20161102184045-552b4e9bbdca
github.com/spf13/cobra v0.0.0-20180319062004-c439c4fa0937
github.com/spf13/pflag v1.0.2
github.com/spf13/viper v0.0.0-20160820190039-7fb2782df3d8
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
github.com/spotinst/spotinst-sdk-go v0.0.0-20190505130751-eb52d7ac273c
github.com/stretchr/testify v1.3.0
github.com/urfave/cli v1.20.0
Expand All @@ -134,4 +134,5 @@ require (
k8s.io/legacy-cloud-providers v0.0.0
k8s.io/utils v0.0.0-20190506122338-8fab8cb257d5
sigs.k8s.io/controller-runtime v0.2.2
sigs.k8s.io/controller-tools v0.2.2-0.20190919191502-76a25b63325a
)
45 changes: 45 additions & 0 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 099d4dc

Please sign in to comment.