peridot/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming/BUILD.bazel
2022-07-07 22:13:21 +02:00

14 lines
463 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "streaming",
srcs = ["streaming.go"],
importmap = "peridot.resf.org/vendor/k8s.io/apimachinery/pkg/runtime/serializer/streaming",
importpath = "k8s.io/apimachinery/pkg/runtime/serializer/streaming",
visibility = ["//visibility:public"],
deps = [
"//vendor/k8s.io/apimachinery/pkg/runtime",
"//vendor/k8s.io/apimachinery/pkg/runtime/schema",
],
)