kubernetes/pkg/api
Stephen Kitt 4911e9de4a
api: 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:16:15 +02:00
..
endpoints/testing Move endpoints test-helper funcs to a package 2021-07-01 18:26:45 -07:00
legacyscheme hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
node deprecated node labels: make naming consistant and remove some unused args in funcs 2022-05-25 15:15:34 +08:00
persistentvolume pkg/api/persistentvolume: Improving test coverage. 2022-11-21 17:18:24 +01:00
persistentvolumeclaim api: drop Resources.Claims from PVC and PVC template 2023-02-24 16:32:58 +01:00
pod Merge pull request #117025 from sanposhiho/warning-in-empty-selector 2023-04-13 16:00:39 -07:00
service api: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:16:15 +02:00
storage deprecated node labels: make naming consistant and remove some unused args in funcs 2022-05-25 15:15:34 +08:00
testing Replace apimachinery diff.StringDiff with cmp 2023-04-12 08:45:31 -07:00
v1 api: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:16:15 +02:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00