Skip to content

Commit

Permalink
Fix clientset generation destination
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Mar 21, 2020
1 parent fa55485 commit ae2a1f6
Show file tree
Hide file tree
Showing 33 changed files with 20 additions and 1,752 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ vet:
.PHONY: generate
generate: controller-gen client-gen
$(CONTROLLER_GEN) object:headerFile=./hack/boilerplate.go.txt paths=./pkg/apis/...
$(CLIENT_GEN) --output-package=github.com/schemahero/schemahero/pkg/client --clientset-name schemaheroclientset --input-base github.com/schemahero/schemahero/pkg/apis --input databases/v1alpha3 --input schemas/v1alpha3 -h ./hack/boilerplate.go.txt
$(CLIENT_GEN) --output-package=pkg/client --clientset-name schemaheroclientset --input-base github.com/schemahero/schemahero/pkg/apis --input databases/v1alpha3 --input schemas/v1alpha3 -h ./hack/boilerplate.go.txt

.PHONY: bin/schemahero
bin/schemahero:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ae2a1f6

Please sign in to comment.