You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkg/plugin/v3: default to v1 CRDs and webhooks, with options to
use v1beta1 via --crd-version and --webhook-version
pkg/plugin/v3: bump controller-tools to the master, which contains
the "webhook:admissionReviewVersions" marker option required for
webhook configs to work with controller-runtime v0.6.3. Tests are
updated to respect multiple tool (controller-gen, kustomize)
versions since e2e tests run for multiple plugin versions.
pkg/model/config: use Config.Resources to hold core resource version info
Copy file name to clipboardExpand all lines: docs/book/src/reference/makefile-helpers.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Makefile Helpers
2
2
3
-
By default, the projects are scaffolded with a `Makefile`. You can customize and update this file as please you. Here, you will find some helpers that can be useful.
3
+
By default, the projects are scaffolded with a `Makefile`. You can customize and update this file as please you. Here, you will find some helpers that can be useful.
4
4
5
5
## To debug with go-delve
6
6
@@ -14,28 +14,24 @@ run-delve: generate fmt vet manifests
0 commit comments