File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
keps/sig-api-machinery/3962-mutating-admission-policies Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -246,8 +246,9 @@ spec:
246
246
` ` `
247
247
The field ` patchType` is used to specify which strategy is used for the mutation.
248
248
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.
251
252
252
253
Note :
253
254
- " JSONPatch" should be supported before the feature going to beta
You can’t perform that action at this time.
0 commit comments