.. |
config
|
Merge pull request #22736 from resouer/fix-util-dev
|
2016-03-22 19:54:58 -07:00 |
rollout
|
Update kubectl help for 1.2 resources
|
2016-03-22 14:14:35 -07:00 |
util
|
Merge pull request #22939 from resouer/util-sub-dir
|
2016-03-23 03:34:33 -07:00 |
annotate.go
|
update commented examples just remove $
|
2016-02-29 09:41:09 -05:00 |
annotate_test.go
|
Move restclient to its own package
|
2016-02-29 12:05:13 -08:00 |
apiversions.go
|
Move the discovery client to its own package
|
2016-03-04 13:44:52 -08:00 |
apply.go
|
update commented examples just remove $
|
2016-02-29 09:41:09 -05:00 |
apply_test.go
|
Fix reference to versioned object in kubectl apply
|
2016-02-10 14:11:44 -08:00 |
attach.go
|
Improve terminal reuse and attach
|
2016-03-21 23:59:58 -04:00 |
attach_test.go
|
Improve terminal reuse and attach
|
2016-03-21 23:59:58 -04:00 |
autoscale.go
|
Update kubectl help for 1.2 resources
|
2016-03-22 14:14:35 -07:00 |
clusterinfo.go
|
Break kubectl from assuming details of codecs
|
2016-01-22 13:27:26 -05:00 |
cmd.go
|
Merge pull request #22939 from resouer/util-sub-dir
|
2016-03-23 03:34:33 -07:00 |
cmd_test.go
|
update wide option output
|
2016-03-11 00:29:37 -05:00 |
convert.go
|
update commented examples just remove $
|
2016-02-29 09:41:09 -05:00 |
create.go
|
Prefer fetched version when determining HPA group version kind
|
2016-03-11 00:03:38 -05:00 |
create_configmap.go
|
update commented examples just remove $
|
2016-02-29 09:41:09 -05:00 |
create_configmap_test.go
|
Add kubectl create configmap
|
2016-02-18 21:24:21 -05:00 |
create_namespace.go
|
update commented examples just remove $
|
2016-02-29 09:41:09 -05:00 |
create_namespace_test.go
|
Add kubectl create [SUBCOMMAND] pattern
|
2015-12-14 13:43:45 -05:00 |
create_secret.go
|
update commented examples just remove $
|
2016-02-29 09:41:09 -05:00 |
create_secret_test.go
|
Add kubectl create [SUBCOMMAND] pattern
|
2015-12-14 13:43:45 -05:00 |
create_serviceaccount.go
|
added 'kubectl create sa' to create serviceaccounts
|
2016-02-26 10:27:37 -05:00 |
create_serviceaccount_test.go
|
added 'kubectl create sa' to create serviceaccounts
|
2016-02-26 10:27:37 -05:00 |
create_test.go
|
Add the client side bits of kubectl export
|
2015-12-22 10:41:59 -08:00 |
delete.go
|
update commented examples just remove $
|
2016-02-29 09:41:09 -05:00 |
delete_test.go
|
update StatusDetails to handle Groups
|
2015-12-17 09:14:12 -05:00 |
describe.go
|
Update kubectl help for 1.2 resources
|
2016-03-22 14:14:35 -07:00 |
describe_test.go
|
Renaming HTTPClientFunc to CreateHTTPClient
|
2015-11-11 11:54:58 -08:00 |
drain.go
|
Fix typo in help for kubectl drain
|
2016-03-19 20:42:51 -07:00 |
drain_test.go
|
Move restclient to its own package
|
2016-02-29 12:05:13 -08:00 |
edit.go
|
Merge pull request #22634 from kargakis/kubectl-edit-error-log-fix
|
2016-03-22 14:37:55 -07:00 |
exec.go
|
Move restclient to its own package
|
2016-02-29 12:05:13 -08:00 |
exec_test.go
|
Move restclient to its own package
|
2016-02-29 12:05:13 -08:00 |
explain.go
|
Update kubectl help for 1.2 resources
|
2016-03-22 14:14:35 -07:00 |
expose.go
|
Update kubectl help for 1.2 resources
|
2016-03-22 14:14:35 -07:00 |
expose_test.go
|
kubectl: Validate flag usage against generators
|
2015-12-18 15:09:53 +01:00 |
get.go
|
Update kubectl help for 1.2 resources
|
2016-03-22 14:14:35 -07:00 |
get_test.go
|
Refactor diff into sub pkg
|
2016-03-21 20:21:39 +08:00 |
label.go
|
update commented examples just remove $
|
2016-02-29 09:41:09 -05:00 |
label_test.go
|
Move restclient to its own package
|
2016-02-29 12:05:13 -08:00 |
logs.go
|
Allow logs to be used with a preloaded pod.
|
2016-03-21 23:59:59 -04:00 |
logs_test.go
|
Allow logs to be used with a preloaded pod.
|
2016-03-21 23:59:59 -04:00 |
namespace.go
|
typofix - https://github.com/vlajos/misspell_fixer
|
2015-08-08 22:31:48 +01:00 |
patch.go
|
fix --record to not fail a successful patch
|
2016-02-19 14:28:23 -05:00 |
patch_test.go
|
Renaming HTTPClientFunc to CreateHTTPClient
|
2015-11-11 11:54:58 -08:00 |
portforward.go
|
Move restclient to its own package
|
2016-02-29 12:05:13 -08:00 |
portforward_test.go
|
Move restclient to its own package
|
2016-02-29 12:05:13 -08:00 |
proxy.go
|
update commented examples just remove $
|
2016-02-29 09:41:09 -05:00 |
replace.go
|
update commented examples just remove $
|
2016-02-29 09:41:09 -05:00 |
replace_test.go
|
Renaming HTTPClientFunc to CreateHTTPClient
|
2015-11-11 11:54:58 -08:00 |
rollingupdate.go
|
Resetting maxUnavailable for kubectl rolling update to 0
|
2016-03-01 18:44:59 -08:00 |
rollingupdate_test.go
|
Update rollback process
|
2015-10-08 10:49:09 +08:00 |
run.go
|
fix typo in kubectl run help string
|
2016-03-11 10:11:14 -08:00 |
run_test.go
|
Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code.
|
2016-03-22 17:26:50 -07:00 |
scale.go
|
Update kubectl help for 1.2 resources
|
2016-03-22 14:14:35 -07:00 |
stop.go
|
update commented examples just remove $
|
2016-02-29 09:41:09 -05:00 |
version.go
|
Remove shorthand for client flag in kubectl version
|
2015-10-13 02:02:54 +08:00 |