Merge pull request #15242 from mikedanese/sw-fix

fix master swagger spec
This commit is contained in:
Brendan Burns 2015-10-07 13:34:14 -07:00
commit 3e6b6d9cfb

View File

@ -356,7 +356,8 @@ func (JobStatus) SwaggerDoc() map[string]string {
}
var map_NodeUtilization = map[string]string{
"": "NodeUtilization describes what percentage of a particular resource is used on a node.",
"": "NodeUtilization describes what percentage of a particular resource is used on a node.",
"value": "The accepted values are from 0 to 1.",
}
func (NodeUtilization) SwaggerDoc() map[string]string {