""" This BUILD file defines YAML generation targets for cmd/f8n/pinitctl """ load("//hack/tools/controller-gen:controller-gen.bzl", "gen_rbac") package(default_visibility = ["//visibility:public"]) gen_rbac( name = "gen_rbac", outpath_relative_to_repo_root = True, pkg = "pkg/f8n/gcp/k8s/controllers/projectinit", rbac_out_path = "config/pallets/f8n/pinitctl", role_name = "pinitctl", )