Skip to content

Commit 0a11461

Browse files
Fix patchStrategy marker
1 parent 8f9988f commit 0a11461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/using-api/server-side-apply.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ you can set these markers when you define the custom resource.
311311
| `//+structType` | `x-kubernetes-map-type` | `atomic`/`granular` | Applicable to structs; otherwise same usage and OpenAPI annotation as `//+mapType`.|
312312

313313
If `listType` is missing, the API server interprets a
314-
`patchMergeStrategy=merge` marker as a `listType=map` and the
314+
`patchStrategy=merge` marker as a `listType=map` and the
315315
corresponding `patchMergeKey` marker as a `listMapKey`.
316316

317317
The `atomic` list type is recursive.

0 commit comments

Comments
 (0)