mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-05 07:00:45 -05:00
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. |
||
|---|---|---|
| .. | ||
| converter.go | ||
| converter_test.go | ||
| decode.go | ||
| doc.go | ||
| encode.go | ||
| scheme.go | ||
| scheme_test.go | ||