kubernetes/pkg/kubelet/apis/config/validation
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
..
validation_others_test.go unittests: Fixes unit tests for Windows 2022-10-25 23:46:56 +03:00
validation_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
validation_reserved_memory_test.go Refactor Kubelet config validation tests 2021-11-18 22:38:01 +09:00
validation_reserved_memory.go Refactor Kubelet config validations 2021-11-18 22:31:31 +09:00
validation_test.go Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
validation_windows_test.go unittests: Fixes unit tests for Windows 2022-10-25 23:46:56 +03:00
validation_windows.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
validation.go kubelet: Add validation for EnableNodeLogQuery 2023-03-14 08:45:20 -07:00