kubernetes/pkg/controller
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
..
apis/config refactor: remove deprecated flags 2022-04-22 20:28:12 +08:00
bootstrap replace spew methods with dump methods 2023-04-14 08:05:53 +08:00
certificates Ensure version "*" is passed instead of "" for all authz checks (#116937) 2023-04-25 09:06:18 -07:00
clusterroleaggregation Replace uses of diff.ObjectDiff with cmp.Diff 2023-04-12 08:46:12 -07:00
cronjob Promote CronJob TZ to GA 2023-03-07 12:58:57 +01:00
daemon apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
deployment apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
disruption apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
endpoint Replace uses of ObjectReflectDiff with cmp.Diff 2023-04-12 08:48:03 -07:00
endpointslice Merge pull request #117249 from tnqn/fix-data-race 2023-04-12 16:28:30 -07:00
endpointslicemirroring endpointslicemirroring handle endpoints with multiple subsets 2022-12-10 11:44:10 +00:00
garbagecollector replace spew methods with dump methods 2023-04-14 08:05:53 +08:00
history convert int32 to pointer using library function 2022-07-01 14:58:26 +08:00
job Decouple batch/job back-off logic from workqueues (#114768) 2023-03-16 10:15:21 -07:00
namespace namespace controller: use contextual logging 2023-03-13 14:59:17 +08:00
nodeipam unexport buggy function nodeSelectorAsSelector 2023-03-09 16:58:25 +00:00
nodelifecycle Merge pull request #117252 from alculquicondor/node-lifecycle-owner 2023-04-17 14:10:57 -07:00
podautoscaler HPA Controller - Update Owners 2023-04-09 22:44:20 +01:00
podgc delete Evicted pods first during pod gc 2023-03-07 10:11:01 +08:00
replicaset Migrated pkg/controller/replicaset to contextual logging (#114871) 2023-03-07 04:19:51 -08:00
replication delete unused functions in pkg/controller directory 2023-03-28 22:41:20 +08:00
resourceclaim kube-controller-manager: convert to structured logging 2023-03-14 19:16:32 +01:00
resourcequota delete unused functions in pkg/controller directory 2023-03-28 22:41:20 +08:00
serviceaccount replace spew methods with dump methods 2023-04-14 08:05:53 +08:00
statefulset apps: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:17:05 +02:00
storageversiongc Merge pull request #113986 from songxiao-wang87/runwxs-test2 2023-03-07 04:19:43 -08:00
testutil Wait for Pods to finish before considering Failed in Job (#113860) 2022-11-15 09:44:53 -08:00
ttl Making a run test. 2023-01-28 03:14:57 +00:00
ttlafterfinished logging migration of the ttlafterfinished 2023-02-21 14:55:03 +02:00
util pkg/controller/util support contextual logging (#115049) 2023-03-14 12:38:14 -07:00
volume replace spew methods with dump methods 2023-04-14 08:05:53 +08:00
controller_ref_manager.go Fix indentation/spacing in comments to render correctly in godoc 2022-12-17 23:27:38 -05:00
controller_ref_manager_test.go Merge pull request #101250 from evertrain/master 2021-11-10 09:19:26 -08:00
controller_utils.go Merge pull request #111683 from lucming/code-cleanup5 2022-12-09 15:42:21 -08:00
controller_utils_test.go NodeLifecycleController: Remove race condition 2022-10-24 19:36:58 +00:00
doc.go
OWNERS add myself as approver to pkg/controller 2022-01-12 19:33:02 -05:00