...

Text file src/edge-infra.dev/hack/build/rules/kustomize/tests/base/crds/BUILD.bazel

Documentation: edge-infra.dev/hack/build/rules/kustomize/tests/base/crds

     1load("//hack/build/rules/kustomize:kustomization.bzl", "kustomization")
     2
     3kustomization(
     4    name = "crds",
     5    srcs = [
     6        "servicemonitors-monitoring-coreos-com.yaml",
     7        "warehouse.edge.ncr.com_shipments.yaml",
     8        "warehouse.edge.ncr.com_unpackedpallets.yaml",
     9    ],
    10    kustomization_yaml = "kustomization.yaml",
    11    visibility = ["//visibility:public"],
    12)

View as plain text