mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 17:37:12 +00:00
* chore: bump chainsaw Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * more template use Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * v0.2.10 Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> * go mod Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> --------- Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> |
||
---|---|---|
.. | ||
chainsaw-test.yaml | ||
multiple-resources.yaml | ||
no-resource.yaml | ||
README.md | ||
valid-context-assert.yaml | ||
valid-context.yaml |
Description
This test creates the following global context entries:
- A valid global context entry.
- A context entry with both
kubernetesResource
andapiCall
. - A context entry with neither
kubernetesResource
norapiCall
.
Expected Behavior
1st global context entry should get created, 2nd and 3rd entries should return an error.