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 817f97e commit 9eeacaeCopy full SHA for 9eeacae
Makefile
@@ -183,6 +183,7 @@ generate-client-files: code-generator
183
--input-dirs="github.com/project-codeflare/codeflare-operator/api/codeflare/v1alpha1" \
184
--go-header-file="hack/boilerplate.go.txt" \
185
--output-package="github.com/project-codeflare/codeflare-operator/client/applyconfiguration" \
186
+ --output-base="." \
187
--trim-path-prefix "github.com/project-codeflare/codeflare-operator"
188
$(CLIENT_GEN) \
189
--input="codeflare/v1alpha1" \
0 commit comments