kubernetes/cmd/kubeadm/app/util
Davanum Srinivas ff26e57ba6 Improve where we load builds from for kubeadm upgrade jobs
We should stop special casing "ci-cross" and just use the
configuration in test-infra to dictate where we pick up
the builds from.

For 1.8,1.9,1.10 branches, we need to load the latest
version from ci/latest*.txt.

For master, 1.11 etc, we need to load from ci-cross/latest*.txt.

We need to update test-infra configs if things fail.

try these to verify:
```
gsutil cat gs://kubernetes-release-dev/ci/latest-1.9.txt
gsutil cat gs://kubernetes-release-dev/ci-cross/latest.txt
```
2018-05-09 12:11:41 -04:00
..
apiclient use new dynamic client 2018-05-04 08:15:06 -04:00
audit Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
config Merge pull request #56956 from Lion-Wei/kubeadm-1 2018-04-11 14:33:31 -07:00
dryrun Merge pull request #62655 from stealthybox/TLSUpgrade_+_detiber-kubeadm_hash 2018-04-24 13:28:13 -07:00
etcd [kubeadm] Add etcd L7 check on upgrade 2018-04-24 09:56:35 -06:00
kubeconfig Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
pubkeypin Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
staticpod [kubeadm] Implement ReadStaticPodFromDisk 2018-04-20 18:32:04 -06:00
token Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
arguments_test.go kubeadm: Adding unit tests for newly added funcs 2017-08-19 00:45:49 +03:00
arguments.go kubeadm: Make the self-hosting with certificates in Secrets mode work again 2017-08-19 00:45:16 +03:00
BUILD [kubeadm] Implement etcdutils with Cluster.HasTLS() 2018-04-24 09:55:51 -06:00
copy.go Adding etcd upgrade to kubeadm upgrade apply 2017-11-18 18:47:50 -05:00
endpoint_test.go make API.ControlPlaneEndpoint accept IP 2018-04-23 00:16:13 +02:00
endpoint.go make API.ControlPlaneEndpoint accept IP 2018-04-23 00:16:13 +02:00
error_test.go kubeadm: Fix a couple of upgrade/downgrade-related bugs 2017-12-02 00:27:07 +02:00
error.go kubeadm: Fix a couple of upgrade/downgrade-related bugs 2017-12-02 00:27:07 +02:00
marshal.go [kubeadm] Implement ReadStaticPodFromDisk 2018-04-20 18:32:04 -06:00
template_test.go Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
template.go kubeadm golint clean up 2017-09-23 08:07:55 -04:00
version_test.go Improve where we load builds from for kubeadm upgrade jobs 2018-05-09 12:11:41 -04:00
version.go Improve where we load builds from for kubeadm upgrade jobs 2018-05-09 12:11:41 -04:00