"":"ImageReviewSpec is a description of the pod creation request.",
"containers":"Containers is a list of a subset of the information in each container of the Pod being created.",
"annotations":"Annotations is a list of key-value pairs extracted from the Pod's annotations. It only includes keys which match the pattern `*.image-policy.k8s.io/*`. It is up to each webhook backend to determine how to interpret these annotations, if at all.",
"namespace":"Namespace is the namespace the pod is being created in.",
"":"ImageReviewStatus is the result of the review for the pod creation request.",
"allowed":"Allowed indicates that all images were allowed to be run.",
"reason":"Reason should be empty unless Allowed is false in which case it may contain a short description of what is wrong. Kubernetes may truncate excessively long errors when displaying to the user.",
"auditAnnotations":"AuditAnnotations will be added to the attributes object of the admission controller request using 'AddAnnotation'. The keys should be prefix-less (i.e., the admission controller will add an appropriate prefix).",