kubernetes/plugin/pkg/admission
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
..
admit hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
alwayspullimages hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
antiaffinity hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
certificates ClusterTrustBundles: kube-apiserver integration tests 2023-03-15 20:19:48 -07:00
defaulttolerationseconds hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
deny hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
eventratelimit Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
extendedresourcetoleration hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
gc fix broken tests after dependency injection. 2023-03-13 14:40:47 -07:00
imagepolicy style: remove redundant judgment 2022-08-25 12:07:36 +08:00
limitranger dedupe pod resource request calculation 2023-03-09 17:15:53 -06:00
namespace Update admission initializers. 2022-11-07 21:24:46 +00:00
network plugin/pkg/admission: Replace deprecated pointer function 2023-01-04 14:12:32 +01:00
noderestriction Replace uses of ObjectReflectDiff with cmp.Diff 2023-04-12 08:48:03 -07:00
nodetaint hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
podnodeselector Update admission initializers. 2022-11-07 21:24:46 +00:00
podtolerationrestriction Clean up brace whitespace in **/validation_test.go 2023-05-02 00:48:42 -07:00
priority Merge pull request #106565 from kerthcet/feature/addd-several-testcases-to-cover-priority-admission 2022-03-03 10:43:48 -08:00
resourcequota fix broken tests after dependency injection. 2023-03-13 14:40:47 -07:00
runtimeclass mark PodOverhead to GA in v1.24; remove in v1.26 2022-03-17 09:30:14 +08:00
security PodSecurity: promote config and feature gate to GA 2022-06-15 09:29:47 +08:00
securitycontext/scdeny Add a SecurityContextDeny feature gate disabled by default 2023-03-13 10:18:08 +01:00
serviceaccount Replace uses of ObjectReflectDiff with cmp.Diff 2023-04-12 08:48:03 -07:00
storage replace spew methods with dump methods 2023-04-14 08:05:53 +08:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00