Sean Sullivan
6c96a059dd
Move pkg/kubectl/cmd/util and subdirs to staging
2019-07-29 13:08:41 -07:00
Sean Sullivan
fb44be2d97
Move pkg/kubectl/version to staging
2019-07-26 15:48:09 -07:00
Sean Sullivan
70984d8385
Moves pkg/kubectl/util/i18n to staging
2019-07-25 23:09:34 -07:00
Peter Swica
123fa89f21
Moved pkg/kubectl/util/term, pkg/kubectl/util/templates, pkg/kubectl/util/interrupt, and pkg/kubectl/util/interrupt to staging
2019-06-20 15:50:16 -04:00
Stuart McLaren
d4ee919fb5
Fix kubectl version --client=true
...
Getting the client version fails if the kubeconfig is invalid:
$ kubectl version --client=true
Error in configuration:
* unable to read client-cert .../client.crt: no such file or directory
* unable to read client-key .../client.key: no such file or directory
* unable to read certificate-authority .../ca.crt: no such file or directory
Update to match behaviour on v1.10.13 and earlier:
$ kubectl version --client=true
Client Version: version.Info{Major:"1", ...}
2019-04-16 18:56:53 +01:00
Sean Sullivan
d4d6e19f1e
kubectl: removes pkg/version dependency
2019-03-28 16:08:34 -07:00
ds-ms
0417d23a4c
Fix linting issues in pkg/kubectl/cmd/version
...
Signed-off-by: ds-ms <desattir@microsoft.com >
2019-01-24 12:26:15 +05:30
Davanum Srinivas
43f523d405
Switch to sigs.k8s.io/yaml from ghodss/yaml
...
Change-Id: Ic72b5131bf441d159012d67a6a3d87088d0e6d31
2018-11-07 13:17:32 -05:00
David Eads
4efb020860
kubectl version should print just client information in the absence of kubeconfig
2018-11-06 16:25:39 -05:00
Maciej Szulik
61899e1654
Generated changes
2018-10-11 22:01:06 +02:00
Maciej Szulik
21789b85a6
Move pkg/kubectl/cmd/templates -> pkg/kubectl/util/temlpates
2018-10-11 22:01:03 +02:00
Maciej Szulik
1d9617d8e1
Generated changes
2018-10-06 18:44:05 +02:00
Maciej Szulik
33adf367f9
Move each kubectl command to a separate directory
2018-10-06 18:44:05 +02:00