Files
kubernetes/pkg
Filipe Brandenburger b2aabc540e Fix kubectl version to match client and server version output
Before this fix, the server version was printed from a pointer, making
the Go formatter prefix it with a &.

Before this patch:

    $ kubectl version
    Client Version: version.Info{Major:"0", Minor:"8+", GitVersion:"v0.8.0-509-g8537a73264b836", GitCommit:"8537a73264b836226cfca745ed37d65916e3b16f", GitTreeState:"clean"}
    Server Version: &version.Info{Major:"0", Minor:"8+", GitVersion:"v0.8.0-509-g8537a73264b836", GitCommit:"8537a73264b836226cfca745ed37d65916e3b16f", GitTreeState:"clean"}

After this patch:

    $ kubectl version
    Client Version: version.Info{Major:"0", Minor:"8+", GitVersion:"v0.8.0-509-g8537a73264b836-dirty", GitCommit:"8537a73264b836226cfca745ed37d65916e3b16f", GitTreeState:"dirty"}
    Server Version: version.Info{Major:"0", Minor:"8+", GitVersion:"v0.8.0-509-g8537a73264b836", GitCommit:"8537a73264b836226cfca745ed37d65916e3b16f", GitTreeState:"clean"}
2015-01-21 08:44:53 -08:00
..
2014-09-16 15:19:02 -07:00
2015-01-21 08:12:24 -05:00
2015-01-15 12:02:22 -08:00
2015-01-14 15:22:21 -08:00
2014-11-02 22:26:45 -08:00
2014-12-19 12:28:51 -08:00
2015-01-18 01:32:34 -06:00
2015-01-18 01:32:34 -06:00
2015-01-16 12:23:16 -08:00
2015-01-14 17:38:48 -08:00
2015-01-14 15:22:21 -08:00
2015-01-20 19:50:24 -08:00