.. |
config
|
Merge pull request #14087 from brendandburns/kubectl
|
2015-09-30 11:30:32 -07:00 |
util
|
Merge pull request #16160 from kargakis/windows-fixes-for-edit
|
2015-10-27 15:44:26 -07:00 |
annotate.go
|
let kubectl annotate use patch instead of replace
|
2015-10-14 11:14:02 -07:00 |
annotate_test.go
|
let kubectl annotate use patch instead of replace
|
2015-10-14 11:14:02 -07:00 |
apiversions.go
|
let kubectl api-versions use the discovery client
|
2015-10-22 10:19:34 -07:00 |
apply.go
|
Add calls to set annotation for kubectl apply
|
2015-10-07 17:15:56 -07:00 |
apply_test.go
|
Add the kubectl apply command.
|
2015-10-07 17:14:51 -07:00 |
attach.go
|
Fix attach, which was broken during the refactor
|
2015-10-16 20:33:51 -04:00 |
attach_test.go
|
Fix attach, which was broken during the refactor
|
2015-10-16 20:33:51 -04:00 |
autoscale.go
|
Implement kubectl autoscale
|
2015-10-19 09:59:22 -07:00 |
clusterinfo.go
|
Make a change to visitor to allow it to accept an error, like Go's path walker
|
2015-08-20 10:57:28 +08:00 |
cmd.go
|
Implement kubectl autoscale
|
2015-10-19 09:59:22 -07:00 |
cmd_test.go
|
expose: Enable exposing multiport objects
|
2015-10-19 11:25:14 +02:00 |
convert.go
|
Integrate convertion tool to kubectl
|
2015-10-09 10:15:30 +08:00 |
create.go
|
Add calls to set annotation for kubectl apply
|
2015-10-07 17:15:56 -07:00 |
create_test.go
|
move client/unversioned/fake.go to its own package
|
2015-09-11 17:33:54 -07:00 |
delete.go
|
Get printer from factory instead of using NewHumanReadablePrinter to retrieve handled resources
|
2015-09-02 15:38:40 -07:00 |
delete_test.go
|
run goimports
|
2015-10-12 13:31:45 -07:00 |
describe.go
|
alias local packagename for pkg/util/errors
|
2015-10-18 09:37:46 +08:00 |
describe_test.go
|
move client/unversioned/fake.go to its own package
|
2015-09-11 17:33:54 -07:00 |
edit.go
|
edit: Windows fixes
|
2015-10-24 17:06:49 +02:00 |
exec.go
|
Merge pull request #14161 from feihujiang/letKubectlExecFollowDashRule
|
2015-10-19 08:58:37 -07:00 |
exec_test.go
|
Merge pull request #14161 from feihujiang/letKubectlExecFollowDashRule
|
2015-10-19 08:58:37 -07:00 |
explain.go
|
Revert/disable the slash syntax for kubectl explain group/version
|
2015-10-21 13:58:54 -07:00 |
expose.go
|
expose: Enable exposing multiport objects
|
2015-10-19 11:25:14 +02:00 |
expose_test.go
|
expose: Enable exposing multiport objects
|
2015-10-19 11:25:14 +02:00 |
get.go
|
Merge pull request #15667 from JanetKuo/kubectl-watch-list
|
2015-10-19 06:28:35 -07:00 |
get_test.go
|
make componenetstatus root scoped
|
2015-10-16 10:24:31 -07:00 |
label.go
|
alias local packagename for pkg/util/errors
|
2015-10-18 09:37:46 +08:00 |
label_test.go
|
let kubectl label use PATCH instead of PUT
|
2015-10-15 12:18:54 -07:00 |
log.go
|
refactor kubectl logs to be composeable
|
2015-10-14 13:22:59 -04:00 |
log_test.go
|
refactor kubectl logs to be composeable
|
2015-10-14 13:22:59 -04:00 |
namespace.go
|
…
|
|
patch.go
|
fix htmlpreview links to point to subdictory
|
2015-10-21 15:46:52 -07:00 |
patch_test.go
|
move client/unversioned/fake.go to its own package
|
2015-09-11 17:33:54 -07:00 |
portforward.go
|
Refactor exec to make attach useful without a client.Config
|
2015-10-09 14:36:46 -04:00 |
portforward_test.go
|
Refactor exec to make attach useful without a client.Config
|
2015-10-09 14:36:46 -04:00 |
proxy.go
|
Change kubectl proxy --api-prefix default to allow /apis/
|
2015-10-14 15:49:52 -07:00 |
replace.go
|
fix htmlpreview links to point to subdictory
|
2015-10-21 15:46:52 -07:00 |
replace_test.go
|
move client/unversioned/fake.go to its own package
|
2015-09-11 17:33:54 -07:00 |
rollingupdate.go
|
Validate image name for `kubectl rolling-update NAME --image=IMAGE`
|
2015-10-21 11:48:39 -07:00 |
rollingupdate_test.go
|
Update rollback process
|
2015-10-08 10:49:09 +08:00 |
run.go
|
Expose attachable pod discovery to factory
|
2015-10-23 17:28:41 -02:00 |
run_test.go
|
add a --expose flag to kubectl run
|
2015-10-20 20:21:09 -07:00 |
scale.go
|
alias local packagename for pkg/util/errors
|
2015-10-18 09:37:46 +08:00 |
stop.go
|
bind filenames var instead of looking up
|
2015-09-01 08:35:57 -04:00 |
version.go
|
Remove shorthand for client flag in kubectl version
|
2015-10-13 02:02:54 +08:00 |