kubernetes/plugin/pkg/admission/eventratelimit
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
..
apis/eventratelimit Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
admission_test.go Migrate to k8s.io/utils/clock 2021-09-17 15:19:08 +02:00
admission.go replace package realClock impl. with clock.RealClock 2021-09-14 20:56:57 +05:30
cache_test.go switch from golang-lru to the one in k8s.io/utils 2021-07-07 22:31:37 -04:00
cache.go switch from golang-lru to the one in k8s.io/utils 2021-07-07 22:31:37 -04:00
config.go simplify api registration 2018-05-08 18:33:50 -04:00
doc.go
limitenforcer.go switch from golang-lru to the one in k8s.io/utils 2021-07-07 22:31:37 -04:00