k3s/pkg/kubectl/cmd
Fabiano Franz 6f66c0eafa Add normalizers for cmd examples and descriptions 2016-10-17 11:31:38 -02:00
..
config Merge string flag into util flag 2016-10-11 23:28:59 -04:00
rollout update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
set Add 'kubectl set limit' 2016-10-14 08:35:32 -04:00
templates Add normalizers for cmd examples and descriptions 2016-10-17 11:31:38 -02:00
util Merge pull request #34721 from juanvallejo/allow-callers-to-bypass-cmdutil-checkerr-logging 2016-10-15 16:34:36 -07:00
annotate.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
annotate_test.go Merge pull request #34199 from asalkeld/annotate-label 2016-10-07 23:58:54 -07:00
apiversions.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
apply.go Merge pull request #34836 from mikedanese/prune-1 2016-10-15 18:38:20 -07:00
apply_test.go Merge pull request #31235 from ping035627/ping035627-patch-0823-1 2016-09-26 18:02:49 -07:00
attach.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
attach_test.go remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
autoscale.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
clusterinfo.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
clusterinfo_dump.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
clusterinfo_dump_test.go
cmd.go Assign options.Err in "set image" 2016-10-14 11:17:03 +10:00
cmd_test.go add fake factories for test 2016-10-13 20:57:14 +08:00
completion.go Merge pull request #32142 from juanvallejo/jvallejo_bugfix/remove-compinit-call-zsh-completions 2016-10-13 16:33:09 -07:00
convert.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
create.go Merge pull request #34028 from juanvallejo/jvallejo/add-dry-run-flag-kubectl-apply 2016-10-15 05:30:40 -07:00
create_configmap.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
create_configmap_test.go
create_deployment.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
create_deployment_test.go
create_namespace.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
create_namespace_test.go
create_quota.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
create_quota_test.go
create_secret.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
create_secret_test.go
create_service.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
create_service_test.go
create_serviceaccount.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
create_serviceaccount_test.go
create_test.go
delete.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
delete_test.go remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
describe.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
describe_test.go change to stderr 2016-08-23 14:51:56 +08:00
drain.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
drain_test.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
edit.go Merge pull request #34721 from juanvallejo/allow-callers-to-bypass-cmdutil-checkerr-logging 2016-10-15 16:34:36 -07:00
exec.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
exec_test.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
explain.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
expose.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
expose_test.go update PrintSuccess message when using --dry-run 2016-09-15 10:11:21 -04:00
get.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
get_test.go remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
help.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
label.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
label_test.go Merge pull request #34199 from asalkeld/annotate-label 2016-10-07 23:58:54 -07:00
logs.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
logs_test.go
options.go update kubectl help output for better organization 2016-08-20 08:03:39 +08:00
patch.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
patch_test.go
portforward.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
portforward_test.go Remove duplicated code in kubectl portforward test 2016-10-14 10:10:45 +03:00
proxy.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
replace.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
replace_test.go Add namespace error checking if a resource is not found. 2016-09-14 06:51:36 -07:00
rollingupdate.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
rollingupdate_test.go
run.go Merge pull request #32671 from soltysh/generator_options 2016-10-15 12:17:29 -07:00
run_test.go remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
scale.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
stop.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
taint.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
taint_test.go Rectify kubectl error output 2016-08-20 15:58:10 +02:00
top.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
top_node.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
top_node_test.go convert rest of kubectl to generated clients 2016-09-12 08:22:34 -04:00
top_pod.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
top_pod_test.go convert rest of kubectl to generated clients 2016-09-12 08:22:34 -04:00
top_test.go convert rest of kubectl to generated clients 2016-09-12 08:22:34 -04:00
version.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00