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.
1 parent f91b017 commit 222b19cCopy full SHA for 222b19c
generate_testdata.sh
@@ -103,6 +103,9 @@ scaffold_test_project() {
103
header_text 'initializing project-v2-addon ...'
104
$kb init --project-version $version --domain testproject.org --license apache2 --owner "The Kubernetes authors"
105
106
+ # pin the version of the declarative pattern to make tests pass
107
+ go get sigs.k8s.io/kubebuilder-declarative-pattern@v0.0.0-20200317144824-bbf1fb2a4a9a
108
+
109
header_text 'enableling --pattern flag ...'
110
export KUBEBUILDER_ENABLE_PLUGINS=1
111
header_text 'Creating APIs ...'
0 commit comments