1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
This commit is contained in:
Aidan Reilly
2024-06-19 16:28:25 +01:00
committed by openshift-cherrypick-robot
parent 2e8454eb70
commit 6409667e35

View File

@@ -38,7 +38,7 @@ Replacing a list in a merge patch is supported.
|Merging and replacing lists is supported in a limited fashion - you can only merge one object in the list.
|Does not currently support the link:https://spec.openapis.org/oas/latest.html[OpenAPI specification] for resource patching.
This means that additional directives are required in the patch to merge content that does not follow a schema, for example `PtpConfig` resources.
This means that additional directives are required in the patch to merge content that does not follow a schema, for example, `PtpConfig` resources.
|Works by replacing fields and values with values as defined by the patch.
|Requires additional directives, for example, `$patch: replace` in the patch to merge content that does not follow a schema.