k3s/pkg/conversion
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
..
converter.go Change CreationTimestamp to a util.Time and set in each storage implementation 2014-08-14 16:26:29 -04:00
converter_test.go Switch to new external fuzz package 2014-08-08 15:54:09 -07:00
decode.go Add documentation and tests to conversion. 2014-08-01 14:26:36 -07:00
doc.go Add documentation and tests to conversion. 2014-08-01 14:26:36 -07:00
encode.go Add documentation and tests to conversion. 2014-08-01 14:26:36 -07:00
scheme.go Add documentation and tests to conversion. 2014-08-01 14:26:36 -07:00
scheme_test.go Switch to new external fuzz package 2014-08-08 15:54:09 -07:00