We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9d67cd + 392c8fd commit 938af62Copy full SHA for 938af62
Makefile
@@ -49,15 +49,18 @@ verify-scripts:
49
bash -x hack/verify-integration-tests.sh
50
bash -x hack/verify-group-versions.sh
51
bash -x hack/verify-prerelease-lifecycle-gen.sh
52
- bash -x hack/verify-crd-schema-checker.sh
53
54
.PHONY: verify
55
-verify: verify-scripts verify-codegen-crds
+verify: verify-scripts verify-crd-schema verify-codegen-crds
56
57
.PHONY: verify-codegen-crds
58
verify-codegen-crds:
59
bash -x hack/verify-codegen-crds.sh
60
+.PHONY: verify-crd-schema
61
+verify-crd-schema:
62
+ bash -x hack/verify-crd-schema-checker.sh
63
+
64
.PHONY: verify-%
65
verify-%:
66
make $*
0 commit comments