1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/conformance/chainsaw/globalcontext/validate-crd/README.md

11 lines
350 B
Markdown
Raw Normal View History

## Description
This test creates the following global context entries:
1. A valid global context entry.
2. A context entry with both `kubernetesResource` and `apiCall`.
3. A context entry with neither `kubernetesResource` nor `apiCall`.
## Expected Behavior
1st global context entry should get created, 2nd and 3rd entries should return an error.