k3s/pkg/kubelet/rkt
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
..
mock_os rkt: Implement pod `FinishedAt` 2016-04-22 15:34:55 -07:00
cap.go rkt: Refactor setIsolators. 2016-01-08 13:31:21 -08:00
config.go rkt: Bump rkt required version. Get options from api service. 2016-03-28 17:06:14 -07:00
container_id.go rkt: Add post-start hook support. 2016-04-22 15:38:05 -07:00
doc.go
fake_rkt_interface_test.go Added Hostname and Subdomain field to Pod.Spec 2016-04-28 10:56:56 -07:00
image.go Cleanup the code with new engine-api 2016-04-29 13:34:38 -07:00
log.go rkt: Add '--hostname' support for rkt. 2016-03-28 17:06:14 -07:00
rkt.go Merge pull request #24630 from euank/redundant-created 2016-05-08 16:21:05 -07:00
rkt_test.go Merge pull request #24630 from euank/redundant-created 2016-05-08 16:21:05 -07:00
systemd.go Bump cadvisor to fix interface stats bugs & improve performance 2015-12-21 17:07:21 +00:00
version.go rkt: Split checkVersion() to two parts: get version, and check version. 2016-03-15 16:35:26 -07:00