Skip to content

Commit

Permalink
Add bazel build file for autoscaling protos
Browse files Browse the repository at this point in the history
  • Loading branch information
xlucas committed Jan 27, 2025
1 parent 9a83587 commit 9522b8c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions proto/autoscaling/kubernetes/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
load("@rules_proto//proto:defs.bzl", "proto_library")

proto_library(
name = "kubernetes_autoscaling_proto",
srcs = [
"autoscaling.proto",
"common.proto",
"recommender.proto",
],
visibility = ["//visibility:public"],
)

0 comments on commit 9522b8c

Please sign in to comment.