3 Star 5 Fork 0

AliyunContainerService/kops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILD.bazel 408 Bytes
一键复制 编辑 原始数据 按行查看 历史
chrislovecnm 提交于 2017-11-06 08:41 +08:00 . gazelle updates with new bazel version
package(default_visibility = ["//visibility:public"])
load("@io_bazel_rules_go//go:def.bzl", "gazelle", "go_library", "go_prefix")
go_prefix("k8s.io/kops")
gazelle(
name = "gazelle",
command = "fix",
external = "vendored",
prefix = "k8s.io/kops",
)
go_library(
name = "go_default_library",
srcs = [
"doc.go",
"version.go",
],
importpath = "k8s.io/kops",
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/AliyunContainerService/kops.git
git@gitee.com:AliyunContainerService/kops.git
AliyunContainerService
kops
kops
master

搜索帮助