File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 6868.PHONY : generate
6969generate : controller-gen client-gen
7070 $(shell go env GOPATH) /bin/controller-gen object:headerFile=./hack/boilerplate.go.txt paths=./pkg/apis/...
71- $(shell go env GOPATH) /bin/client-gen --output-package=github.com/replicatedhq/troubleshoot/pkg/client --clientset-name troubleshootclientset --input-base github.com/replicatedhq/troubleshoot/pkg/apis --input troubleshoot/v1beta1 -h ./hack/boilerplate.go.txt
71+ $(shell go env GOPATH) /bin/client-gen \
72+ --output-package=github.com/replicatedhq/troubleshoot/pkg/client \
73+ --clientset-name troubleshootclientset \
74+ --input-base github.com/replicatedhq/troubleshoot/pkg/apis \
75+ --input troubleshoot/v1beta1 \
76+ -h ./hack/boilerplate.go.txt
7277
7378.PHONY : openapischema
7479openapischema : controller-gen
You can’t perform that action at this time.
0 commit comments