.. |
caching_minion_registry_test.go
|
Add a caching minion registry.
|
2014-07-16 14:52:32 -07:00 |
caching_minion_registry.go
|
Add a caching minion registry.
|
2014-07-16 14:52:32 -07:00 |
cloud_minion_registry_test.go
|
Add a minion registry that is backed by a cloud provider.
|
2014-06-26 13:00:07 -07:00 |
cloud_minion_registry.go
|
Add a minion registry that is backed by a cloud provider.
|
2014-06-26 13:00:07 -07:00 |
controller_registry_test.go
|
Add sync behavior to the pod registry. Expand tests.
|
2014-07-01 11:31:21 -07:00 |
controller_registry.go
|
Merge pull request #411 from nyaxt/lint_registry
|
2014-07-11 21:41:58 -07:00 |
doc.go
|
Address package level comments for readability.
|
2014-06-12 20:26:12 -07:00 |
endpoints_test.go
|
Fork API types.
|
2014-07-24 21:47:08 -07:00 |
endpoints.go
|
Make the service reconciller use the API, not a PodRegistry
|
2014-07-18 13:54:33 -07:00 |
etcd_registry_test.go
|
Define EtcdErrorCode as constant and reuse EtcdError instances
|
2014-07-15 20:48:06 +09:00 |
etcd_registry.go
|
Make RESTful operations return 404 Not Found when the target resource
|
2014-07-18 14:16:56 +09:00 |
healthy_minion_registry_test.go
|
Improve test coverage for the health package and remove mocks
|
2014-07-21 15:30:29 -07:00 |
healthy_minion_registry.go
|
Addressed comments.
|
2014-07-15 15:16:36 -07:00 |
interfaces.go
|
use New instead of Make and add comments to make golint happy
|
2014-07-11 22:46:22 +09:00 |
manifest_factory_test.go
|
assorted formatting and typo fixes
|
2014-07-24 15:10:36 -07:00 |
manifest_factory.go
|
Use ID instead of Id (go style) everywhere
|
2014-07-01 13:16:47 -04:00 |
memory_registry_test.go
|
Make RESTful operations return 404 Not Found when the target resource
|
2014-07-18 14:16:56 +09:00 |
memory_registry.go
|
Make RESTful operations return 404 Not Found when the target resource
|
2014-07-18 14:16:56 +09:00 |
minion_registry_test.go
|
Implement required sync changes everywhere.
|
2014-06-26 10:33:21 -07:00 |
minion_registry.go
|
Move stringSet to util.StringSet
|
2014-06-28 11:46:51 -07:00 |
mock_registry.go
|
Move health checking logic out to a utility.
|
2014-07-14 22:38:28 -07:00 |
mock_service_registry.go
|
Fix boilerplate everywhere
|
2014-06-23 11:32:11 -07:00 |
pod_registry_test.go
|
Ensure pod and manifest always have a UUID
|
2014-07-10 18:03:48 -04:00 |
pod_registry.go
|
PodInfo should indicate when a pod is not found
|
2014-07-18 13:32:10 -04:00 |
service_registry_test.go
|
Make RESTful operations return 404 Not Found when the target resource
|
2014-07-18 14:16:56 +09:00 |
service_registry.go
|
Add link env vars.
|
2014-07-14 16:37:17 -07:00 |