Skip to content

Commit

Permalink
Merge pull request #363 from DataDog/xavier.lucas/autoscaling-bazel
Browse files Browse the repository at this point in the history
[kubernetes-autoscaling] Add bazel build file
  • Loading branch information
xlucas authored Jan 27, 2025
2 parents 9a83587 + 9522b8c commit fec6930
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 fec6930

Please sign in to comment.