kubernetes/pkg/kubectl/cmd
k8s-merge-robot 96996985a0 Merge pull request #29737 from andreykurilin/fix_kubectl_help_cmd
Automatic merge from submit-queue

Fix kubectl help command

PR 48d47b1027 broke `kubectl help` command due
to wrong check `help for help cmd` .

Fixes #29736
2016-07-28 19:07:55 -07:00
..
config Merge pull request #28531 from dims/fix-issues-28314 2016-07-13 06:09:25 -07:00
rollout kubectl: refactor rollout history to be more configurable 2016-07-12 10:36:14 +02:00
set Use patch when recording commands in kubectl set image 2016-07-21 15:33:34 -07:00
util Add support for kubectl create quota command 2016-07-26 11:32:08 +02:00
annotate_test.go Merge pull request #27977 from ciwang/move-storage-examples 2016-07-08 21:45:38 -07:00
annotate.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
apiversions.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
apply_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
apply.go kubectl apply add --overwrite flag 2016-07-18 00:32:13 -04:00
attach_test.go Fix Windows terminal handling 2016-07-20 13:37:14 -04:00
attach.go Fix Windows terminal handling 2016-07-20 13:37:14 -04:00
autoscale.go Merge pull request #27844 from hodovska/1336632-hpa_flag_tips 2016-07-06 08:40:14 -07:00
clusterinfo_dump_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
clusterinfo_dump.go 24133 fix: --no-headers works with custom columns now 2016-07-07 10:04:09 +02:00
clusterinfo.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
cmd_test.go Refactor Printer arguments 2016-07-14 16:23:02 +03:00
cmd.go add shorthand cm for configmaps 2016-07-27 10:54:11 +08:00
completion.go Reformat kubectl completion example text 2016-07-06 13:18:33 -07:00
convert.go 24133 fix: --no-headers works with custom columns now 2016-07-07 10:04:09 +02:00
create_configmap_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
create_configmap.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
create_namespace_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
create_namespace.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
create_quota_test.go Add --scopes to kubectl-create-quota and add tests 2016-07-26 14:12:35 +02:00
create_quota.go Add --scopes to kubectl-create-quota and add tests 2016-07-26 14:12:35 +02:00
create_secret_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
create_secret.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
create_serviceaccount_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
create_serviceaccount.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
create_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
create.go Add support for kubectl create quota command 2016-07-26 11:32:08 +02:00
delete_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
delete.go Refactor Printer arguments 2016-07-14 16:23:02 +03:00
describe_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
describe.go Support --all-namespaces in kubectl describe 2016-07-08 11:45:38 -04:00
drain_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
drain.go Merge pull request #26237 from duglin/UseConstant 2016-07-01 16:55:39 -07:00
edit.go Validation logic applied to edited file 2016-07-15 13:02:19 +02:00
exec_test.go Fix Windows terminal handling 2016-07-20 13:37:14 -04:00
exec.go Fix Windows terminal handling 2016-07-20 13:37:14 -04:00
explain.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
expose_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
expose.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
get_test.go Merge pull request #27977 from ciwang/move-storage-examples 2016-07-08 21:45:38 -07:00
get.go Merge pull request #28833 from tnguyen-rh/fix-docstring 2016-07-25 16:16:06 -07:00
help.go Fix kubectl help command 2016-07-28 17:47:03 +03:00
label_test.go Merge pull request #27977 from ciwang/move-storage-examples 2016-07-08 21:45:38 -07:00
label.go Refactor Printer arguments 2016-07-14 16:23:02 +03:00
logs_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
logs.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
namespace.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
patch_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
patch.go Refactor Printer arguments 2016-07-14 16:23:02 +03:00
portforward_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
portforward.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
proxy.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
replace_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
replace.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
rollingupdate_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
rollingupdate.go fix kubectl rolling update empty file cause panic issue 2016-07-26 02:37:55 -04:00
run_test.go Make sure --record=false is acknowledged when passed to commands 2016-07-15 11:24:05 -04:00
run.go Fix Windows terminal handling 2016-07-20 13:37:14 -04:00
scale.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
stop.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00
taint_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
taint.go Refactor Printer arguments 2016-07-14 16:23:02 +03:00
version.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00