mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 09:26:54 +00:00
29 lines
388 B
YAML
29 lines
388 B
YAML
|
# input
|
||
|
policy: basic-policy
|
||
|
resource: ns2
|
||
|
initResources:
|
||
|
# expected
|
||
|
mutation:
|
||
|
reason: Success
|
||
|
validation:
|
||
|
reason: Success
|
||
|
---
|
||
|
# input
|
||
|
policy: zk-kafka-address
|
||
|
resource: ns2
|
||
|
initResources:
|
||
|
# expected
|
||
|
mutation:
|
||
|
reason: Success
|
||
|
validation:
|
||
|
reason: Failed
|
||
|
---
|
||
|
# input
|
||
|
policy: default
|
||
|
resource: ns2
|
||
|
initResources:
|
||
|
# expected
|
||
|
mutation:
|
||
|
reason: Success
|
||
|
validation:
|
||
|
reason: Failed
|