mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +01:00
11 lines
177 B
JSON
11 lines
177 B
JSON
{
|
|
"description": "A simple string response",
|
|
"schema": {
|
|
"type": "string"
|
|
},
|
|
"headers": {
|
|
"is-dog": {"type": "boolean"},
|
|
"is-cat": {"type": "boolean"}
|
|
}
|
|
}
|