k3s/pkg/registry
Daniel Smith 65d6280936 Move etcd helper to util so it can be used elsewhere, too 2014-06-18 13:10:39 -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 Move etcd helper to util so it can be used elsewhere, too 2014-06-18 13:10:39 -07:00
etcd_registry_test.go Move etcd helper to util so it can be used elsewhere, too 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_service_registry.go fix dot import. 2014-06-12 20:14:41 -07:00
pod_registry.go Implement new label system 2014-06-16 22:05:12 -07:00
pod_registry_test.go Ensure that MockPodRegistry verifies the query it's passed. 2014-06-17 18:33:51 -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 load balancing support to services. 2014-06-17 21:28:20 -07:00