...

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

Documentation: edge-infra.dev/config/pallets/edge/persistencectl

     1"""
     2This BUILD file defines YAML generation targets for persistence controller
     3"""
     4
     5load("//hack/tools/controller-gen:controller-gen.bzl", "gen_crds")
     6
     7package(default_visibility = ["//visibility:public"])
     8
     9gen_crds(
    10    name = "gen_crds",
    11    crd_out_path = "config/pallets/edge/persistencectl",
    12    outpath_relative_to_repo_root = True,
    13    pkg = "pkg/edge/apis/persistence/v1alpha1",
    14)

View as plain text