Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`admissionValidators` doesn't aggregate errors correctly, as it aggregates errors in `errs` reference yet it always returns the nil `err`. Here, we avoid shadowing `err`, and move variable declarations to where they are used.
- Loading branch information