Skip to content

Commit

Permalink
Run make deps-update (missing pkg/monitoring BUILD.bazel)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
  • Loading branch information
akalenyu committed May 4, 2022
1 parent 1778257 commit 5388c83
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkg/monitoring/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
load("@io_bazel_rules_go//go:def.bzl", "go_library")

go_library(
name = "go_default_library",
srcs = ["metrics.go"],
importpath = "kubevirt.io/containerized-data-importer/pkg/monitoring",
visibility = ["//visibility:public"],
deps = ["//pkg/common:go_default_library"],
)

0 comments on commit 5388c83

Please sign in to comment.