kubernetes/pkg/apis/core
Tim Hockin d55b67b349
Clean up brace whitespace in **/validation_test.go
This was making my eyes bleed as I read over code.

I used the following in vim.  I made them up on the fly, but they seemed
to pass manual inspection.

:g/},\n\s*{$/s//}, {/
:w
:g/{$\n\s*{$/s//{{/
:w
:g/^\(\s*\)},\n\1},$/s//}},/
:w
:g/^\(\s*\)},$\n\1}$/s//}}/
:w
2023-05-02 00:48:42 -07: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 Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
validation Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07: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 Removing WindowsHostProcessContainers feature-gate 2023-05-01 13:30:38 -07:00
zz_generated.deepcopy.go Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files 2023-03-10 14:49:26 +00:00