.. |
auth
|
fail on rbac resources of non-v1 versions in reconcile
|
2018-07-02 13:07:16 -04:00 |
config
|
Allow modifying current context with kubectl set-context
|
2018-07-12 17:19:01 -04:00 |
create
|
Full blown kubectl create job
|
2018-08-01 15:04:04 +02:00 |
get
|
fix the watch status when -o=yaml|json option is specfied
|
2018-07-24 16:37:47 +08:00 |
rollout
|
wire PrintFlags through rollout commands
|
2018-07-06 17:32:42 -04:00 |
scalejob
|
Run hack/update-bazel.sh
|
2018-06-22 16:22:57 -07:00 |
set
|
Run hack/update-bazel.sh
|
2018-06-22 16:22:57 -07:00 |
templates
|
Filter unavailable commands in help
|
2018-04-20 16:52:26 +02:00 |
testdata/edit
|
update testcase for edit
|
2018-07-18 15:41:38 +08:00 |
testing
|
make builder tolerant of restmapper failures when it doesn't need the answer
|
2018-06-29 11:07:36 -04:00 |
util
|
add support for "success" output for edit command
|
2018-07-16 12:06:32 -04:00 |
wait
|
make delete waits match on UID
|
2018-07-12 14:48:13 -04:00 |
BUILD
|
update logs
|
2018-08-01 10:44:44 -04:00 |
alpha.go
|
use IOStreams for cli commands
|
2018-05-08 09:02:34 -04:00 |
annotate.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
annotate_test.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
apiresources.go
|
Fix error message to be consistent with others
|
2018-05-30 16:41:50 +02:00 |
apiversions.go
|
update factory interface to overlap with lower RESTClientGetter
|
2018-05-17 08:27:53 -04:00 |
apply.go
|
Merge pull request #62991 from tomoe/cronjob-prune
|
2018-05-30 13:24:09 -07:00 |
apply_edit_last_applied.go
|
fix error binding of edit output format
|
2018-07-16 14:27:20 +08:00 |
apply_set_last_applied.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
apply_test.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
apply_view_last_applied.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
attach.go
|
update attach to use external objs
|
2018-08-01 10:44:43 -04:00 |
attach_test.go
|
update attach to use external objs
|
2018-08-01 10:44:43 -04:00 |
autoscale.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
certificates.go
|
fix csr status message for kubectl certificate deny
|
2018-07-12 19:02:45 +08:00 |
clusterinfo.go
|
When api-server is not avaiable, kubectl cluster-info still prints information like: the cluster is running at ...
|
2018-07-05 10:45:32 +08:00 |
clusterinfo_dump.go
|
fix logs command to be generic for all resources again
|
2018-07-20 15:10:44 -04:00 |
clusterinfo_dump_test.go
|
Remove Factory from more Run commands
|
2018-04-30 19:58:54 +02:00 |
cmd.go
|
Merge pull request #64034 from deads2k/cli-62-wait
|
2018-05-22 19:20:12 -07:00 |
cmd_printing_test.go
|
move template printers to genericclioptions
|
2018-07-03 07:46:51 -04:00 |
cmd_test.go
|
Add missing error handling in schema-related code
|
2018-06-23 21:06:32 +10:00 |
completion.go
|
…
|
|
convert.go
|
cleanup / simplify convert command
|
2018-07-12 18:12:37 -04:00 |
convert_test.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
cp.go
|
fix 'kubectl cp' with no arguments causes a panic
|
2018-07-03 10:09:27 +08:00 |
cp_test.go
|
kubectl cp support colons-in-filename
|
2018-06-05 10:16:40 +02:00 |
delete.go
|
make delete waits match on UID
|
2018-07-12 14:48:13 -04:00 |
delete_flags.go
|
Declare wait flag in way consistent with other deletion flags
|
2018-05-29 08:19:06 +10:00 |
delete_test.go
|
switch delete strategy to background deletion
|
2018-07-09 13:34:00 -04:00 |
describe.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
describe_test.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
diff.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
diff_test.go
|
use IOStreams for cli commands
|
2018-05-08 09:02:34 -04:00 |
drain.go
|
kubectl: wait for all errors and successes on podEviction
|
2018-07-03 16:11:16 -05:00 |
drain_test.go
|
move PrintOptions to genericclioptions
|
2018-05-21 14:59:41 -04:00 |
edit.go
|
Switch kubectl resource completion to discovery
|
2018-05-04 09:57:36 -04:00 |
edit_test.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
exec.go
|
Remove warning for deprecated flag usage as pflag already does that
|
2018-07-24 15:59:44 +03:00 |
exec_test.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
explain.go
|
update factory interface to overlap with lower RESTClientGetter
|
2018-05-17 08:27:53 -04:00 |
expose.go
|
switch expose to externals
|
2018-08-02 08:54:29 -04:00 |
expose_test.go
|
switch expose to externals
|
2018-08-02 08:54:29 -04:00 |
help.go
|
…
|
|
label.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
label_test.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
logs.go
|
update logs
|
2018-08-01 10:44:44 -04:00 |
logs_test.go
|
update logs
|
2018-08-01 10:44:44 -04:00 |
options.go
|
…
|
|
patch.go
|
update exit code to 0 if patch not needed
|
2018-07-31 14:41:30 -04:00 |
patch_test.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
plugin.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
plugin_test.go
|
use IOStreams for cli commands
|
2018-05-08 09:02:34 -04:00 |
portforward.go
|
update attach to use external objs
|
2018-08-01 10:44:43 -04:00 |
portforward_test.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
proxy.go
|
Enable kubectl proxy to set tcp keepalive
|
2018-06-25 11:03:05 +08:00 |
replace.go
|
make template printers a recommended printer
|
2018-07-03 07:47:17 -04:00 |
replace_test.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
rollingupdate.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
rollingupdate_test.go
|
finish wiring PrintFlags
|
2018-04-27 21:41:03 +02:00 |
run.go
|
update attach to use external objs
|
2018-08-01 10:44:43 -04:00 |
run_test.go
|
Add missing error handling in schema-related code
|
2018-06-23 21:06:32 +10:00 |
scale.go
|
make template printers a recommended printer
|
2018-07-03 07:47:17 -04:00 |
taint.go
|
remove unnecessary factory delegation for RESTClientGetter method
|
2018-05-28 15:12:41 +02:00 |
taint_test.go
|
simplify api registration
|
2018-05-08 18:33:50 -04:00 |
top.go
|
use IOStreams for cli commands
|
2018-05-08 09:02:34 -04:00 |
top_node.go
|
Update external k8s.io/metrics imports
|
2018-07-02 10:44:18 +02:00 |
top_node_test.go
|
Update external k8s.io/metrics imports
|
2018-07-02 10:44:18 +02:00 |
top_pod.go
|
Update external k8s.io/metrics imports
|
2018-07-02 10:44:18 +02:00 |
top_pod_test.go
|
Update external k8s.io/metrics imports
|
2018-07-02 10:44:18 +02:00 |
top_test.go
|
use IOStreams for cli commands
|
2018-05-08 09:02:34 -04:00 |
version.go
|
update factory interface to overlap with lower RESTClientGetter
|
2018-05-17 08:27:53 -04:00 |