k3s/pkg/kubectl/cmd
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
..
auth Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
config move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
rollout statefulSet kubectl rollout command 2017-08-24 16:43:03 -07:00
set Merge pull request #50841 from zjj2wry/kubectl-set-image-ignoring 2017-08-25 10:10:13 -07:00
templates Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
testdata/edit Merge pull request #50205 from dixudx/fix_kubectl_edit_panic_nil_list 2017-08-11 19:44:04 -07:00
testing Merge pull request #50578 from pwittrock/depsutils 2017-08-23 17:56:20 -07:00
util Merge pull request #51223 from apelisse/openapi-reference-first-class 2017-08-24 21:51:11 -07:00
BUILD move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
alpha.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
annotate.go fix issue(#49883) Add selector example 2017-08-17 20:27:11 +08:00
annotate_test.go
apiversions.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
apply.go Validate against OpenAPI schema (if available) 2017-08-21 08:58:42 -07:00
apply_edit_last_applied.go
apply_set_last_applied.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
apply_test.go Protect against nil panic in apply 2017-07-18 12:55:34 -03:00
apply_view_last_applied.go fix issue(#49883) Add selector example 2017-08-17 20:27:11 +08:00
attach.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
attach_test.go
autoscale.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
certificates.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
clusterinfo.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
clusterinfo_dump.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
clusterinfo_dump_test.go
cmd.go Merge pull request #49935 from xiangpengzhao/remove-dep-alias 2017-08-22 19:45:34 -07:00
cmd_test.go
completion.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
convert.go Validate against OpenAPI schema (if available) 2017-08-21 08:58:42 -07:00
cp.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
cp_test.go
create.go Validate against OpenAPI schema (if available) 2017-08-21 08:58:42 -07:00
create_clusterrole.go Merge pull request #47171 from xilabao/validate-nonResourceURL-in-create-clusterrole 2017-08-25 12:31:07 -07:00
create_clusterrole_test.go validate nonResourceURL in create clusterrole 2017-08-18 13:03:38 +08:00
create_clusterrolebinding.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
create_configmap.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
create_configmap_test.go
create_deployment.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
create_deployment_test.go kubectl/deployment: add BaseDeploymentGenerator to reduce duplication 2017-07-18 13:17:45 -07:00
create_namespace.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
create_namespace_test.go
create_pdb.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
create_pdb_test.go
create_quota.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
create_quota_test.go
create_role.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
create_role_test.go
create_rolebinding.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
create_rolebinding_test.go
create_secret.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
create_secret_test.go
create_service.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
create_service_test.go
create_serviceaccount.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
create_serviceaccount_test.go
create_test.go
delete.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
delete_test.go
describe.go fix issue(#49883) Add selector example 2017-08-17 20:27:11 +08:00
describe_test.go
drain.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
drain_test.go kubectl: simplify deepcopy calls 2017-08-16 10:58:51 +02:00
edit.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
edit_test.go Detect missing steps in edit testcases 2017-08-10 11:01:01 -04:00
exec.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
exec_test.go move term to kubectl/util 2017-06-30 15:00:24 -07:00
explain.go Merge pull request #50247 from tcharding/kubectl-explain 2017-08-23 02:35:06 -07:00
expose.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
expose_test.go
get.go fix issue(#49883) Add selector example 2017-08-17 20:27:11 +08:00
get_test.go get_test.go fix error format and info 2017-08-11 10:50:06 +08:00
help.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
label.go fix issue(#49883) Add selector example 2017-08-17 20:27:11 +08:00
label_test.go
logs.go fix issue(51027)kubect logs --selector ignoring --tail=-1 2017-08-22 12:26:38 +08:00
logs_test.go
options.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
patch.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
patch_test.go kubectl: simplify deepcopy calls 2017-08-16 10:58:51 +02:00
plugin.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
plugin_test.go
portforward.go Merge pull request #50229 from tcharding/kubectl-portforward 2017-08-23 03:36:03 -07:00
portforward_test.go
proxy.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
replace.go Validate against OpenAPI schema (if available) 2017-08-21 08:58:42 -07:00
replace_test.go
rollingupdate.go Validate against OpenAPI schema (if available) 2017-08-21 08:58:42 -07:00
rollingupdate_test.go
run.go fix kubectl issue(#52)kubectl run --expose continues after error (missing port) 2017-08-17 14:30:46 +08:00
run_test.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
scale.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00
taint.go fix issue(#49883) Add selector example 2017-08-17 20:27:11 +08:00
taint_test.go kubectl: simplify deepcopy calls 2017-08-16 10:58:51 +02:00
top.go Merge pull request #50620 from juanvallejo/jvallejo/update-kubectl-top-validation 2017-08-21 08:26:23 -07:00
top_node.go Merge pull request #50816 from YuxiJin-tobeyjin/errdefine 2017-08-24 21:51:03 -07:00
top_node_test.go add tests 2017-08-17 18:08:26 -04:00
top_pod.go Merge pull request #50620 from juanvallejo/jvallejo/update-kubectl-top-validation 2017-08-21 08:26:23 -07:00
top_pod_test.go add tests 2017-08-17 18:08:26 -04:00
top_test.go remove duplicated import and wrong alias name of api package 2017-07-25 10:04:25 +08:00
version.go move i18n to kubectl/util 2017-08-16 12:27:36 -07:00