kubernetes/pkg/kubectl/cmd
2016-09-12 11:01:37 -07:00
..
config Merge pull request #31212 from YuPengZTE/printf 2016-09-10 10:48:47 -07:00
rollout Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
set Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
templates update kubectl help output for better organization 2016-08-20 08:03:39 +08:00
util Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
annotate_test.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
annotate.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -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 Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
attach_test.go add ClientSet to factory to remove non-generated client 2016-09-07 09:44:01 -04:00
attach.go add ClientSet to factory to remove non-generated client 2016-09-07 09:44:01 -04:00
autoscale.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -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 Merge pull request #32092 from asalkeld/get-strange-output 2016-09-11 06:22:03 -07:00
cmd.go add suggestion to use describe to obtain container names 2016-09-07 13:06:22 -04:00
completion.go Fix named pipe in kubectl zsh completion 2016-08-23 01:42:05 +08:00
convert.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
create_configmap_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
create_configmap.go add alias for createconfigmap 2016-08-04 10:35:15 +08:00
create_deployment_test.go Add "create deployment" sub-command 2016-08-08 13:24:30 +10:00
create_deployment.go Add "create deployment" sub-command 2016-08-08 13:24:30 +10: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 use dedent for create_quota.go 2016-09-07 09:09:12 +08: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_service_test.go Add "create service" sub-commands 2016-08-08 12:31:21 +10:00
create_service.go Merge pull request #32176 from lojies/addaliasforcreateservice 2016-09-11 12:25:33 -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 Make kubectl create use dynamic clients 2016-08-15 22:07:54 -07:00
create.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
delete_test.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
delete.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
describe_test.go change to stderr 2016-08-23 14:51:56 +08:00
describe.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
drain_test.go Rectify kubectl error output 2016-08-20 15:58:10 +02:00
drain.go Merge pull request #26237 from duglin/UseConstant 2016-07-01 16:55:39 -07:00
edit.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
exec_test.go Fix Windows terminal handling 2016-07-20 13:37:14 -04:00
exec.go add suggestion to use describe to obtain container names 2016-09-07 13:06:22 -04:00
explain.go add valid resources when args is nil 2016-08-23 09:40:57 +08:00
expose_test.go Merge pull request #29523 from fraenkel/service_names_rfc1035 2016-08-02 10:33:16 -07:00
expose.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
get_test.go Merge pull request #30250 from krousey/kctl_dynamic 2016-08-17 14:48:56 -07:00
get.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
help.go Fix kubectl help command 2016-07-28 17:47:03 +03:00
label_test.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
label.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
logs_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
logs.go Address comments. 2016-08-31 21:16:46 -07:00
namespace.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
options.go update kubectl help output for better organization 2016-08-20 08:03:39 +08:00
patch_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
patch.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
portforward_test.go expose ready/stop channel 2016-08-12 15:45:57 +02:00
portforward.go expose ready/stop channel 2016-08-12 15:45:57 +02:00
proxy.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
replace_test.go Wait until resource is deleted before creating 2016-09-08 08:37:11 -04:00
replace.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
rollingupdate_test.go Remove Codec from ContentConfig. 2016-07-08 13:53:09 +02:00
rollingupdate.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
run_test.go Make sure --record=false is acknowledged when passed to commands 2016-07-15 11:24:05 -04:00
run.go Merge pull request #32152 from deads2k/client-02-make-clientset 2016-09-10 01:59:02 -07:00
scale.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
stop.go Fixes #30562: Refactor kubectl command options to use common struct for common file params 2016-09-12 11:01:37 -07:00
taint_test.go Rectify kubectl error output 2016-08-20 15:58:10 +02:00
taint.go update taints e2e, respect that taint is unique by key, effect 2016-09-09 19:15:11 +08:00
top_node_test.go Update Godeps. 2016-08-19 17:28:25 +02:00
top_node.go Print message if metrics are not yet available. 2016-08-31 11:54:53 +02:00
top_pod_test.go Use heapster handler for pods from all namespaces. 2016-08-25 09:08:31 +02:00
top_pod.go Print message if metrics are not yet available. 2016-08-31 11:54:53 +02:00
top_test.go Use List objects for metrics in kubectl top and HPA 2016-08-19 17:26:50 +02:00
top.go Implement kubectl top command with subcommands. 2016-08-11 17:25:18 +02:00
version.go Merge pull request #26977 from joe2far/fix-help-strings 2016-07-07 00:12:22 -07:00