Fix swagger docs

This commit is contained in:
gmarek
2015-09-19 20:11:04 +02:00
parent 20c01f072d
commit a5de60f985
4 changed files with 19 additions and 11 deletions

View File

@@ -13139,16 +13139,20 @@
"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"
"type": "string",
"description": "Last time we probed the condition."
},
"lastTransitionTime": {
"type": "string"
"type": "string",
"description": "Last time the condition transitioned from one status to another."
},
"reason": {
"type": "string"
"type": "string",
"description": "Unique, one-word, CamelCase reason for the condition's last transition."
},
"message": {
"type": "string"
"type": "string",
"description": "Human-readable message indicating details about last transition."
}
}
},