add QoS pod status field

This commit is contained in:
Seth Jennings
2016-12-12 13:07:06 -06:00
parent b5cf713bc7
commit 12b254db93
13 changed files with 13932 additions and 13766 deletions

View File

@@ -5452,6 +5452,13 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
},
},
},
"qosClass": {
SchemaProps: spec.SchemaProps{
Description: "The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://github.com/kubernetes/kubernetes/blob/master/docs/design/resource-qos.md",
Type: []string{"string"},
Format: "",
},
},
},
},
},