k3s/pkg/util
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
..
config Fix go files with wrong boilerplate 2014-08-12 17:48:00 -07:00
doc.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
fake_handler.go fix go lint errors in util 2014-07-11 21:04:34 +09:00
fake_handler_test.go Remove expectNoError from client, kubelet, and util 2014-08-04 09:39:06 -04:00
list.go Rename files: stringlist -> list (similar to set) 2014-08-06 20:13:40 -07:00
list_test.go Rename files: stringlist -> list (similar to set) 2014-08-06 20:13:40 -07:00
logs.go fix go lint errors in util 2014-07-10 17:32:42 -07:00
set.go Add go fuzzer in preparation for testing. Also gofmt a few files that needed it. 2014-07-27 14:54:48 -07:00
set_test.go Add go fuzzer in preparation for testing. Also gofmt a few files that needed it. 2014-07-27 14:54:48 -07:00
time.go Change CreationTimestamp to a util.Time and set in each storage implementation 2014-08-14 16:26:29 -04:00
time_test.go Change CreationTimestamp to a util.Time and set in each storage implementation 2014-08-14 16:26:29 -04:00
util.go Use IntOrString for HTTP health check ports 2014-08-10 23:26:42 -07:00
util_test.go Change CreationTimestamp to a util.Time and set in each storage implementation 2014-08-14 16:26:29 -04:00
validation.go Add dns-952-identifier validation to service ids. 2014-08-05 11:40:48 -07:00
validation_test.go Add dns-952-identifier validation to service ids. 2014-08-05 11:40:48 -07:00