Skip to content

Commit 5aa0dfd

Browse files
committed
Adding info on fallback to JSONPatch
1 parent 648eb59 commit 5aa0dfd

File tree

1 file changed

+3
-2
lines changed
  • keps/sig-api-machinery/3962-mutating-admission-policies

1 file changed

+3
-2
lines changed

keps/sig-api-machinery/3962-mutating-admission-policies/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,9 @@ spec:
246246
```
247247
The field `patchType` is used to specify which strategy is used for the mutation.
248248
Supported values include "ApplyConfiguration", "JSONPatch".
249-
The "ApplyConfiguration" strategy will prevent user from manipulating atomic list.
250-
For any mutation requires modification on atomic list, "JSONPatch" strategy is needed.
249+
The "ApplyConfiguration" strategy will prevent user from performing ambiguous action like manipulating atomic list.
250+
The detailed definition of ambiguous action should be reviewed before beta.
251+
For any mutation requires modification regarding with ambiguous action, "JSONPatch" strategy is needed.
251252

252253
Note:
253254
- "JSONPatch" should be supported before the feature going to beta

0 commit comments

Comments
 (0)