mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
Added Reason in PodStatus
This commit is contained in:
@@ -12663,6 +12663,10 @@
|
||||
"type": "string",
|
||||
"description": "human readable message indicating details about why the pod is in this condition"
|
||||
},
|
||||
"reason": {
|
||||
"type": "string",
|
||||
"description": "(brief-CamelCase) reason indicating details about why the pod is in this condition"
|
||||
},
|
||||
"hostIP": {
|
||||
"type": "string",
|
||||
"description": "IP address of the host to which the pod is assigned; empty if not yet scheduled"
|
||||
|
@@ -12665,6 +12665,10 @@
|
||||
"type": "string",
|
||||
"description": "human readable message indicating details about why the pod is in this condition"
|
||||
},
|
||||
"reason": {
|
||||
"type": "string",
|
||||
"description": "(brief-CamelCase) reason indicating details about why the pod is in this condition"
|
||||
},
|
||||
"hostIP": {
|
||||
"type": "string",
|
||||
"description": "IP address of the host to which the pod is assigned; empty if not yet scheduled"
|
||||
|
Reference in New Issue
Block a user