|
This is unreleased documentation for Admission Controller 1.30-next. |
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 Admission Controller controller to let Kubernetes know where to send an AdmissionReview.
In other words,
this is how a Admission Controller 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 Admission Controller controller to let Kubernetes know where to send a AdmissionReview.
In other words, this is how Admission Controller 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://webassembly.org.
Wasmtime
A runtime for WebAssembly. https://wasmtime.dev.