...

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

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

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

View as plain text