apiserver/pkg/apis
Tim Hockin 6fa34a3ae5 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

Kubernetes-commit: d55b67b349021b6c46fc6ce78f2a36bd4217145f
2023-05-02 00:36:15 -07:00
..
apiserver graduate API Server tracing to beta 2023-03-07 21:39:39 +00:00
audit Clean up brace whitespace in **/validation_test.go 2023-05-02 00:36:15 -07:00
cel Matchconditions admission webhooks alpha implementation for kep-3716 (#116261) 2023-03-15 07:36:02 +00:00
config Clean up brace whitespace in **/validation_test.go 2023-05-02 00:36:15 -07:00
example API docs: point to current docs instead of archived designs 2023-02-16 15:29:56 +08:00
example2 Fix apiserver example2 to update gen'ed protobufs 2023-01-04 13:55:48 -08:00
flowcontrol/bootstrap apiserver: fix defaulting for apf bootstrap configuration 2022-10-20 18:50:14 -04:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00