Skip to content

Commit 7e236c8

Browse files
vinceprincdc
authored andcommitted
Update controller-tools to 0.1.11 (kubernetes-sigs#1053)
Signed-off-by: Vince Prignano <[email protected]> (cherry picked from commit 1cb3deb)
1 parent fd525a9 commit 7e236c8

File tree

5 files changed

+8
-14
lines changed

5 files changed

+8
-14
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ required = [
2828

2929
[[constraint]]
3030
name = "sigs.k8s.io/controller-tools"
31-
version = "v0.1.10"
31+
version = "v0.1.11"
3232

3333
[[constraint]]
3434
name = "k8s.io/code-generator"

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ deploy: manifests ## Deploy controller in the configured Kubernetes cluster in ~
6363
.PHONY: manifests
6464
manifests: ## Generate manifests e.g. CRD, RBAC etc.
6565
go run vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go all
66-
# TODO(vincepri) Remove this line. This is a workaround until
67-
# https://github.com/kubernetes-sigs/controller-tools/pull/230 is merged.
68-
go run vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go rbac
6966
cp -f ./config/rbac/manager*.yaml ./config/ci/rbac/
7067
cp -f ./config/manager/manager*.yaml ./config/ci/manager/
7168

vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go

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

vendor/sigs.k8s.io/controller-tools/pkg/rbac/manifests.go

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

0 commit comments

Comments
 (0)