Kubernetes Submit Queue
8e666feac2
Merge pull request #57322 from niuzhenguo/dry-run-flag-cleanup
...
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md ">here</a>.
Use GetDryRunFlag to keep consistent
**What this PR does / why we need it**:
There's a cmd util GetDryRunFlag, but we still get 'dry-run' directly somewhere. This PR makes them consistent.
**Release note**:
```release-note
NONE
```
2018-01-29 20:04:54 -08:00
Di Xu
1c715d51c4
some code change
...
fix wrong required flags
disable the addition of [flags] to the usage, use customized useline
fix function rename
2017-12-25 16:23:38 +08:00
Zhenguo Niu
86cc625a55
Use GetDryRunFlag to keep consistent
2017-12-18 19:28:55 +08:00
ymqytw
b776df8a20
move i18n to kubectl/util
2017-08-16 12:27:36 -07:00
Alexander Campbell
01ae6edc6c
cmd: refactor common err expr into helper function
...
The same redundant fmt.Sprintf() and string literal was duplicated
throughout many of the files in kubectl/cmd. Replace with a helper
function.
2017-06-23 09:49:30 -07:00
Brendan Burns
79f51923d3
Extract a bunch more strings from kubectl
2017-04-06 20:12:50 -07:00
Brendan Burns
f1de40b448
Extract some flag description strings to be translated.
2017-02-21 22:07:30 -08:00
Brendan Burns
d9c4a289a6
Extract strings for translation.
2017-02-06 22:32:01 -08:00
Michail Kargakis
065b652961
kubectl: add create pdb subcommand
2016-12-02 18:42:25 +01: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
lojies
eaf257a993
use dedent for create_quota.go
2016-09-07 09:09:12 +08:00
deads2k
0beca8e6be
replace improper create quota alias
2016-08-04 08:02:14 -04:00
Dr. Stefan Schimanski
199f991f6a
Add --scopes to kubectl-create-quota and add tests
2016-07-26 14:12:35 +02:00
maaz khan
5b95524d65
Add support for kubectl create quota command
2016-07-26 11:32:08 +02:00