kubernetes/pkg/apis/core
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
..
fuzzer pkg/apis: Replace deprecated pointer function 2023-01-08 13:14:37 +01:00
helper Merge pull request #115168 from HirazawaUi/delte-pkg-apis-other-unused-functions 2023-04-24 14:23:01 -07:00
install Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
pods Remove EphemeralContainers feature-gate checks 2022-07-26 02:55:30 +02:00
v1 api: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:16:15 +02:00
validation api: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:16:15 +02:00
annotation_key_constants.go Introducing Topology Mode Annotation, Deprecating Topology Hints 2023-03-14 02:23:11 +00:00
doc.go Fix golint errors in pkg/apis/core (#82919) 2019-09-25 11:06:51 -07:00
json.go Fix golint errors in pkg/apis/core (#82919) 2019-09-25 11:06:51 -07:00
objectreference.go Fix golint errors in pkg/apis/core (#82919) 2019-09-25 11:06:51 -07:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
register.go Switch ephemeralcontainers SR to Pod Kind 2021-04-13 13:36:48 +02:00
resource.go Downward API hugepages 2020-11-10 16:09:13 -05:00
taint_test.go make taint.ToString() consistent with the reverse parsing logic 2019-07-16 21:06:01 +08:00
taint.go Fix golint errors in pkg/apis/core (#82919) 2019-09-25 11:06:51 -07:00
toleration_test.go
toleration.go
types_test.go Add test for EphemeralContainerCommon struct tags 2021-10-19 23:01:07 -04:00
types.go Merge pull request #117182 from dddddai/http-headers 2023-04-12 03:42:31 -07:00
zz_generated.deepcopy.go Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files 2023-03-10 14:49:26 +00:00