Glossary
C
ClusterAdmissionPolicy
An AdmissionPolicy which targets cluster-wide resources.
ClusterPolicyReport
A PolicyReport and a ClusterPolicyReport store results of policy scans. Which one is used, depends on the scope of the resource.
M
MutatingWebhookConfiguration
A
Kubernetes resource
created by the Kubewarden controller to let Kubernetes know where to send an AdmissionReview
.
In other words,
this is how a Kubewarden controller informs Kubernetes where to find a resource mutating policy.
P
PolicyReport
A PolicyReport and a ClusterPolicyReport store results of policy scans. Which one is used depends on the scope of the resource.
V
ValidatingWebhookConfiguration
A
Kubernetes resource
created by the Kubewarden controller to let Kubernetes know where to send a AdmissionReview
.
In other words, this is how Kubewarden informs Kubernetes where to find a resource validating policy.
W
waPC
WebAssembly Procedure Calls. https://wapc.io.
WASI
WebAssembly System Interface. https://wasi.dev.
Wasm
A binary instruction format for a stack-based virtual machine. Designed for web deployment. https://webassemly.org.
Wasmtime
A runtime for WebAssembly. https://wasmtime.dev.