..
auth
Merge pull request #60363 from dixudx/kubectl_set_create_flags_bind
2018-03-20 02:34:22 -07:00
config
flag value bindings for kubectl create/get/set commands
2018-02-27 11:00:55 +08:00
resource
Merge pull request #60793 from charrywanganthony/inert_flag_showall
2018-03-21 20:23:07 -07:00
rollout
remove unneeded factory codec methods
2018-02-21 15:20:20 -05:00
set
Merge pull request #60363 from dixudx/kubectl_set_create_flags_bind
2018-03-20 02:34:22 -07:00
templates
…
testdata /edit
include file name in the error when visiting files
2018-03-09 10:19:20 +08:00
testing
Merge pull request #59172 from fisherxu/removeyear
2018-03-21 12:44:37 -07:00
util
Merge pull request #60793 from charrywanganthony/inert_flag_showall
2018-03-21 20:23:07 -07:00
BUILD
Remove cassandra example
2018-02-26 20:39:07 -03: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
apiversions.go
…
apply.go
flag value bindings for kubectl apply commands
2018-03-08 10:32:59 +08: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
flag value bindings for kubectl apply commands
2018-03-08 10:32:59 +08:00
apply_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
apply_view_last_applied.go
flag value bindings for kubectl apply commands
2018-03-08 10:32:59 +08: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
remove unneeded factory codec methods
2018-02-21 15:20:20 -05:00
certificates.go
collapse printing paths
2018-02-21 08:15:22 -05:00
clusterinfo.go
fix typos in kubectl pkg
2018-01-05 21:04:44 -06:00
clusterinfo_dump.go
…
clusterinfo_dump_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
cmd.go
Merge pull request #58353 from juanvallejo/jvallejo/usability-fix-label
2018-03-21 14:15:10 -07:00
cmd_test.go
Merge pull request #60793 from charrywanganthony/inert_flag_showall
2018-03-21 20:23:07 -07: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
Fix a bug where malformed paths don't get written to the destination dir.
2018-03-16 12:19:31 -07:00
cp_test.go
Fix a bug where malformed paths don't get written to the destination dir.
2018-03-16 12:19:31 -07:00
create.go
flag value bindings for kubectl create/get/set commands
2018-02-27 11:00:55 +08:00
create_clusterrole.go
Merge pull request #61031 from zjj2wry/kubectl_create_role
2018-03-20 18:34:29 -07:00
create_clusterrole_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_clusterrolebinding.go
some code change
2017-12-25 16:23:38 +08:00
create_clusterrolebinding_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_configmap.go
some code change
2017-12-25 16:23:38 +08:00
create_configmap_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_deployment.go
some code change
2017-12-25 16:23:38 +08:00
create_deployment_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_job.go
Merge pull request #61219 from WanLinghao/description_fix
2018-03-21 14:15:17 -07:00
create_job_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_namespace.go
some code change
2017-12-25 16:23:38 +08:00
create_namespace_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_pdb.go
Merge pull request #57322 from niuzhenguo/dry-run-flag-cleanup
2018-01-29 20:04:54 -08:00
create_pdb_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_priorityclass.go
Merge pull request #57322 from niuzhenguo/dry-run-flag-cleanup
2018-01-29 20:04:54 -08:00
create_priorityclass_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_quota.go
Merge pull request #57322 from niuzhenguo/dry-run-flag-cleanup
2018-01-29 20:04:54 -08:00
create_quota_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_role.go
Merge pull request #61031 from zjj2wry/kubectl_create_role
2018-03-20 18:34:29 -07:00
create_role_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_rolebinding.go
some code change
2017-12-25 16:23:38 +08:00
create_rolebinding_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_secret.go
add --from-file flag to docker-registry secret
2018-03-21 11:13:11 -04:00
create_secret_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_service.go
Merge pull request #57322 from niuzhenguo/dry-run-flag-cleanup
2018-01-29 20:04:54 -08:00
create_service_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_serviceaccount.go
some code change
2017-12-25 16:23:38 +08:00
create_serviceaccount_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
create_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
delete.go
`--force` only takes effect when `--grace-period=0`
2018-03-21 16:28:52 +08:00
delete_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
describe.go
supplement for the fix of issue:
2018-03-01 16:10:04 +08:00
describe_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
diff.go
remove unneeded factory codec methods
2018-02-21 15:20:20 -05: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
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05: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
Fix kubectl explain for cronjobs
2018-01-25 16:10:31 +01: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
some code change
2017-12-25 16:23:38 +08:00
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
Change printDeprecationWarning to use fmt.Fprintf instead of glog
2018-02-21 22:38:39 +01:00
logs_test.go
Remove invalid comments in unit tests
2018-03-10 15:08:12 +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
some code change
2017-12-25 16:23:38 +08:00
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
some code change
2017-12-25 16:23:38 +08:00
replace.go
Merge pull request #60094 from juanvallejo/jvallejo/remove-printobjectspecificmessage
2018-02-22 00:35:21 -08:00
replace_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
rollingupdate.go
collapse printing paths
2018-02-21 08:15:22 -05:00
rollingupdate_test.go
use temp kubeconfig for fake factory
2018-03-09 15:53:19 -05:00
run.go
Merge pull request #59042 from soltysh/issue25442
2018-02-23 14:01:44 -08:00
run_test.go
Remove invalid comments in unit tests
2018-03-10 15:08:12 +08:00
scale.go
Merge pull request #60630 from CaoShuFeng/scale_job
2018-03-06 07:35:44 -08: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
…