-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmetadata.yml
27 lines (27 loc) · 965 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:
- ''
apiVersions:
- v1
resources:
- pods
operations:
- CREATE
- UPDATE
mutating: true
contextAware: false
annotations:
# artifacthub specific
io.artifacthub.displayName: Pod Runtime
io.artifacthub.resources: Pod
io.artifacthub.keywords: pod, runtime, container runtime
# kubewarden specific
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/pod-runtime
io.kubewarden.policy.title: pod-runtime
io.kubewarden.policy.description: Policy that controls the usage of Pod runtimeClass
io.kubewarden.policy.author: Kubewarden developers <cncf-kubewarden-maintainers@lists.cncf.io>
io.kubewarden.policy.url: https://github.com/kubewarden/pod-runtime-class-policy
io.kubewarden.policy.source: https://github.com/kubewarden/pod-runtime-class-policy
io.kubewarden.policy.license: Apache-2.0
io.kubewarden.policy.category: Container runtime
io.kubewarden.policy.severity: medium