Kris Rousey
|
ae6c64d9bb
|
Moving everyone to unversioned client
|
2015-08-18 10:23:03 -07:00 |
Kris Rousey
|
565189f5b8
|
Correcting all go vet errors
|
2015-08-11 13:55:37 -07:00 |
Veres Lajos
|
9f77e49109
|
typofix - https://github.com/vlajos/misspell_fixer
|
2015-08-08 22:31:48 +01:00 |
Mike Danese
|
8e33cbfa28
|
rewrite go imports
|
2015-08-05 17:30:03 -07:00 |
Prashanth Balasubramanian
|
0728c08a1e
|
Fix scheduler race
|
2015-07-12 23:14:24 -07:00 |
hurf
|
6203ce9f85
|
Move pkg/scheduler to plugin/pkg/scheduler
As the TODO in plugin/pkg/scheduler/scheduler.go described:
move everything from pkg/scheduler into this package. Remove
references from registry.
|
2015-05-13 14:03:25 +08:00 |
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
Kris Rousey
|
81497f3ed2
|
Changing the scheduler package to use *api.Pod instead of api.Pod to
avoid unnecessary shallow copies. The change rippled through a lot of
code.
|
2015-04-17 13:34:31 -07:00 |
Daniel Smith
|
5f7715f0e9
|
Make scheduler not miss deletion events even in the case of a resync.
|
2015-04-10 14:05:08 -07:00 |
Prashanth Balasubramanian
|
a7864aa230
|
Scheduler uses TTLStore for assumed pods
|
2015-04-08 15:01:04 -07:00 |
Daniel Smith
|
fd952862c3
|
Remove pods from the assumed pod list when they are deleted
|
2015-03-30 11:16:55 -07:00 |
Daniel Smith
|
992d78a32e
|
Add a system modeler to scheduler
So it can try to predict the effect its bindings will have.
|
2015-03-13 17:48:16 -07:00 |