mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 06:01:50 +00:00
Remove ImagePull metric in Kubelet.
There is an equivalent metric from our Docker metrics and this one is harder to maintain with the RuntimeHooks.
This commit is contained in:
@@ -86,7 +86,7 @@ type RuntimeHooks interface {
|
||||
// Determines whether the runtime should pull the specified container's image.
|
||||
ShouldPullImage(pod *api.Pod, container *api.Container, imagePresent bool) bool
|
||||
|
||||
// Runs after an image is pulled reporting it's status. Error may be nil
|
||||
// Runs after an image is pulled reporting its status. Error may be nil
|
||||
// for a successful pull.
|
||||
ReportImagePull(pod *api.Pod, container *api.Container, err error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user