apiserver/pkg/apis/config
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
..
v1 feat: implements encrypt all 2023-01-18 00:54:47 +00:00
validation Clean up brace whitespace in **/validation_test.go 2023-05-02 00:36:15 -07:00
doc.go move apiserver Configuration to k8s.io/apiserver/pkg/apis/config 2018-07-12 17:37:52 +08:00
register.go Introduce kubeapiserver.config.k8s.io/v1 with EncryptionConfiguration and use a standard method for parsing config file. 2018-05-02 18:21:38 +02:00
types.go feat: implements encrypt all 2023-01-18 00:54:47 +00:00
zz_generated.deepcopy.go generated: Run hack/update-gofmt.sh 2021-08-12 17:13:11 -04:00