kubernetes/pkg/registry/apps/deployment
Stephen Kitt 026e7c7cb3
registry: 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:45 +02:00
..
storage registry: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:45 +02:00
doc.go
strategy_test.go registry: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:45 +02:00
strategy.go deployment: API warn when name is not DNS label 2022-12-16 13:07:13 -08:00