kubernetes/pkg/controller/util/endpoint
Stephen Kitt 1c4b97ea27
network: 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:30 +02:00
..
controller_utils_test.go endpoints: remove obsolete ServiceSelectorCache 2022-12-12 08:00:48 -08:00
controller_utils.go endpoints: remove obsolete ServiceSelectorCache 2022-12-12 08:00:48 -08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
trigger_time_tracker_test.go network: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:30 +02:00
trigger_time_tracker.go