kubernetes/pkg/apis/apps
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 api: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:16:15 +02:00
install hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
v1 api: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:16:15 +02:00
v1beta1 api: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:16:15 +02:00
v1beta2 api: replace intstr.FromInt with intstr.FromInt32 2023-05-01 09:16:15 +02:00
validation Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
doc.go deepcopy: remove deepcopy register tags 2017-11-10 18:25:26 +01:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
register.go Fix golint issues in pkg/apis/apps and pkg/apis/apps/validation 2019-08-22 21:26:49 +02:00
types.go Graduate StatefulSetAutoDelete to beta 2023-03-13 17:09:29 -07:00
zz_generated.deepcopy.go Update generated protobuf files 2022-11-08 07:48:09 -08:00