You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regenerated by hack/update-golangci-lint-config.sh and
hack/update-codegen.sh after the commentstart changes.
Kubernetes-commit: 0062a2bc681f62cca7dd206cd098f14e1d346ba0
Copy file name to clipboardExpand all lines: imagepolicy/v1alpha1/types_swagger_doc_generated.go
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ package v1alpha1
29
29
// AUTO-GENERATED FUNCTIONS START HERE. DO NOT EDIT.
30
30
varmap_ImageReview=map[string]string{
31
31
"": "ImageReview checks if the set of images in a pod are allowed.",
32
-
"metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
33
-
"spec": "Spec holds information about the pod being evaluated",
34
-
"status": "Status is filled in by the backend and indicates whether the pod should be allowed.",
32
+
"metadata": "metadata is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
33
+
"spec": "spec holds information about the pod being evaluated",
34
+
"status": "status is filled in by the backend and indicates whether the pod should be allowed.",
"": "ImageReviewSpec is a description of the pod creation request.",
52
-
"containers": "Containers is a list of a subset of the information in each container of the Pod being created.",
53
-
"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.",
54
-
"namespace": "Namespace is the namespace the pod is being created in.",
52
+
"containers": "containers is a list of a subset of the information in each container of the Pod being created.",
53
+
"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.",
54
+
"namespace": "namespace is the namespace the pod is being created in.",
"": "ImageReviewStatus is the result of the review for the pod creation request.",
63
-
"allowed": "Allowed indicates that all images were allowed to be run.",
64
-
"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.",
65
-
"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).",
63
+
"allowed": "allowed indicates that all images were allowed to be run.",
64
+
"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.",
65
+
"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).",
0 commit comments