kubernetes/pkg/controller/deployment
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 remove unused option deployment-controller-sync-period for deployment controller 2022-03-30 20:00:53 +08:00
util apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
deployment_controller_test.go apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
deployment_controller.go deployment controller: use contextual logging 2023-03-13 19:00:44 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
progress_test.go deployment controller: use contextual logging 2023-03-13 19:00:44 +08:00
progress.go deployment controller: use contextual logging 2023-03-13 19:00:44 +08:00
recreate_test.go deployment controller: use contextual logging 2023-03-13 19:00:44 +08:00
recreate.go Wire contexts to Apps controllers 2021-10-13 16:32:13 -04:00
rollback.go deployment controller: use contextual logging 2023-03-13 19:00:44 +08:00
rolling_test.go apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
rolling.go deployment controller: use contextual logging 2023-03-13 19:00:44 +08:00
sync_test.go deployment controller: use contextual logging 2023-03-13 19:00:44 +08:00
sync.go deployment controller: use contextual logging 2023-03-13 19:00:44 +08:00