kubernetes/pkg/controller/deployment
Stephen Kitt aa89e6dc97
Use ptr.To to retrieve intstr addresses
This uses the generic ptr.To in k8s.io/utils to replace functions and
code constructs which only serve to return pointers to intstr
values. Other uses of the deprecated pointer package are updated in
modified files.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
2023-09-08 11:10:50 +02:00
..
config remove unused option deployment-controller-sync-period for deployment controller 2022-03-30 20:00:53 +08:00
util Use ptr.To to retrieve intstr addresses 2023-09-08 11:10:50 +02:00
deployment_controller_test.go Use ptr.To to retrieve intstr addresses 2023-09-08 11:10:50 +02:00
deployment_controller.go fix pod delete log in deployment controller 2023-08-25 22:20:51 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
progress_test.go Use ptr.To to retrieve intstr addresses 2023-09-08 11:10:50 +02:00
progress.go deployment controller: use contextual logging 2023-03-13 19:00:44 +08:00
recreate_test.go Use ptr.To to retrieve intstr addresses 2023-09-08 11:10:50 +02:00
recreate.go Wire contexts to Apps controllers 2021-10-13 16:32:13 -04:00
rollback.go Migrated pkg/controller/volume|util|replicaset|nodeipam to contextual logging 2023-07-06 07:39:52 +08:00
rolling_test.go Use ptr.To to retrieve intstr addresses 2023-09-08 11:10:50 +02:00
rolling.go deployment controller: use contextual logging 2023-03-13 19:00:44 +08:00
sync_test.go Use ptr.To to retrieve intstr addresses 2023-09-08 11:10:50 +02:00
sync.go Migrated pkg/controller/volume|util|replicaset|nodeipam to contextual logging 2023-07-06 07:39:52 +08:00