kubernetes/pkg/apis/networking
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 Add IPAddress API 2023-03-14 22:56:44 +00:00
install Add IPAddress API 2023-03-14 22:56:44 +00:00
v1 Generated files for NetworkPolicyStatus removal 2023-05-01 15:19:25 -03:00
v1alpha1 make update 2023-03-14 22:58:12 +00:00
v1beta1 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 *: Remove comment tags in GoDoc 2018-09-13 20:27:32 -07:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
register.go Add IPAddress API 2023-03-14 22:56:44 +00:00
types.go Remove withdrawn feature NetworkPolicyStatus 2023-05-01 15:19:25 -03:00
zz_generated.deepcopy.go Generated files for NetworkPolicyStatus removal 2023-05-01 15:19:25 -03:00