kubernetes/pkg/controller/daemon
Stephen Kitt 5bfe738af2
apps: 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:05 +02:00
..
config OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00
util pkg/controller: Replace deprecated func usage from the k8s.io/utils/pointer pkg 2022-11-23 17:40:23 +02:00
daemon_controller_test.go apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
daemon_controller.go Investigate and fix the handling of Succeeded pods in DaemonSet 2023-04-04 19:21:15 +02:00
doc.go
init_test.go daemonset: use contextual logging 2023-03-14 08:50:27 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
update_test.go apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
update.go daemonset: use contextual logging 2023-03-14 08:50:27 +08:00