kubernetes/pkg/controller/deployment/util
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
..
deployment_util_test.go apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
deployment_util.go apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
hash_test.go fix golint failure for pkg/controller/deployment/util 2019-01-28 11:00:40 -08:00