WanLinghao
83a148310d
Print object should be updated which may cause potential bug.
...
This patch fix this.
modified: pkg/kubectl/cmd/create_clusterrole.go
modified: pkg/kubectl/cmd/create_role.go
2018-03-21 15:34:50 +08:00
Kubernetes Submit Queue
16081cca2b
Merge pull request #61031 from zjj2wry/kubectl_create_role
...
Automatic merge from submit-queue (batch tested with PRs 61003, 61031, 60360, 58349, 60922). 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>.
resource-name not present in the URL for list,watch,deletecollection
**What this PR does / why we need it**:
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #
**Special notes for your reviewer**:
cc @deads2k @liggitt
/sig cli
/sig auth
**Release note**:
```release-note
NONE
```
2018-03-20 18:34:29 -07:00
zhengjiajin
17c9d1fa14
resource-name not present in the URL for list,watch,deletecollection
2018-03-12 16:29:18 +08:00
Di Xu
33b3fb9bed
flag value bindings for kubectl create/get/set commands
2018-02-27 11:00:55 +08:00
David Eads
be04e7c1b1
collapse printing paths
2018-02-21 08:15:22 -05:00
juanvallejo
beb5ea641a
remove mapper dependency - PrintSuccess
2018-02-07 10:10:45 -05: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
juanvallejo
701d6536a2
move cmd/util/printing.go#PrintSuccess to factory_builder.go
2017-11-15 10:46:39 -05:00
ymqytw
4487cc5e15
switch some commands to use its own scheme
2017-10-27 18:31:42 -07:00
Kubernetes Submit Queue
08c2071bec
Merge pull request #47171 from xilabao/validate-nonResourceURL-in-create-clusterrole
...
Automatic merge from submit-queue (batch tested with PRs 51038, 50063, 51257, 47171, 51143)
validate nonResourceURL in create clusterrole
**Release note**:
```release-note
NONE
```
2017-08-25 12:31:07 -07:00
xilabao
42c41a07c8
validate nonResourceURL in create clusterrole
2017-08-18 13:03:38 +08:00
ymqytw
b776df8a20
move i18n to kubectl/util
2017-08-16 12:27:36 -07:00
tcharding
be04ad4aca
Correct case for starting character of option string
2017-08-11 07:24:08 +10:00
Cao Shufeng
93e50b167e
support NonResourceURL for kubectl create clusterrole
2017-05-26 10:07:44 +08:00
xilabao
61e53998e5
ResourceName could possibly contain a comma should use StringArray, not StringSlice
2017-05-12 13:11:21 +08:00
xilabao
19217bc4a2
support subresource when running kubectl create role
2017-04-24 10:05:47 +08:00
Brendan Burns
79f51923d3
Extract a bunch more strings from kubectl
2017-04-06 20:12:50 -07:00
Xing Zhou
433941f1fd
Added kubectl create clusterrole
command.
...
Added `kubectl create clusterrole` command.
2017-02-22 10:30:41 +08:00