k3s/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
..
api/v1alpha1/stats Track image storage usage for docker containers 2016-04-25 16:00:34 -07:00
cadvisor Update cadvisor linux module to work with the cadvisor v0.22.2 2016-03-15 16:02:05 -07:00
client Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
cm Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code. 2016-03-22 17:26:50 -07:00
config Uncomment the code that cause by #19254 2016-04-25 23:21:31 +08:00
container Merge pull request #24630 from euank/redundant-created 2016-05-08 16:21:05 -07:00
custommetrics
dockertools Merge pull request #24630 from euank/redundant-created 2016-05-08 16:21:05 -07:00
envvars Fix the rest of the code 2016-04-29 17:12:10 -04:00
leaky
lifecycle Merge pull request #24344 from derekwaynecarr/kubelet-lifecycle-callouts 2016-05-06 08:53:35 -07:00
metrics
network Merge pull request #25136 from dcbw/kubenet-fixup-txqueuelen 2016-05-06 06:29:31 -07:00
pleg PLEG: reinspect pods that failed prior inspections 2016-05-03 11:06:35 -04:00
pod Delete pod with uid as precondition. 2016-05-05 14:34:49 -07:00
prober Fix the rest of the code 2016-04-29 17:12:10 -04:00
qos Add utility for determining qos of a pod 2016-04-21 17:15:17 -04:00
rkt Merge pull request #24630 from euank/redundant-created 2016-05-08 16:21:05 -07:00
server Track image storage usage for docker containers 2016-04-25 16:00:34 -07:00
status Delete pod with uid as precondition. 2016-05-05 14:34:49 -07:00
types Make kubelet use an arch-specific pause image depending on GOARCH 2016-03-25 23:45:59 +02:00
util Use fake clock in TestGetPodsToSync to fix flake. 2016-05-02 16:05:36 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
container_bridge.go Improve go report card by fixing typos in comments 2016-03-04 18:30:59 -08:00
disk_manager.go
disk_manager_test.go
doc.go
flannel_helper.go
image_manager.go Handle image digests in node status and image GC 2016-05-07 06:50:51 -04:00
image_manager_test.go Handle image digests in node status and image GC 2016-05-07 06:50:51 -04:00
kubelet.go Merge pull request #24557 from swagiaal/attacher-interface 2016-05-08 14:04:44 -07:00
kubelet_getters.go Reduce kubelet LOC: extract getters 2016-05-04 02:25:22 -04:00
kubelet_getters_test.go Reduce kubelet LOC: extract getters 2016-05-04 02:25:22 -04:00
kubelet_test.go Merge pull request #24557 from swagiaal/attacher-interface 2016-05-08 14:04:44 -07:00
networks.go
oom_watcher.go
oom_watcher_test.go
pod_workers.go
pod_workers_test.go Use fake clock in TestGetPodsToSync to fix flake. 2016-05-02 16:05:36 -07:00
reason_cache.go
reason_cache_test.go
root_context_linux.go
root_context_unsupported.go
runonce.go
runonce_test.go move predicates into library (address #12744) 2016-04-11 00:57:03 +08:00
runtime.go add NetworkStatus in NetworkPlugin interface for kubelet to consume 2016-05-04 13:46:31 -07:00
util.go
volume_manager.go
volumes.go Abstract node side functionality of attachable plugins 2016-05-04 10:18:39 -04:00