Files
kubernetes/cmd
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-11-21 17:39:15 +08:00
2018-05-04 17:02:20 -04:00
2018-06-22 16:22:57 -07:00
2018-11-10 07:50:31 -05:00
2018-05-04 17:02:20 -04:00
2018-12-11 12:13:57 -08:00
2018-11-10 07:50:31 -05:00
2018-02-15 12:01:00 -08:00