.. |
config
|
Merge pull request #31212 from YuPengZTE/printf
|
2016-09-10 10:48:47 -07:00 |
rollout
|
Merge pull request #31110 from AdoHe/rollout_dry_run
|
2016-09-11 15:05:16 -07:00 |
set
|
Merge pull request #31604 from ping035627/ping035627-patch-0830-1
|
2016-09-10 09:26:25 -07:00 |
templates
|
update kubectl help output for better organization
|
2016-08-20 08:03:39 +08:00 |
util
|
Merge pull request #32274 from ping035627/ping035627-patch-0908
|
2016-09-13 01:15:52 -07:00 |
annotate.go
|
change annotate_resources to valid_resources
|
2016-09-01 16:33:51 +08:00 |
annotate_test.go
|
…
|
|
apiversions.go
|
convert more command to use a generated clientset
|
2016-09-12 07:38:34 -04:00 |
apply.go
|
kubectl apply add --overwrite flag
|
2016-07-18 00:32:13 -04:00 |
apply_test.go
|
Ensure that we are closing files.
|
2016-09-12 09:33:24 +02:00 |
attach.go
|
add ClientSet to factory to remove non-generated client
|
2016-09-07 09:44:01 -04:00 |
attach_test.go
|
convert more command to use a generated clientset
|
2016-09-12 07:38:34 -04:00 |
autoscale.go
|
Added bash completion for several kubectl commands.
|
2016-08-30 13:12:09 +08:00 |
clusterinfo.go
|
…
|
|
clusterinfo_dump.go
|
convert more command to use a generated clientset
|
2016-09-12 07:38:34 -04:00 |
clusterinfo_dump_test.go
|
…
|
|
cmd.go
|
add suggestion to use `describe` to obtain container names
|
2016-09-07 13:06:22 -04:00 |
cmd_test.go
|
convert rest of kubectl to generated clients
|
2016-09-12 08:22:34 -04:00 |
completion.go
|
Fix named pipe in kubectl zsh completion
|
2016-08-23 01:42:05 +08:00 |
convert.go
|
…
|
|
create.go
|
Make kubectl create use dynamic clients
|
2016-08-15 22:07:54 -07:00 |
create_configmap.go
|
add alias for createconfigmap
|
2016-08-04 10:35:15 +08:00 |
create_configmap_test.go
|
…
|
|
create_deployment.go
|
add alias deploy for deployment
|
2016-09-06 11:00:50 +08:00 |
create_deployment_test.go
|
Add "create deployment" sub-command
|
2016-08-08 13:24:30 +10:00 |
create_namespace.go
|
…
|
|
create_namespace_test.go
|
…
|
|
create_quota.go
|
use dedent for create_quota.go
|
2016-09-07 09:09:12 +08:00 |
create_quota_test.go
|
Add --scopes to kubectl-create-quota and add tests
|
2016-07-26 14:12:35 +02:00 |
create_secret.go
|
…
|
|
create_secret_test.go
|
…
|
|
create_service.go
|
Merge pull request #32176 from lojies/addaliasforcreateservice
|
2016-09-11 12:25:33 -07:00 |
create_service_test.go
|
Add "create service" sub-commands
|
2016-08-08 12:31:21 +10:00 |
create_serviceaccount.go
|
…
|
|
create_serviceaccount_test.go
|
…
|
|
create_test.go
|
Make kubectl create use dynamic clients
|
2016-08-15 22:07:54 -07:00 |
delete.go
|
Make more messages respect --quiet flag
|
2016-08-08 14:24:44 -07:00 |
delete_test.go
|
Address comments.
|
2016-08-31 21:16:46 -07:00 |
describe.go
|
change to stderr
|
2016-08-23 14:51:56 +08:00 |
describe_test.go
|
change to stderr
|
2016-08-23 14:51:56 +08:00 |
drain.go
|
convert more command to use a generated clientset
|
2016-09-12 07:38:34 -04:00 |
drain_test.go
|
convert more command to use a generated clientset
|
2016-09-12 07:38:34 -04:00 |
edit.go
|
change all jsonmerge to strategicpatch
|
2016-09-09 08:28:10 +08:00 |
exec.go
|
convert more command to use a generated clientset
|
2016-09-12 07:38:34 -04:00 |
exec_test.go
|
convert more command to use a generated clientset
|
2016-09-12 07:38:34 -04:00 |
explain.go
|
add valid resources when args is nil
|
2016-08-23 09:40:57 +08:00 |
expose.go
|
update `kubectl expose` output to UsageError
|
2016-09-07 17:20:09 -04:00 |
expose_test.go
|
Merge pull request #29523 from fraenkel/service_names_rfc1035
|
2016-08-02 10:33:16 -07:00 |
get.go
|
convert more command to use a generated clientset
|
2016-09-12 07:38:34 -04:00 |
get_test.go
|
Merge pull request #30250 from krousey/kctl_dynamic
|
2016-08-17 14:48:56 -07:00 |
help.go
|
Fix kubectl help command
|
2016-07-28 17:47:03 +03:00 |
label.go
|
…
|
|
label_test.go
|
…
|
|
logs.go
|
Address comments.
|
2016-08-31 21:16:46 -07:00 |
logs_test.go
|
…
|
|
namespace.go
|
…
|
|
options.go
|
update kubectl help output for better organization
|
2016-08-20 08:03:39 +08:00 |
patch.go
|
Patch was not requesting a version to encode to
|
2016-08-18 14:45:01 -04:00 |
patch_test.go
|
…
|
|
portforward.go
|
convert more command to use a generated clientset
|
2016-09-12 07:38:34 -04:00 |
portforward_test.go
|
convert more command to use a generated clientset
|
2016-09-12 07:38:34 -04:00 |
proxy.go
|
…
|
|
replace.go
|
Wait until resource is deleted before creating
|
2016-09-08 08:37:11 -04:00 |
replace_test.go
|
Wait until resource is deleted before creating
|
2016-09-08 08:37:11 -04:00 |
rollingupdate.go
|
convert rolling updater to generated client
|
2016-09-12 07:38:34 -04:00 |
rollingupdate_test.go
|
…
|
|
run.go
|
convert rest of kubectl to generated clients
|
2016-09-12 08:22:34 -04:00 |
run_test.go
|
Make sure --record=false is acknowledged when passed to commands
|
2016-07-15 11:24:05 -04:00 |
scale.go
|
Merge pull request #31675 from brendandburns/msgs
|
2016-09-05 23:23:11 -07:00 |
stop.go
|
Make more messages respect --quiet flag
|
2016-08-08 14:24:44 -07:00 |
taint.go
|
update taints e2e, respect that taint is unique by key, effect
|
2016-09-09 19:15:11 +08:00 |
taint_test.go
|
Rectify kubectl error output
|
2016-08-20 15:58:10 +02:00 |
top.go
|
Implement kubectl top command with subcommands.
|
2016-08-11 17:25:18 +02:00 |
top_node.go
|
Merge pull request #32504 from kargakis/top-pod-fixes
|
2016-09-14 05:35:42 -07:00 |
top_node_test.go
|
convert rest of kubectl to generated clients
|
2016-09-12 08:22:34 -04:00 |
top_pod.go
|
Merge pull request #32504 from kargakis/top-pod-fixes
|
2016-09-14 05:35:42 -07: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
|
convert more command to use a generated clientset
|
2016-09-12 07:38:34 -04:00 |