...

Text file src/edge-infra.dev/config/pallets/linkerdctl/controller/base/crds/BUILD.bazel

Documentation: edge-infra.dev/config/pallets/linkerdctl/controller/base/crds

     1load("//hack/build/rules/kustomize:kustomization.bzl", "kustomization")
     2
     3kustomization(
     4    name = "linkerd-controller-crds",
     5    srcs = [
     6        "linkerd.edge.ncr.com_linkerds.yaml",
     7        "linkerd.edge.ncr.com_linkerdworkloadinjections.yaml",
     8    ],
     9    kustomization_yaml = "kustomization.yaml",
    10    visibility = ["//visibility:public"],
    11)

View as plain text