1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/test/conformance/chainsaw/globalcontext/validate-crd
Charles-Edouard Brétéché 5a0ce6bb67
chore: bump chainsaw (#11161)
* 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>
2024-09-17 09:28:33 +00:00
..
chainsaw-test.yaml chore: bump chainsaw (#11161) 2024-09-17 09:28:33 +00:00
multiple-resources.yaml feat: add chainsaw tests for global context crd validation (#9628) 2024-02-04 18:15:55 +01:00
no-resource.yaml feat: add chainsaw tests for global context crd validation (#9628) 2024-02-04 18:15:55 +01:00
README.md feat: add chainsaw tests for global context crd validation (#9628) 2024-02-04 18:15:55 +01:00
valid-context-assert.yaml feat: add chainsaw tests for global context crd validation (#9628) 2024-02-04 18:15:55 +01:00
valid-context.yaml feat(gctx): retry logic (#10796) 2024-08-21 19:32:58 +00:00

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.