apiserver/pkg/apis/audit
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
..
fuzzer sync: initially remove files BUILD */BUILD BUILD.bazel */BUILD.bazel 2018-03-15 09:38:17 +00:00
install remove audit.k8s.io/v1[alpha|beta]1 versions 2022-02-13 13:23:49 +08:00
v1 generated files 2020-09-09 12:01:51 -07:00
validation Clean up brace whitespace in **/validation_test.go 2023-05-02 00:36:15 -07:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
doc.go *: Remove comment tags in GoDoc 2018-09-04 14:08:32 -07:00
helpers.go Implement audit policy logic 2017-06-13 20:47:28 +00:00
register.go apimachinery: Remove cloner from scheme 2017-11-09 12:27:06 +01:00
types.go apiserver: add OmitManagedFields to audit API 2021-10-06 14:47:19 -04:00
zz_generated.deepcopy.go apiserver: add OmitManagedFields to audit API 2021-10-06 14:47:19 -04:00