Skip to content

Commit

Permalink
Update controller-tools to 0.1.11 (#1053)
Browse files Browse the repository at this point in the history
Signed-off-by: Vince Prignano <vincepri@vmware.com>
  • Loading branch information
vincepri authored and k8s-ci-robot committed Jun 20, 2019
1 parent 1c10a3f commit 1cb3deb
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ required = [

[[constraint]]
name = "sigs.k8s.io/controller-tools"
version = "v0.1.10"
version = "v0.1.11"

[[constraint]]
name = "k8s.io/code-generator"
Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ deploy: manifests ## Deploy controller in the configured Kubernetes cluster in ~
.PHONY: manifests
manifests: ## Generate manifests e.g. CRD, RBAC etc.
go run vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go all
# TODO(vincepri) Remove this line. This is a workaround until
# https://github.com/kubernetes-sigs/controller-tools/pull/230 is merged.
go run vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go rbac
cp -f ./config/rbac/manager*.yaml ./config/ci/rbac/
cp -f ./config/manager/manager*.yaml ./config/ci/manager/

Expand Down

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

4 changes: 2 additions & 2 deletions vendor/sigs.k8s.io/controller-tools/pkg/rbac/manifests.go

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

0 comments on commit 1cb3deb

Please sign in to comment.