.. |
auth
|
Merge pull request #60363 from dixudx/kubectl_set_create_flags_bind
|
2018-03-20 02:34:22 -07:00 |
config
|
Update gofmt for go1.10
|
2018-04-02 17:44:04 -07:00 |
create
|
begin wiring printopts through complete commands
|
2018-04-13 11:50:54 -04:00 |
resource
|
Merge pull request #58420 from kragniz/valid-resource-printing
|
2018-04-04 05:03:05 -07:00 |
rollout
|
remove unneeded factory codec methods
|
2018-02-21 15:20:20 -05:00 |
scalejob
|
segregate job scaling from everything else
|
2018-04-05 10:24:34 -04:00 |
set
|
begin wiring printopts through complete commands
|
2018-04-13 11:50:54 -04:00 |
templates
|
…
|
|
testdata/edit
|
include file name in the error when visiting files
|
2018-03-09 10:19:20 +08:00 |
testing
|
removes custom scalers from kubectl
|
2018-03-26 19:33:42 +02:00 |
util
|
Merge pull request #62461 from deads2k/cli-23-disco
|
2018-04-12 06:38:16 -07:00 |
BUILD
|
Move all create subcommands to its own subdirectory
|
2018-04-12 23:47:31 +02:00 |
alpha.go
|
…
|
|
annotate.go
|
collapse printing paths
|
2018-02-21 08:15:22 -05:00 |
annotate_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
apiresources.go
|
add kubectl api-resources command
|
2018-03-09 17:47:17 +08:00 |
apiversions.go
|
…
|
|
apply.go
|
Move all create subcommands to its own subdirectory
|
2018-04-12 23:47:31 +02:00 |
apply_edit_last_applied.go
|
flag value bindings for kubectl apply commands
|
2018-03-08 10:32:59 +08:00 |
apply_set_last_applied.go
|
Merge pull request #58787 from Lion-Wei/kubectl-3
|
2018-03-27 04:08:15 -07:00 |
apply_test.go
|
removes custom scalers from kubectl
|
2018-03-26 19:33:42 +02:00 |
apply_view_last_applied.go
|
Support completion for kubectl apply view/edit-last-applied
|
2018-03-24 14:42:02 +09:00 |
attach.go
|
flag value bindings for kubectl attach/convert/delete/drain/edit/exec commands
|
2018-02-28 15:21:39 +08:00 |
attach_test.go
|
Remove invalid comments in unit tests
|
2018-03-10 15:08:12 +08:00 |
autoscale.go
|
Move all create subcommands to its own subdirectory
|
2018-04-12 23:47:31 +02:00 |
certificates.go
|
Make certificate approve/deny no-op if CSR is already approved
|
2018-03-31 00:05:06 -04:00 |
clusterinfo.go
|
…
|
|
clusterinfo_dump.go
|
…
|
|
clusterinfo_dump_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
cmd.go
|
update delete, replace, run cmds
|
2018-04-16 16:48:39 -04:00 |
cmd_test.go
|
update delete, replace, run cmds
|
2018-04-16 16:48:39 -04:00 |
completion.go
|
fix kubectl_filedir completion
|
2018-03-13 16:21:30 -04:00 |
convert.go
|
Merge pull request #60793 from charrywanganthony/inert_flag_showall
|
2018-03-21 20:23:07 -07:00 |
convert_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
cp.go
|
when copy file from host to pod like this:
|
2018-03-28 10:37:29 +08:00 |
cp_test.go
|
when copy file from host to pod like this:
|
2018-03-28 10:37:29 +08:00 |
delete.go
|
update delete, replace, run cmds
|
2018-04-16 16:48:39 -04:00 |
delete_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
describe.go
|
Merge pull request #58420 from kragniz/valid-resource-printing
|
2018-04-04 05:03:05 -07:00 |
describe_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
diff.go
|
fix kubectl apply error message
|
2018-03-17 15:08:26 +08:00 |
diff_test.go
|
…
|
|
drain.go
|
flag value bindings for kubectl attach/convert/delete/drain/edit/exec commands
|
2018-02-28 15:21:39 +08:00 |
drain_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
edit.go
|
flag value bindings for kubectl attach/convert/delete/drain/edit/exec commands
|
2018-02-28 15:21:39 +08:00 |
edit_test.go
|
Move all create subcommands to its own subdirectory
|
2018-04-12 23:47:31 +02:00 |
exec.go
|
flag value bindings for kubectl attach/convert/delete/drain/edit/exec commands
|
2018-02-28 15:21:39 +08:00 |
exec_test.go
|
Remove invalid comments in unit tests
|
2018-03-10 15:08:12 +08:00 |
explain.go
|
Merge pull request #58420 from kragniz/valid-resource-printing
|
2018-04-04 05:03:05 -07:00 |
expose.go
|
remove unneeded factory codec methods
|
2018-02-21 15:20:20 -05:00 |
expose_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
help.go
|
…
|
|
label.go
|
distinguish which labels belong to resource
|
2018-03-12 11:10:27 -04:00 |
label_test.go
|
distinguish which labels belong to resource
|
2018-03-12 11:10:27 -04:00 |
logs.go
|
Support multi-container pod for "kubectl logs"
|
2018-03-27 11:44:31 +08:00 |
logs_test.go
|
Support multi-container pod for "kubectl logs"
|
2018-03-27 11:44:31 +08:00 |
options.go
|
…
|
|
patch.go
|
Support --dry-run in kubectl patch command.
|
2018-03-21 19:06:44 +01:00 |
patch_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
plugin.go
|
…
|
|
plugin_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
portforward.go
|
kubectl port-forward support resolving service port to target port, and support Service as resource type
|
2018-02-14 12:02:57 -05:00 |
portforward_test.go
|
Remove invalid comments in unit tests
|
2018-03-10 15:08:12 +08:00 |
proxy.go
|
…
|
|
replace.go
|
update delete, replace, run cmds
|
2018-04-16 16:48:39 -04:00 |
replace_test.go
|
update delete, replace, run cmds
|
2018-04-16 16:48:39 -04:00 |
rollingupdate.go
|
removes custom scalers from kubectl
|
2018-03-26 19:33:42 +02:00 |
rollingupdate_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
run.go
|
update delete, replace, run cmds
|
2018-04-16 16:48:39 -04:00 |
run_test.go
|
update delete, replace, run cmds
|
2018-04-16 16:48:39 -04:00 |
scale.go
|
segregate job scaling from everything else
|
2018-04-05 10:24:34 -04:00 |
taint.go
|
flag value bindings for kubectl label/patch/taint/top commands
|
2018-02-24 16:37:19 +08:00 |
taint_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
top.go
|
flag value bindings for kubectl label/patch/taint/top commands
|
2018-02-24 16:37:19 +08:00 |
top_node.go
|
flag value bindings for kubectl label/patch/taint/top commands
|
2018-02-24 16:37:19 +08:00 |
top_node_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
top_pod.go
|
flag value bindings for kubectl label/patch/taint/top commands
|
2018-02-24 16:37:19 +08:00 |
top_pod_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
top_test.go
|
use temp kubeconfig for fake factory
|
2018-03-09 15:53:19 -05:00 |
version.go
|
…
|
|