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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ Currently validation comes into two flavors:
17
17
- Embedded OPA rules
18
18
- Webhooks
19
19
20
+
## Input
21
+
22
+
The input for mutation and validation is the job data and the request metadata. See the [`types.Payload` struct](./admissionctrl/types/opa_payload.go) and its json representation for more details.
23
+
20
24
## Mutation
21
25
22
26
During the mutation phase the job data is modified by the configured mutators.
0 commit comments