Files
kubernetes/pkg/kubelet
k8s-merge-robot fe135fc251 Merge pull request #24630 from euank/redundant-created
Automatic merge from submit-queue

kubelet: Remove redundant `Container.Created`

As far as I can tell, this has been supplanted by a) the `DockerJSON.CreatedAt` field and b) the
`ContainerStatus.CreatedAt`, where the first is used for creating the
second.

The `.Created` field was only written to as far as I can see.

cc @yifan-gu & @Random-Liu 

Is there any reason we might want to keep this around?
2016-05-08 16:21:05 -07:00
..
2016-04-29 17:12:10 -04:00
2016-05-05 14:34:49 -07:00
2016-04-29 17:12:10 -04:00
2015-11-25 09:43:48 +01:00
2016-03-02 20:46:32 -05:00
2016-01-30 00:25:50 -08:00
2016-02-02 23:41:55 +00:00
2015-08-05 17:30:03 -07:00