kubernetes/pkg/controller/statefulset
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
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
stateful_pod_control_test.go Migrated the StatefulSet controller (within `kube-controller-manager) to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging) 2023-03-08 18:57:57 +08:00
stateful_pod_control.go Migrated the StatefulSet controller (within `kube-controller-manager) to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging) 2023-03-08 18:57:57 +08:00
stateful_set_control_test.go apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
stateful_set_control.go Migrated the StatefulSet controller (within `kube-controller-manager) to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging) 2023-03-08 18:57:57 +08:00
stateful_set_status_updater_test.go Promote minReadySeconds to GA 2022-07-13 11:37:10 -04:00
stateful_set_status_updater.go Wire contexts to Apps controllers 2021-10-13 16:32:13 -04:00
stateful_set_test.go Migrated the StatefulSet controller (within `kube-controller-manager) to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging) 2023-03-08 18:57:57 +08:00
stateful_set_utils_test.go apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
stateful_set_utils.go apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
stateful_set.go Migrated the StatefulSet controller (within `kube-controller-manager) to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging) 2023-03-08 18:57:57 +08:00