mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Merge pull request #15242 from mikedanese/sw-fix
fix master swagger spec
This commit is contained in:
commit
3e6b6d9cfb
@ -356,7 +356,8 @@ func (JobStatus) SwaggerDoc() map[string]string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var map_NodeUtilization = 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 {
|
func (NodeUtilization) SwaggerDoc() map[string]string {
|
||||||
|
Loading…
Reference in New Issue
Block a user