...

Text file src/edge-infra.dev/cmd/edge/clusterctl/gke-auth/BUILD.bazel

Documentation: edge-infra.dev/cmd/edge/clusterctl/gke-auth

     1load("@io_bazel_rules_go//go:def.bzl", "go_library")
     2
     3go_library(
     4    name = "gke-auth",
     5    srcs = ["gkeauth.go"],
     6    importpath = "edge-infra.dev/cmd/edge/clusterctl/gke-auth",
     7    visibility = ["//visibility:public"],
     8    deps = [
     9        "@io_k8s_client_go//rest",
    10        "@org_golang_x_oauth2//:oauth2",
    11        "@org_golang_x_oauth2//google",
    12    ],
    13)

View as plain text