add a tool in cmd/ to check links in go file. Currently it's only used to check the links in api descriptions (pkg/api/.../types.go).

This commit is contained in:
Chao Xu
2015-07-24 17:11:16 -07:00
parent 44c4f54acf
commit 464385281b
5 changed files with 140 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ kube::golang::server_targets() {
cmd/kubelet
cmd/hyperkube
cmd/kubernetes
cmd/linkcheck
plugin/cmd/kube-scheduler
)
if [ -n "${KUBERNETES_CONTRIB:-}" ]; then