k3s/pkg/kubelet
Solly Ross b46dbbec1b Add method to inspect Docker images by ID
Previously, the `InspectImage` method of the Docker interface expected a
"pullable" image ref (name, tag, or manifest digest).  If you tried to
inspect an image by its ID (config digest), the inspect would fail to
validate the image against the input identifier.  This commit changes
the original method to be named `InspectImageByRef`, and introduces a
new method called `InspectImageByID` which validates that the input
identifier was an image ID.
2016-10-10 15:16:58 -04:00
..
api Change the timestamp unit to nanosecond. 2016-10-07 14:10:19 -07:00
cadvisor
client Refactor: separate KubeletClient & ConnectionInfoGetter concepts 2016-09-29 01:05:13 -04:00
cm Revert "Revert "[kubelet] Fix oom-score-adj policy in kubelet"" 2016-09-16 16:32:58 -07:00
config remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
container remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
custommetrics
dockershim Change the timestamp unit to nanosecond. 2016-10-07 14:10:19 -07:00
dockertools Add method to inspect Docker images by ID 2016-10-10 15:16:58 -04:00
envvars fix up service lister 2016-09-22 09:12:37 -04:00
events Add node event for container/image GC failure 2016-09-27 10:59:25 -04:00
eviction Merge pull request #32724 from sjenning/eviction-timestamp 2016-10-06 11:05:34 -07:00
images Apply default image tags for all runtimes 2016-09-28 18:58:21 -07:00
kuberuntime Add MinAge for sandbox GC. 2016-10-07 14:10:19 -07:00
leaky
lifecycle Revert "Add kubelet awareness to taint tolerant match caculator." 2016-10-07 12:10:55 -07:00
metrics
network kubenet: make it more apparent that kubenet ignores PodCIDR updates 2016-10-05 11:24:02 -05:00
pleg Merge pull request #31395 from yujuhong/getpods 2016-09-08 05:41:16 -07:00
pod Avoid StatusManager.syncPod when there is no corresponding mirror pod for static pod. 2016-09-07 17:03:15 -07:00
prober
qos Add oom score adj in new CRI implementation. 2016-09-26 11:39:02 -07:00
remote Add fewer more owners for packages in kubelet 2016-09-28 17:57:24 -07:00
rkt Add fewer more owners for packages in kubelet 2016-09-28 17:57:24 -07:00
rktshim Add fewer more owners for packages in kubelet 2016-09-28 17:57:24 -07:00
server Merge pull request #32348 from asalkeld/metrics-nil-spammy 2016-09-16 11:27:15 -07:00
status Avoid StatusManager.syncPod when there is no corresponding mirror pod for static pod. 2016-09-07 17:03:15 -07:00
sysctl Various fixes to enable kubelet to switch to kuberuntime/dockershim 2016-09-19 13:09:00 -07:00
types
util Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
volumemanager Fix issue in updating device path when volume is attached multiple times 2016-10-03 17:14:23 -07:00
OWNERS
active_deadline.go
active_deadline_test.go
container_bridge.go
container_bridge_test.go
disk_manager.go
disk_manager_test.go
doc.go
kubelet.go Revert "Add kubelet awareness to taint tolerant match caculator." 2016-10-07 12:10:55 -07:00
kubelet_cadvisor.go
kubelet_cadvisor_test.go
kubelet_getters.go Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
kubelet_getters_test.go
kubelet_network.go Remove the flannel experimental overlay 2016-10-04 11:53:53 +03:00
kubelet_network_test.go
kubelet_node_status.go Remove the flannel experimental overlay 2016-10-04 11:53:53 +03:00
kubelet_node_status_test.go Split NodeDiskPressure into NodeInodePressure and NodeDiskPressure 2016-10-03 11:42:56 -07:00
kubelet_pods.go Move Kubelet pod-management code into kubelet_pods.go 2016-09-26 17:16:59 -04:00
kubelet_pods_test.go remove testapi.Default.GroupVersion 2016-10-07 10:10:54 -04:00
kubelet_resources.go
kubelet_resources_test.go
kubelet_test.go Merge pull request #29048 from justinsb/volumes_nodename_not_hostname 2016-09-27 17:58:41 -07:00
kubelet_volumes.go Fix nil pointer issue when getting metrics from volume mounter 2016-10-06 11:10:46 -07:00
kubelet_volumes_test.go Move Kubelet pod-management code into kubelet_pods.go 2016-09-26 17:16:59 -04:00
networks.go
oom_watcher.go
oom_watcher_test.go
pod_container_deletor.go
pod_container_deletor_test.go
pod_workers.go Log an event when container runtime exceeds grace-period during eviction 2016-09-07 13:28:08 -04:00
pod_workers_test.go Log an event when container runtime exceeds grace-period during eviction 2016-09-07 13:28:08 -04:00
reason_cache.go
reason_cache_test.go
root_context_linux.go
root_context_unsupported.go
runonce.go
runonce_test.go Use strongly-typed types.NodeName for a node name 2016-09-27 10:47:31 -04:00
runtime.go
util.go
volume_host.go