kubernetes/pkg/kubelet/lifecycle
Stephen Kitt 0ee9f1b7a7
kubelet: replace intstr.FromInt with intstr.FromInt32
This touches cases where FromInt() is used on numeric constants, or
values which are already int32s, or int variables which are defined
close by and can be changed to int32s with little impact.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
2023-05-01 09:17:35 +02:00
..
admission_failure_handler_stub.go Fix golint failures in pkg/kubelet/lifecycle 2020-06-20 18:44:54 -07:00
doc.go Fix golint failures in pkg/kubelet/lifecycle 2020-06-20 18:44:54 -07:00
handlers_test.go kubelet: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:35 +02:00
handlers.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
interfaces.go
predicate_test.go Check taint/toleration before accepting pods, except for static pods 2022-02-10 19:39:26 +09:00
predicate.go Fix indentation/spacing in comments to render correctly in godoc 2022-12-17 23:27:38 -05:00