kubernetes/pkg/apis/policy
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 hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
install apiserver: update serialization version priority for policy API 2023-01-19 14:42:26 +08:00
v1 generated 2022-11-10 23:32:27 +01:00
v1beta1 generated 2022-11-10 23:32:27 +01: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
helper.go Promote PDBs to GA 2021-03-09 10:29:11 -05:00
OWNERS Add labels when there sig aliases used in approvers/reviewers 2022-01-20 10:02:07 -05:00
register.go Fix golint issues in pkg/apis/policy 2019-11-09 21:15:35 +01:00
types.go Changes to pdb healthy policy api docs 2023-02-20 18:36:45 -05:00
zz_generated.deepcopy.go generated 2022-11-10 23:32:27 +01:00