Skip to content

Commit

Permalink
Fix protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Saratura committed Jun 20, 2024
1 parent a609317 commit 4012796
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3,252 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ generate: $(protoc_bin) ## Generate code with controller-gen and protobuf.
--go-header-file=./pkg/apiserver/hack/boilerplate.txt \
--apimachinery-packages='-k8s.io/apimachinery/pkg/util/intstr,-k8s.io/apimachinery/pkg/api/resource,-k8s.io/apimachinery/pkg/runtime/schema,-k8s.io/apimachinery/pkg/runtime,-k8s.io/apimachinery/pkg/apis/meta/v1,-k8s.io/apimachinery/pkg/apis/meta/v1beta1,-k8s.io/api/core/v1,-k8s.io/api/rbac/v1' \
--proto-import=./.work/kubernetes/staging/src/ \
--proto-import=./.work/kubernetes/vendor \
--proto-import=./.work/kubernetes/vendor && \
mv ./.work/tmp/github.com/vshn/appcat-apiserver/apis/appcat/v1/generated.pb.go ./apis/appcat/v1/ && \
rm -rf ./.work/tmp

Expand Down
Loading

0 comments on commit 4012796

Please sign in to comment.