mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 03:03:40 +00:00
Fix reporting reason in kubelet
1. Make reason field of StatusReport objects in kubelet in CamelCase format. 2. Add Message field for ContainerStateWaiting to describe detail about Reason. 3. Make reason field of Events in kubelet in CamelCase format. 4. Update swagger,deep-copy and so on.
This commit is contained in:
@@ -13171,7 +13171,11 @@
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "string",
|
||||
"description": "(brief) reason the container is not yet running, such as pulling its image."
|
||||
"description": "(brief) reason the container is not yet running."
|
||||
},
|
||||
"message": {
|
||||
"type": "string",
|
||||
"description": "Message regarding why the container is not yet running."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user