kubernetes/pkg/apis/core/v1
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
..
helper Merge pull request #115168 from HirazawaUi/delte-pkg-apis-other-unused-functions 2023-04-24 14:23:01 -07:00
validation Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
conversion_test.go Merge pull request #114902 from TommyStarK/pkg-apis/replace-deprecated-pointer-function 2023-03-09 21:34:15 -08:00
conversion.go Merge pull request #110477 from halfcrazy/feat/hostnetwork-fieldsel 2023-04-21 18:13:11 -07:00
defaults_test.go api: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:16:15 +02:00
defaults.go api: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:16:15 +02:00
doc.go Change defaulter-gen input to package path 2021-08-14 11:00:18 -04:00
OWNERS OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00
register.go Fix: pkg/apis Typos in comments, function name, error message 2020-02-24 00:11:00 +09:00
zz_generated.conversion.go Restructure naming of resource resize restart policy - generated files 2023-03-12 23:46:39 +00:00
zz_generated.defaults.go Rename ContainerStatus.ResourcesAllocated to ContainerStatus.AllocatedResources - generated files 2023-03-10 14:49:26 +00:00