apiserver/pkg/admission/plugin/cel
Alexander Zielenski ee983a05da fix flaky admission tests
would fllake .04% of the time on my machine.

In tests waiting for objects to be reconciled, would erroneously treat the "Not Found" case as an error rather than waiting a bit.

also add some more context to test errors to improve debuggability

Kubernetes-commit: bfbc1f3479423b5c53231cfec58895746ef2de69
2022-10-21 09:47:18 -07:00
..
internal/generic add generics tests 2022-10-13 13:44:03 -07:00
OWNERS add OWNERS 2022-10-12 16:11:11 -07:00
admission.go add cel admission plugin and initializer 2022-10-12 10:21:31 -07:00
admission_test.go fix flaky admission tests 2022-10-21 09:47:18 -07:00
controller.go add cel admission controller 2022-10-12 10:21:08 -07:00
controller_reconcile.go add cel admission controller 2022-10-12 10:21:08 -07:00
fake.go add cel admission controller tests 2022-10-12 18:03:44 -07:00
initializer.go add cel admission plugin and initializer 2022-10-12 10:21:31 -07:00
interface.go add cel admission controller 2022-10-12 10:21:08 -07:00
policy_decision.go add cel admission controller 2022-10-12 10:21:08 -07:00