Skip to content

Commit 648717c

Browse files
authored
Merge pull request kubernetes#128266 from AnishShah/resize-subresource
[FG:InPlacePodVerticalScaling] Introduce /resize subresource to request pod resource resizing
2 parents b631dae + bfb0b83 commit 648717c

File tree

33 files changed

+2335
-394
lines changed

33 files changed

+2335
-394
lines changed

api/discovery/api__v1.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,17 @@
355355
"update"
356356
]
357357
},
358+
{
359+
"kind": "Pod",
360+
"name": "pods/resize",
361+
"namespaced": true,
362+
"singularName": "",
363+
"verbs": [
364+
"get",
365+
"patch",
366+
"update"
367+
]
368+
},
358369
{
359370
"kind": "Pod",
360371
"name": "pods/status",

api/openapi-spec/swagger.json

Lines changed: 191 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)