Skip to main content

Json-merge-patch

TypeTrait

Parameters

No parameters available

Template

The following tabs display the definition's Cue template and the rendered YAML. The rendered YAML is the output of the Cue template when the definition is applied to a cluster.

"json-merge-patch": {
type: "trait"
annotations: {}
labels: {
"ui-hidden": "true"
}
description: "Patch the output following Json Merge Patch strategy, following RFC 7396."
attributes: {}
}
template: {
parameter: {...}
// +patchStrategy=jsonMergePatch
patch: parameter
}