mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
TODO comment should have been removed with #2912, the restartCount docs wasn't updated as part of #6794.
This commit is contained in:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -5118,7 +5118,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": {
|
||||
@@ -5138,7 +5138,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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user