""" This BUILD file defines YAML generation targets for cmd/edge/terminalctl """ load("//hack/tools/controller-gen:controller-gen.bzl", "gen_rbac") gen_rbac( name = "gen_rbac_terminalctl", outpath_relative_to_repo_root = True, pkg = "pkg/sds/k8s/controllers/terminalctl", rbac_out_path = "config/pallets/sds/terminalctl/base/rbac", role_name = "terminalctl", )