...

Text file src/edge-infra.dev/config/pallets/f8n/pinitctl/BUILD.bazel

Documentation: edge-infra.dev/config/pallets/f8n/pinitctl

     1"""
     2This BUILD file defines YAML generation targets for cmd/f8n/pinitctl
     3"""
     4
     5load("//hack/tools/controller-gen:controller-gen.bzl", "gen_rbac")
     6
     7package(default_visibility = ["//visibility:public"])
     8
     9gen_rbac(
    10    name = "gen_rbac",
    11    outpath_relative_to_repo_root = True,
    12    pkg = "pkg/f8n/gcp/k8s/controllers/projectinit",
    13    rbac_out_path = "config/pallets/f8n/pinitctl",
    14    role_name = "pinitctl",
    15)

View as plain text