Maciej Szulik
5b55e1f8ed
Create cli-runtime staging repository
2018-08-21 17:08:30 +02:00
David Eads
facd04be43
use IOStreams for cli commands
2018-05-08 09:02:34 -04:00
Di Xu
cda7f95d46
flag value bindings for kubectl label/patch/taint/top commands
2018-02-24 16:37:19 +08:00
Maciej Szulik
4d7d153a12
Remove unnecessary return parameter from NewCmdTopPod
2018-02-22 14:33:14 +01:00
David Eads
f084311326
remove metrics client factory method
2018-02-22 07:45:04 -05:00
Frederic Branczyk
b1448adb59
kubectl: Use metrics-server for kubectl top commands
2018-01-22 21:45:06 +01:00
Kubernetes Submit Queue
f3c2324af3
Merge pull request #50620 from juanvallejo/jvallejo/update-kubectl-top-validation
...
Automatic merge from submit-queue (batch tested with PRs 47896, 50678, 50620, 50631, 51005)
allow heapster option defaults to be set - kubectl top node|pod
**Release note**:
```release-note
NONE
```
Allows downstream / outside consumers of `NewCmdTopNode` and `NewCmdTopPod` commands to set project or case-specific heapster option defaults.
Related downstream PR: https://github.com/openshift/origin/pull/15764
cc @fabianofranz
2017-08-21 08:26:23 -07:00
juanvallejo
5b8b1eb2eb
allow default option values - kube top node|pod
2017-08-17 11:24:29 -04:00
ymqytw
b776df8a20
move i18n to kubectl/util
2017-08-16 12:27:36 -07:00
Brendan Burns
79f51923d3
Extract a bunch more strings from kubectl
2017-04-06 20:12:50 -07:00
Brendan Burns
d9c4a289a6
Extract strings for translation.
2017-02-06 22:32:01 -08:00
tianshapjq
2c2dba67fd
modify the specifications
2017-01-04 09:12:24 +08:00
tianshapjq
a153f6f885
add some specifications on the top command
2016-12-29 08:44:45 +08:00
juanvallejo
988e747649
update default run function for sub-commands
...
This patch updates parent commands of sub-commands to exit with a usage
error and exit code 1 on an invalid (non-sub-command) argument.
2016-10-31 10:08:12 -04: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
mksalawa
5df9fe684d
Implement kubectl top command with subcommands.
2016-08-11 17:25:18 +02:00