...

Text file src/edge-infra.dev/pkg/sds/ien/bootoptions/BUILD.bazel

Documentation: edge-infra.dev/pkg/sds/ien/bootoptions

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "bootoptions",
     5    srcs = [
     6        "bootoptions.go",
     7        "constants.go",
     8    ],
     9    importpath = "edge-infra.dev/pkg/sds/ien/bootoptions",
    10    visibility = ["//visibility:public"],
    11    deps = [
    12        "//pkg/edge/api/graph/model",
    13        "//pkg/sds/ien/k8s/controllers/pxe/common",
    14        "@io_k8s_api//core/v1:core",
    15        "@io_k8s_apimachinery//pkg/apis/meta/v1:meta",
    16        "@io_k8s_sigs_controller_runtime//pkg/client",
    17    ],
    18)

View as plain text