Adding more fields to PodCondition

This commit is contained in:
nikhiljindal
2015-08-18 20:09:36 -07:00
parent 0f8cc8926f
commit 6523ec142b
9 changed files with 195 additions and 59 deletions

View File

@@ -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"
}
}
},