...

Text file src/edge-infra.dev/config/pallets/sds/terminalctl/BUILD.bazel

Documentation: edge-infra.dev/config/pallets/sds/terminalctl

     1"""
     2This BUILD file defines YAML generation targets for cmd/edge/terminalctl
     3"""
     4
     5load("//hack/tools/controller-gen:controller-gen.bzl", "gen_rbac")
     6
     7gen_rbac(
     8    name = "gen_rbac_terminalctl",
     9    outpath_relative_to_repo_root = True,
    10    pkg = "pkg/sds/k8s/controllers/terminalctl",
    11    rbac_out_path = "config/pallets/sds/terminalctl/base/rbac",
    12    role_name = "terminalctl",
    13)

View as plain text