.. |
auth
|
add reconcile command to kubectl auth
|
2017-08-30 16:04:00 -04:00 |
config
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
rollout
|
statefulSet kubectl rollout command
|
2017-08-24 16:43:03 -07:00 |
set
|
Merge pull request #50497 from dixudx/kubectl-include-uninitialized
|
2017-09-02 23:50:00 -07:00 |
templates
|
Use buildozer to delete licenses() rules except under third_party/
|
2017-08-11 09:32:39 -07:00 |
testdata/edit
|
Merge pull request #50205 from dixudx/fix_kubectl_edit_panic_nil_list
|
2017-08-11 19:44:04 -07:00 |
testing
|
Merge pull request #52042 from mengqiy/revert_update_vendor
|
2017-09-07 19:53:03 -07:00 |
util
|
Revert "remove dup pkg and update reference"
|
2017-09-06 12:30:53 -07:00 |
BUILD
|
Revert "remove dup pkg and update reference"
|
2017-09-06 12:30:53 -07:00 |
alpha.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
annotate.go
|
enforce include-uninitialized in several kubectl commands
|
2017-08-31 16:30:56 +08:00 |
annotate_test.go
|
fix parse pairs
|
2017-06-05 11:06:48 +08:00 |
apiversions.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
apply.go
|
enforce include-uninitialized in several kubectl commands
|
2017-08-31 16:30:56 +08:00 |
apply_edit_last_applied.go
|
enforce include-uninitialized in several kubectl commands
|
2017-08-31 16:30:56 +08:00 |
apply_set_last_applied.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
apply_test.go
|
Protect against nil panic in apply
|
2017-07-18 12:55:34 -03:00 |
apply_view_last_applied.go
|
fix issue(#49883) Add selector example
|
2017-08-17 20:27:11 +08:00 |
attach.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
attach_test.go
|
…
|
|
autoscale.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
certificates.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
clusterinfo.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
clusterinfo_dump.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
clusterinfo_dump_test.go
|
…
|
|
cmd.go
|
Add kubectl set env command
|
2017-08-25 19:53:22 +08:00 |
cmd_test.go
|
Move more printers to TablePrinter
|
2017-06-26 11:38:36 -04:00 |
completion.go
|
Update help/example for kubectl completion
|
2017-08-18 14:29:42 -07:00 |
convert.go
|
Validate against OpenAPI schema (if available)
|
2017-08-21 08:58:42 -07:00 |
cp.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
cp_test.go
|
…
|
|
create.go
|
Merge pull request #50497 from dixudx/kubectl-include-uninitialized
|
2017-09-02 23:50:00 -07:00 |
create_clusterrole.go
|
Merge pull request #47171 from xilabao/validate-nonResourceURL-in-create-clusterrole
|
2017-08-25 12:31:07 -07:00 |
create_clusterrole_test.go
|
validate nonResourceURL in create clusterrole
|
2017-08-18 13:03:38 +08:00 |
create_clusterrolebinding.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
create_configmap.go
|
Add --append-hash flag to kubectl create configmap/secret
|
2017-08-28 14:17:47 -07:00 |
create_configmap_test.go
|
…
|
|
create_deployment.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
create_deployment_test.go
|
kubectl/deployment: add BaseDeploymentGenerator to reduce duplication
|
2017-07-18 13:17:45 -07:00 |
create_namespace.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
create_namespace_test.go
|
…
|
|
create_pdb.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
create_pdb_test.go
|
…
|
|
create_quota.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
create_quota_test.go
|
…
|
|
create_role.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
create_role_test.go
|
Merge pull request #46706 from CaoShuFeng/unit-create-role
|
2017-06-03 18:30:40 -07:00 |
create_rolebinding.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
create_rolebinding_test.go
|
…
|
|
create_secret.go
|
Add --append-hash flag to kubectl create configmap/secret
|
2017-08-28 14:17:47 -07:00 |
create_secret_test.go
|
…
|
|
create_service.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
create_service_test.go
|
…
|
|
create_serviceaccount.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
create_serviceaccount_test.go
|
…
|
|
create_test.go
|
…
|
|
delete.go
|
Merge pull request #48582 from fabianofranz/fixes_grace_period_in_delete
|
2017-09-04 00:03:01 -07:00 |
delete_test.go
|
enforce include-uninitialized in several kubectl commands
|
2017-08-31 16:30:56 +08:00 |
describe.go
|
enforce include-uninitialized in several kubectl commands
|
2017-08-31 16:30:56 +08:00 |
describe_test.go
|
…
|
|
drain.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
drain_test.go
|
kubectl: simplify deepcopy calls
|
2017-08-16 10:58:51 +02:00 |
edit.go
|
enforce include-uninitialized in several kubectl commands
|
2017-08-31 16:30:56 +08:00 |
edit_test.go
|
Detect missing steps in edit testcases
|
2017-08-10 11:01:01 -04:00 |
exec.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
exec_test.go
|
move term to kubectl/util
|
2017-06-30 15:00:24 -07:00 |
explain.go
|
Merge pull request #50247 from tcharding/kubectl-explain
|
2017-08-23 02:35:06 -07:00 |
expose.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
expose_test.go
|
…
|
|
get.go
|
Revert "remove dup pkg and update reference"
|
2017-09-06 12:30:53 -07:00 |
get_test.go
|
Revert "remove dup pkg and update reference"
|
2017-09-06 12:30:53 -07:00 |
help.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
label.go
|
enforce include-uninitialized in several kubectl commands
|
2017-08-31 16:30:56 +08:00 |
label_test.go
|
fix parse pairs
|
2017-06-05 11:06:48 +08:00 |
logs.go
|
fix issue(51027)kubect logs --selector ignoring --tail=-1
|
2017-08-22 12:26:38 +08:00 |
logs_test.go
|
…
|
|
options.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
patch.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
patch_test.go
|
kubectl: simplify deepcopy calls
|
2017-08-16 10:58:51 +02:00 |
plugin.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
plugin_test.go
|
…
|
|
portforward.go
|
Merge pull request #50229 from tcharding/kubectl-portforward
|
2017-08-23 03:36:03 -07:00 |
portforward_test.go
|
…
|
|
proxy.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
replace.go
|
Fixes grace period in delete
|
2017-09-01 12:28:18 -03:00 |
replace_test.go
|
…
|
|
rollingupdate.go
|
Validate against OpenAPI schema (if available)
|
2017-08-21 08:58:42 -07:00 |
rollingupdate_test.go
|
…
|
|
run.go
|
Enable batch/v1beta1.CronJobs by default
|
2017-09-03 11:17:33 +02:00 |
run_test.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
scale.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |
taint.go
|
fix issue(#49883) Add selector example
|
2017-08-17 20:27:11 +08:00 |
taint_test.go
|
kubectl: simplify deepcopy calls
|
2017-08-16 10:58:51 +02:00 |
top.go
|
Merge pull request #50620 from juanvallejo/jvallejo/update-kubectl-top-validation
|
2017-08-21 08:26:23 -07:00 |
top_node.go
|
Merge pull request #50816 from YuxiJin-tobeyjin/errdefine
|
2017-08-24 21:51:03 -07:00 |
top_node_test.go
|
add tests
|
2017-08-17 18:08:26 -04:00 |
top_pod.go
|
Merge pull request #50620 from juanvallejo/jvallejo/update-kubectl-top-validation
|
2017-08-21 08:26:23 -07:00 |
top_pod_test.go
|
add tests
|
2017-08-17 18:08:26 -04:00 |
top_test.go
|
remove duplicated import and wrong alias name of api package
|
2017-07-25 10:04:25 +08:00 |
version.go
|
move i18n to kubectl/util
|
2017-08-16 12:27:36 -07:00 |