package testing
import "k8s.io/apiserver/pkg/admission/testing"
Index ¶
Functions ¶
func WithReinvocationTesting ¶
func WithReinvocationTesting(t *testing.T, admission admission.MutationInterface) admission.MutationInterface
WithReinvocationTesting wraps a mutating admission handler and reinvokes it each time Admit is called. It checks the admission output object and reports a test error if the admission handler performs non-idempotent mutatations to the object.
Source Files ¶
helpers.go
- Version
- v0.19.13
- Published
- Jul 16, 2021
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 13 minutes ago –
Tools for package owners.