kubernetes/pkg/apis/certificates
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 csr: add expirationSeconds field to control cert lifetime 2021-07-01 23:38:15 -04:00
install ClusterTrustBundles: Define types 2023-03-15 20:10:18 -07:00
v1 generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
v1alpha1 ClusterTrustBundles: make update 2023-03-15 20:10:59 -07: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 *: Remove comment tags in GoDoc 2018-09-13 20:27:32 -07:00
helpers.go kubelet: add key encipherment usage only if it is rsa key 2022-12-27 16:04:25 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
register.go ClusterTrustBundles: Define types 2023-03-15 20:10:18 -07:00
types.go ClusterTrustBundles: Define types 2023-03-15 20:10:18 -07:00
zz_generated.deepcopy.go ClusterTrustBundles: make update 2023-03-15 20:10:59 -07:00