kubernetes/pkg/apis/batch
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
install hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
v1 pkg/apis: Replace deprecated pointer function 2023-01-08 13:14:37 +01:00
v1beta1 Merge pull request #114902 from TommyStarK/pkg-apis/replace-deprecated-pointer-function 2023-03-09 21:34:15 -08: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 update batch apis 2023-03-01 20:39:47 +00:00
types.go Add batch.kubernetes.io to labels created in the Job controller. 2023-03-11 12:27:38 +00:00
zz_generated.deepcopy.go update batch apis 2023-03-01 20:39:47 +00:00