Tim Allclair
bf8354d460
Revert "[FG:InPlacePodVerticalScaling] kubelet: Propagate error in doPodResizeAction() to the caller"
2024-11-07 22:43:59 -08:00
Hironori Shiina
5562cb165b
kubelet: Propagate error in doPodResizeAction() to the caller
...
This fix makes doPodResizeAction() return the result instead of setting
an error to the `result` argument, which should have been passed as a
pointer, so that the error is propagated to the caller. This fix also
makes the usage of PodSyncResult more consistent with other operations
like starting and killing a container.
2024-11-05 16:37:29 +01:00
Sergey Kanzhelev
ee53488f19
fix golint issues in pkg/kubelet/container
2020-06-19 15:48:08 +00:00
Sergey Kanzhelev
4e94144d1e
Fix golint failures for kubelet/container
2020-05-20 19:01:23 +00:00
Tim Allclair
8a495cb5e4
Clean up error messages (ST1005)
2019-08-21 10:40:21 -07:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
Pengfei Ni
d65309399a
Kubelet: add SyncPod for new runtime API
2016-09-15 23:32:36 +08:00
Pengfei Ni
277070e267
Kubelet: add KillPod for new runtime API
2016-09-08 20:56:50 +08:00
Ron Lai
ee4822e476
Moving image pulling errors under kubelet/images
2016-07-20 14:20:53 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Clayton Coleman
205a8b4574
Add init container loading to the kubelet
2016-05-17 00:29:53 -04:00
laushinka
7ef585be22
Spelling fixes inspired by github.com/client9/misspell
2016-02-18 06:58:05 +07:00
Random-Liu
2d31d8ed4c
Add PodSyncResult
2016-01-17 00:42:44 -08:00