kubernetes/pkg/apis/rbac
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 hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
v1 remove unused not api functions in the pkg/apis directory 2023-01-18 23:37:57 +08:00
v1alpha1 remove unused not api functions in the pkg/apis directory 2023-01-18 23:37:57 +08:00
v1beta1 remove unused not api functions in the pkg/apis directory 2023-01-18 23:37:57 +08:00
validation Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
doc.go
helpers_test.go Replace uses of diff.ObjectDiff with cmp.Diff 2023-04-12 08:46:12 -07:00
helpers.go Fix: pkg/apis Typos in comments, function name, error message 2020-02-24 00:11:00 +09:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
register.go fix golint error in pkg/apis/rbac 2020-01-10 11:22:05 +09:00
types.go Add a comment to roleRef to document that it is immutable 2023-04-24 22:35:20 +02:00
zz_generated.deepcopy.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00