mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 10:17:46 +00:00
Adding more fields to PodCondition
This commit is contained in:
@@ -13137,6 +13137,18 @@
|
||||
"status": {
|
||||
"type": "string",
|
||||
"description": "Status is the status of the condition. Can be True, False, Unknown. More info: http://releases.k8s.io/HEAD/docs/user-guide/pod-states.md#pod-conditions"
|
||||
},
|
||||
"lastProbeTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"lastTransitionTime": {
|
||||
"type": "string"
|
||||
},
|
||||
"reason": {
|
||||
"type": "string"
|
||||
},
|
||||
"message": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user