kubernetes/pkg/kubelet/apis/config
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 api: Add EnableNodeLogQuery to KubeletConfiguration 2023-03-14 08:45:19 -07:00
scheme api: Add EnableNodeLogQuery to KubeletConfiguration 2023-03-14 08:45:19 -07:00
v1 Fixing boilerplate header 2022-09-16 21:20:30 +00:00
v1alpha1 generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
v1beta1 api: Add EnableNodeLogQuery to KubeletConfiguration 2023-03-14 08:45:19 -07:00
validation Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
doc.go Standardize componentconfig code/comment patterns 2018-09-06 13:42:02 +03:00
helpers_test.go api: Add EnableNodeLogQuery to KubeletConfiguration 2023-03-14 08:45:19 -07:00
helpers.go moving volume plugin dir to kubelet config - part 1 2020-03-10 16:22:29 -04:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
register_test.go kubelet tracing 2022-08-01 12:55:02 -04:00
register.go kubelet: add CredentialProviderConfig API 2020-11-10 13:44:06 -05:00
types.go Merge pull request #115399 from 3u13r/feat/documentTLS13Exception 2023-04-11 15:35:27 -07:00
zz_generated.deepcopy.go Add MaxParallelImagePulls support 2023-03-02 03:57:59 +00:00