kubernetes/pkg/registry
2014-07-14 20:24:58 -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 Update services to use the internal IP and port, now that its available. 2014-07-14 20:24:58 -07:00
endpoints.go Update services to use the internal IP and port, now that its available. 2014-07-14 20:24:58 -07:00
etcd_registry_test.go Move etcd helpers to tools package so they can depend on api package. Add ResourceVersion, hook it up to etcd index to get atomic PUTs. 2014-07-02 15:42:05 -07:00
etcd_registry.go Add comments on registry/etcd_registry.go 2014-07-12 14:44:13 +09: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 Add link env vars. 2014-07-14 16:37:17 -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 Fix boilerplate everywhere 2014-06-23 11:32:11 -07:00
memory_registry.go s/controllerId/controllerID/ to make golint happy. 2014-07-11 22:16:51 +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 Add sync behavior to the pod registry. Expand tests. 2014-07-01 11:31:21 -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 Merge pull request #394 from brendandburns/poddata 2014-07-11 11:55:54 -07:00
service_registry_test.go Fix tests. 2014-07-11 14:24:54 -07:00
service_registry.go Add link env vars. 2014-07-14 16:37:17 -07:00