...

Text file src/edge-infra.dev/hack/build/rules/kustomize/gazelle/testdata/complex_deps_test/generic/BUILD.out

Documentation: edge-infra.dev/hack/build/rules/kustomize/gazelle/testdata/complex_deps_test/generic

     1load("//hack/build/rules/kustomize:kustomization.bzl", "kustomization")
     2
     3kustomization(
     4    name = "generic",
     5    kustomization_yaml = "kustomization.yaml",
     6    visibility = ["//visibility:public"],
     7    deps = [
     8        "//base",
     9        "//generic/gcpinfra",
    10        "//google-app-creds/deployment-patch",
    11        "//google-app-creds/external-secret",
    12    ],
    13)

View as plain text