Move docker label related functions into labels.go and add pod name, pod namespace and pod uid into docker label
This commit is contained in:
@@ -211,6 +211,7 @@ func (p throttledDockerPuller) IsImagePresent(name string) (bool, error) {
|
||||
return p.puller.IsImagePresent(name)
|
||||
}
|
||||
|
||||
// TODO (random-liu) Almost never used, should we remove this?
|
||||
// DockerContainers is a map of containers
|
||||
type DockerContainers map[kubetypes.DockerID]*docker.APIContainers
|
||||
|
||||
|
Reference in New Issue
Block a user