mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-04 17:24:25 -04:00
15 lines
297 B
Python
15 lines
297 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
licenses(["notice"])
|
|
|
|
load(
|
|
"@io_bazel_rules_go//go:def.bzl",
|
|
"go_binary",
|
|
)
|
|
|
|
go_binary(
|
|
name = "environment",
|
|
srcs = ["conformance.go"],
|
|
tags = ["automanaged"],
|
|
deps = ["//pkg/kubelet/cadvisor:go_default_library"],
|
|
)
|