-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.yml
27 lines (27 loc) · 927 Bytes
/
metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
rules:
- apiGroups:
- networking.k8s.io
apiVersions:
- v1
resources:
- ingresses
operations:
- CREATE
- UPDATE
mutating: false
contextAware: false
annotations:
# artifacthub specific
io.artifacthub.displayName: Ingress Policy
io.artifacthub.resources: Ingress
io.artifacthub.keywords: ingress
# kubewarden specific
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/ingress
io.kubewarden.policy.title: ingress-policy
io.kubewarden.policy.description: Enforce requirements on Ingress resources
io.kubewarden.policy.author: Kubewarden developers <cncf-kubewarden-maintainers@lists.cncf.io>
io.kubewarden.policy.url: https://github.com/kubewarden/ingress-policy
io.kubewarden.policy.source: https://github.com/kubewarden/ingress-policy
io.kubewarden.policy.license: Apache-2.0
io.kubewarden.policy.category: Ingress
io.kubewarden.policy.severity: high