Skip to content

Commit 9747432

Browse files
committed
more proto file sync
1 parent 31046c9 commit 9747432

14 files changed

Lines changed: 11553 additions & 3 deletions

Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ TARGET_PROTO_DIR = internal/proto/api/v1
3434
TARGET_GEN_PB_DIR = internal/gen/api/v1
3535
TARGET_GEN_CONNECT_DIR = internal/gen/api/v1/apiv1connect
3636

37-
PROTO_FILES = common.proto k8s.proto recommendation.proto
38-
GEN_PB_FILES = common.pb.go k8s.pb.go recommendation.pb.go
39-
GEN_CONNECT_FILES = k8s.connect.go recommendation.connect.go
37+
PROTO_FILES = common.proto instance.proto k8s.proto recommendation.proto cluster.proto profiling.proto
38+
GEN_PB_FILES = common.pb.go instance.pb.go k8s.pb.go recommendation.pb.go cluster.pb.go cluster_grpc.pb.go profiling.pb.go profiling_grpc.pb.go
39+
GEN_CONNECT_FILES = k8s.connect.go recommendation.connect.go cluster.connect.go profiling.connect.go
40+
4041

4142
.PHONY: proto
4243
proto:

internal/gen/api/v1/apiv1connect/cluster.connect.go

Lines changed: 368 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/gen/api/v1/apiv1connect/profiling.connect.go

Lines changed: 105 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)