k3s/pkg/registry
Brendan Burns 4f549aae54 Add a PodCache that is responsible for caching pod information.
Not wired in yet.
2014-06-18 20:04:52 -07:00
..
controller_registry.go Rename LabelSet labels.Set 2014-06-16 22:05:12 -07:00
controller_registry_test.go Implement new label system 2014-06-16 22:05:12 -07:00
doc.go Address package level comments for readability. 2014-06-12 20:26:12 -07:00
endpoints.go Rename LabelSet labels.Set 2014-06-16 22:05:12 -07:00
endpoints_test.go Ensure that MockPodRegistry verifies the query it's passed. 2014-06-17 18:33:51 -07:00
etcd_registry.go Test controller's synchronize method. Requires fake etcd client to be relocated. 2014-06-18 13:10:39 -07:00
etcd_registry_test.go Test controller's synchronize method. Requires fake etcd client to be relocated. 2014-06-18 13:10:39 -07:00
interfaces.go Implement new label system 2014-06-16 22:05:12 -07:00
manifest_factory.go fix dot import. 2014-06-12 20:14:41 -07:00
manifest_factory_test.go fix dot import. 2014-06-12 20:14:41 -07:00
memory_registry.go Rename LabelSet labels.Set 2014-06-16 22:05:12 -07:00
memory_registry_test.go Implement new label system 2014-06-16 22:05:12 -07:00
mock_registry.go Add a PodCache that is responsible for caching pod information. 2014-06-18 20:04:52 -07:00
mock_service_registry.go fix dot import. 2014-06-12 20:14:41 -07:00
pod_registry.go Add support for populating host ip address. 2014-06-18 14:57:50 -07:00
pod_registry_test.go Add a PodCache that is responsible for caching pod information. 2014-06-18 20:04:52 -07:00
scheduler.go FirstFitScheduler was triggering a panic by passing nil as the query to 2014-06-17 15:48:37 -07:00
scheduler_test.go fix dot import. 2014-06-12 20:14:41 -07:00
service_registry.go Add support for populating host ip address. 2014-06-18 14:57:50 -07:00
service_registry_test.go Add a fake cloud impl. 2014-06-18 14:22:41 -07:00