mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
Improve the naming of fields in ContainerImage struct used in NodeStatus.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
@@ -14673,17 +14673,17 @@
|
||||
"id": "v1.ContainerImage",
|
||||
"description": "Describe a container image",
|
||||
"required": [
|
||||
"repoTags"
|
||||
"names"
|
||||
],
|
||||
"properties": {
|
||||
"repoTags": {
|
||||
"names": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "Names by which this image is known. e.g. [\"gcr.io/google_containers/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]"
|
||||
},
|
||||
"size": {
|
||||
"sizeBytes": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": "The size of the image in bytes."
|
||||
|
Reference in New Issue
Block a user