Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update controller-tools to 0.1.11 #1053

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update controller-tools to 0.1.11
Signed-off-by: Vince Prignano <vincepri@vmware.com>
vincepri committed Jun 20, 2019

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit be72cf66200ada50b26c820f5a8fca6366753330
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
@@ -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"
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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/

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.