@@ -373,11 +373,12 @@ Examples on escaping:
373
373
374
374
Equality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1].
375
375
Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type :
376
- - ' set ' : ` X + Y` performs a union where the array positions of all elements in `X` are preserved and
377
- non-intersecting elements in `Y` are appended, retaining their partial order.
378
- - ' map ' : ` X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values
379
- are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with
380
- non-intersecting keys are appended, retaining their partial order.
376
+
377
+ - ' set ' : ` X + Y` performs a union where the array positions of all elements in `X` are preserved and
378
+ non-intersecting elements in `Y` are appended, retaining their partial order.
379
+ - ' map ' : ` X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values
380
+ are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with
381
+ non-intersecting keys are appended, retaining their partial order.
381
382
382
383
# ### Validation expression examples
383
384
@@ -425,8 +426,8 @@ the request is determined as follows:
425
426
426
427
1. If **any** match condition evaluated to `false` (regardless of other errors), the API server skips the policy.
427
428
2. Otherwise :
428
- - for [`failurePolicy : Fail`](#failure-policy), reject the request (without evaluating the policy).
429
- - for [`failurePolicy : Ignore`](#failure-policy), proceed with the request but skip the policy.
429
+ - for [`failurePolicy : Fail`](#failure-policy), reject the request (without evaluating the policy).
430
+ - for [`failurePolicy : Ignore`](#failure-policy), proceed with the request but skip the policy.
430
431
431
432
# ## Audit annotations
432
433
0 commit comments