mirror of https://github.com/kubernetes/kops.git
10 lines
411 B
Python
10 lines
411 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = ["kubernetes_apimachinery_wait.go"],
|
|
importmap = "k8s.io/kops/vendor/github.com/google/go-containerregistry/internal/retry/wait",
|
|
importpath = "github.com/google/go-containerregistry/internal/retry/wait",
|
|
visibility = ["//vendor/github.com/google/go-containerregistry:__subpackages__"],
|
|
)
|