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 91b26e4 commit 5caa09aCopy full SHA for 5caa09a
build.sh
@@ -51,11 +51,11 @@ generator/build/generator "interfaces" "paths=./pkg/apis/workspaces/v1alpha2"
51
52
echo "Generating K8S CRDs"
53
54
-generator/build/generator "crds" "output:crds:artifacts:config=crds" "paths=./pkg/apis/workspaces/v1alpha2;./pkg/apis/workspaces/v1alpha1"
+generator/build/generator "crds" "output:crds:artifacts:config=crds" "paths=./pkg/apis/workspaces/v1alpha2;"
55
56
echo "Generating DeepCopy implementations"
57
58
-generator/build/generator "deepcopy" "paths=./pkg/apis/workspaces/v1alpha2;./pkg/apis/workspaces/v1alpha1"
+generator/build/generator "deepcopy" "paths=./pkg/apis/workspaces/v1alpha2;"
59
60
echo "Generating JsonSchemas"
61
0 commit comments