mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-05 14:31:22 +00:00
11 lines
426 B
Python
11 lines
426 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "internal",
|
||
|
srcs = ["internal.go"],
|
||
|
importmap = "peridot.resf.org/vendor/k8s.io/client-go/applyconfigurations/internal",
|
||
|
importpath = "k8s.io/client-go/applyconfigurations/internal",
|
||
|
visibility = ["//vendor/k8s.io/client-go/applyconfigurations:__subpackages__"],
|
||
|
deps = ["//vendor/sigs.k8s.io/structured-merge-diff/v4/typed"],
|
||
|
)
|