...
1load("@io_bazel_rules_go//go:def.bzl", "go_library")
2
3go_library(
4 name = "templates",
5 srcs = ["templates.go"],
6 embedsrcs = [
7 "manifests/lan-outage-detector.yaml",
8 "manifests/etcd-manager.yaml",
9 "manifests/k8s-admission.yaml",
10 "manifests/device-agent.yaml",
11 "manifests/control-plane-guardian.yaml",
12 ],
13 importpath = "edge-infra.dev/pkg/sds/ien/k8s/controllers/nodeagent/plugins/staticpodscheduler/templates",
14 visibility = ["//visibility:public"],
15)
View as plain text