ymqytw
b776df8a20
move i18n to kubectl/util
2017-08-16 12:27:36 -07:00
bruceauyeung
ab4029c85b
Signed-off-by: bruceauyeung <ouyang.qinhua@zte.com.cn>
...
rename variables to make sure that they conform to golang variable name convention
2017-04-25 15:07:01 +08:00
Kubernetes Submit Queue
19d722671b
Merge pull request #43297 from mvdan/kubectl-params
...
Automatic merge from submit-queue
kubectl/cmd: remove a bunch of unused parameters
Found with github.com/mvdan/unparam.
**Release note**: NONE
2017-04-13 04:07:21 -07:00
Brendan Burns
79f51923d3
Extract a bunch more strings from kubectl
2017-04-06 20:12:50 -07:00
Daniel Martí
810dbc5e98
kubectl/cmd: remove a bunch of unused parameters
...
Found with github.com/mvdan/unparam.
2017-04-04 10:36:30 +01:00
Brendan Burns
d9c4a289a6
Extract strings for translation.
2017-02-06 22:32:01 -08:00
Fabiano Franz
f6d1ac72a0
Use our own normalizers for cmd examples and descriptions
2016-10-17 11:49:55 -02:00
AdoHe
b2280a646a
update various commands to adapt the new Factory interface
2016-10-13 21:01:14 +08:00
Andrey Kurilin
b2f8ee4f12
Fix kubectl help command
...
PR 48d47b1027
broke `kubectl help` command due
to wrong check `help for help cmd` .
Fixed issue #29736
2016-07-28 17:47:03 +03:00
Andrey Kurilin
48d47b1027
Implement custom help command for kubectl
...
Own implemenation of help command allows to print `Did you mean this?` with
suggestions, which is missed in embed help command from github.com/spf13/cobra
Also, it can be extended with different search features. At this patch, help
command search query in short descriptions of commands in case of mismatch
with commands names.
fixes #25234
2016-07-01 00:35:56 +03:00