build/kubernetes
Dmitri Shuralyov d3fb66653c kubernetes/gke: skip 4 tests on builders
The current GKE tests require to be run on GCE and with Application
Default Credentials that have at least the container.clusters.list
permission, at least one GKE cluster, and possibly more.

The builders that run these tests don't have sufficient permissions,
which means these tests never pass. Skip these tests, they can be
re-enabled if/when we decide they're worth running automatically and
make it possible to do so. Until then, they can be run manually.

Updates golang/go#28543
Updates golang/go#11811

Change-Id: Ib76f9d4f93ece2b922c099a21dec4ceefb45b546
Reviewed-on: https://go-review.googlesource.com/c/build/+/215299
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-01-17 21:25:17 +00:00
..
api all: add README.md files where missing, and tool to keep them updated 2017-08-02 22:17:52 +00:00
gke kubernetes/gke: skip 4 tests on builders 2020-01-17 21:25:17 +00:00
README.md all: add README.md files where missing, and tool to keep them updated 2017-08-02 22:17:52 +00:00
client.go all: use "context" instead of golang.org/x/net/context 2018-03-06 23:26:52 +00:00
client_test.go all: use "context" instead of golang.org/x/net/context 2018-03-06 23:26:52 +00:00
dialer.go kubernetes: cleanup, and add DialServicePort 2017-02-09 23:20:38 +00:00

README.md

GoDoc

golang.org/x/build/kubernetes

Package kubernetes contains a minimal client for the Kubernetes API.