mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04: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. |
||
|---|---|---|
| .. | ||
| config | ||
| doc.go | ||
| fake_handler.go | ||
| fake_handler_test.go | ||
| list.go | ||
| list_test.go | ||
| logs.go | ||
| set.go | ||
| set_test.go | ||
| time.go | ||
| time_test.go | ||
| util.go | ||
| util_test.go | ||
| validation.go | ||
| validation_test.go | ||