Files

18 lines
334 B
CUE

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