..
config
Move ModifyConfig (and some related functions) into the clientcmd pkg.
2016-05-07 18:15:18 -07:00
rollout
Merge pull request #25110 from metral/recursive-rollout
2016-05-15 06:14:21 -07:00
set
Add 'kubectl set image'
2016-05-18 21:23:17 -07:00
util
Merge pull request #26598 from janetkuo/3rd-party-error-logs
2016-06-25 09:25:58 -07:00
annotate_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
annotate.go
Add support for labelling 3rd party objects
2016-05-23 13:13:35 -07:00
apiversions.go
Move the discovery client to its own package
2016-03-04 13:44:52 -08:00
apply_test.go
kubectl apply retry stale resource version
2016-06-09 00:14:17 -04:00
apply.go
kubectl apply retry stale resource version
2016-06-09 00:14:17 -04:00
attach_test.go
Fix attach command for InitContainers
2016-06-24 14:35:02 +02:00
attach.go
Merge pull request #27541 from gitfred/attach-init-con
2016-06-26 00:04:49 -07:00
autoscale.go
Added hpa/v1 generator to kubectl autoscale
2016-06-10 09:26:35 +02:00
clusterinfo_dump_test.go
address comments
2016-05-17 10:24:29 -07:00
clusterinfo_dump.go
address comments
2016-05-17 10:24:29 -07:00
clusterinfo.go
address comments
2016-05-16 16:50:53 -07:00
cmd_test.go
kubectl: move printObjectSpecificMessage in factory
2016-05-28 18:33:58 +02:00
cmd.go
Move shell completion generation into 'kubectl completion' command
2016-05-30 07:23:36 +02:00
completion.go
Move shell completion generation into 'kubectl completion' command
2016-05-30 07:23:36 +02:00
convert.go
Change ConvertToVersion to use GroupVersion
2016-05-12 10:10:35 -04:00
create_configmap_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
create_configmap.go
Add 'kubectl set image'
2016-05-18 21:23:17 -07:00
create_namespace_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
create_namespace.go
Add 'kubectl set image'
2016-05-18 21:23:17 -07:00
create_secret_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
create_secret.go
Merge pull request #24719 from bprashanth/kubectl_tls
2016-05-22 09:40:42 -07:00
create_serviceaccount_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
create_serviceaccount.go
Add 'kubectl set image'
2016-05-18 21:23:17 -07:00
create_test.go
kubectl: move printObjectSpecificMessage in factory
2016-05-28 18:33:58 +02:00
create.go
kubectl: move printObjectSpecificMessage in factory
2016-05-28 18:33:58 +02:00
delete_test.go
Allow StatusErrors to be modified after creation
2016-05-19 09:08:53 -04:00
delete.go
kubectl suggest for get (list, ps), and delete(rm)
2016-05-04 17:18:52 -07:00
describe_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
describe.go
Introduce kubectl describe --show-events
2016-05-06 11:40:11 +02:00
drain_test.go
Stop 'drain' deleting pods with local storage.
2016-06-08 14:59:03 -07:00
drain.go
Stop 'drain' deleting pods with local storage.
2016-06-08 14:59:03 -07:00
edit.go
enable recursive processing in kubectl edit
2016-05-22 09:49:11 -07:00
exec_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
exec.go
Add pod-terminated check to kubectl-exec
2016-06-16 19:44:47 +02:00
explain.go
Add third party support to kubectl
2016-03-31 10:53:32 -07:00
expose_test.go
Merge pull request #24090 from AdoHe/expose_rc
2016-05-14 07:15:58 -07:00
expose.go
Add 'kubectl set image'
2016-05-18 21:23:17 -07:00
get_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
get.go
fix recursive & non-recursive kubectl get of generic output format
2016-06-02 21:46:15 -07:00
label_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
label.go
Add support for labelling 3rd party objects
2016-05-23 13:13:35 -07:00
logs_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
logs.go
Add third party support to kubectl
2016-03-31 10:53:32 -07:00
namespace.go
typofix - https://github.com/vlajos/misspell_fixer
2015-08-08 22:31:48 +01:00
patch_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
patch.go
let patch use local file content to mutate
2016-06-14 14:38:00 -04:00
portforward_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
portforward.go
Port-forward: use out and error streams instead of glog
2016-04-27 13:26:54 -04:00
proxy.go
update commented examples just remove $
2016-02-29 09:41:09 -05:00
replace_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
replace.go
kubectl: move printObjectSpecificMessage in factory
2016-05-28 18:33:58 +02:00
rollingupdate_test.go
Update rollback process
2015-10-08 10:49:09 +08:00
rollingupdate.go
Remove runtime.Typer, reduce to ObjectKinds(1) (3)
2016-05-21 23:55:42 -04:00
run_test.go
Fix tests for renegotiation
2016-05-12 08:21:11 +02:00
run.go
Set AttachOptions.CommandName from kubectl run using corba CommandPath
2016-06-13 17:16:35 +02:00
scale.go
allow kubectl subcmds to process multiple resources
2016-05-01 20:27:37 -07:00
stop.go
Add third party support to kubectl
2016-03-31 10:53:32 -07:00
taint_test.go
implement taints and tolerations
2016-05-18 15:06:23 +00:00
taint.go
implement taints and tolerations
2016-05-18 15:06:23 +00:00
version.go
Remove shorthand for client flag in kubectl version
2015-10-13 02:02:54 +08:00