Files
kubernetes/cmd/kubeadm
Dmitry Rozhkov b9c2139ccc kubeadm: refactor validateStableVersion()
Currently the function `cmd/kubeadm/app/util.validateStableVersion()`
doesn't validate remote versions in the special case when the client
version is empty. This makes the code more difficult to reason about,
because the function may successfully return a string which isn't a valid version.

Move handling the special case outside of the function to the place
where its meaning is more obvious.
2018-12-17 17:05:41 +02:00
..
2018-12-04 19:27:17 +08:00
2018-11-10 07:50:31 -05:00
2018-11-10 07:50:31 -05:00
2018-11-29 13:12:49 +02:00