mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-10 18:06:55 +00:00
19 lines
303 B
YAML
19 lines
303 B
YAML
|
apiVersion: wgpolicyk8s.io/v1alpha2
|
||
|
kind: PolicyReport
|
||
|
metadata:
|
||
|
namespace: match-conditions-standard-ns
|
||
|
ownerReferences:
|
||
|
- apiVersion: v1
|
||
|
kind: Pod
|
||
|
name: pod-latest-tag
|
||
|
scope:
|
||
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
name: pod-latest-tag
|
||
|
summary:
|
||
|
error: 0
|
||
|
fail: 1
|
||
|
pass: 1
|
||
|
skip: 0
|
||
|
warn: 0
|