Merge pull request #103779 from SergeyKanzhelev/ContainerStatusApiDocs

ContainerStatus old comments fix
This commit is contained in:
Kubernetes Prow Robot
2021-08-05 14:09:44 -07:00
committed by GitHub
4 changed files with 8 additions and 16 deletions

View File

@@ -5100,7 +5100,7 @@
"type": "string"
},
"image": {
"description": "The image the container is running. More info: https://kubernetes.io/docs/concepts/containers/images",
"description": "The image the container is running. More info: https://kubernetes.io/docs/concepts/containers/images.",
"type": "string"
},
"imageID": {
@@ -5120,7 +5120,7 @@
"type": "boolean"
},
"restartCount": {
"description": "The number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed. Note that this is calculated from dead containers. But those containers are subject to garbage collection. This value will get capped at 5 by GC.",
"description": "The number of times the container has been restarted.",
"format": "int32",
"type": "integer"
},