kubernetes/pkg/apis/flowcontrol
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 apiserver: set borrowing defaults for flowcontrol API 2022-11-08 13:22:59 -08:00
install apiserver: update serialization version priority for flowcontrol API 2023-01-13 22:19:39 +08:00
internalbootstrap apiserver: finish implementation of borrowing in APF 2022-11-08 21:51:44 -08:00
util hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
v1alpha1 apiserver: finish implementation of borrowing in APF 2022-11-08 21:51:44 -08:00
v1beta1 apiserver: finish implementation of borrowing in APF 2022-11-08 21:51:44 -08:00
v1beta2 apiserver: finish implementation of borrowing in APF 2022-11-08 21:51:44 -08:00
v1beta3 apiserver: finish implementation of borrowing in APF 2022-11-08 21:51:44 -08:00
validation Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
doc.go
register.go
types.go apiserver: add fields for borrowing in apf flowcontrol 2022-11-08 13:16:44 -08:00
zz_generated.deepcopy.go apiserver: add generated files for borrowing in flowcontrol 2022-11-08 13:16:44 -08:00