kubernetes/pkg/registry
Paul Morie c69160059b Change CreationTimestamp to a util.Time and set in each storage implementation
Because time.Time doesn't work correctly with our YAML package, it is necessary
to introduce a type, util.Time, which serializes correctly to JSON and YAML.

Eventually we would like timestamping to cut across storage implementations;
for now, we set it in each storage.
2014-08-14 16:26:29 -04:00
..
binding Breakup the registry package into separate packages. 2014-08-11 20:58:09 -07:00
controller Change CreationTimestamp to a util.Time and set in each storage implementation 2014-08-14 16:26:29 -04:00
endpoint Breakup the registry package into separate packages. 2014-08-11 20:58:09 -07:00
etcd Breakup the registry package into separate packages. 2014-08-11 20:58:09 -07:00
memory Breakup the registry package into separate packages. 2014-08-11 20:58:09 -07:00
minion Change CreationTimestamp to a util.Time and set in each storage implementation 2014-08-14 16:26:29 -04:00
pod Change CreationTimestamp to a util.Time and set in each storage implementation 2014-08-14 16:26:29 -04:00
registrytest Typo in name 2014-08-13 14:36:23 -04:00
service Breakup the registry package into separate packages. 2014-08-11 20:58:09 -07:00
doc.go Address package level comments for readability. 2014-06-12 20:26:12 -07:00