mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Expose image list in node status
Change image manager to use repotag
This commit is contained in:
@@ -319,7 +319,7 @@ type Image struct {
|
||||
// ID of the image.
|
||||
ID string
|
||||
// Other names by which this image is known.
|
||||
Tags []string
|
||||
RepoTags []string
|
||||
// The size of the image in bytes.
|
||||
Size int64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user