mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-23 22:46:53 +00:00
18 lines
334 B
CUE
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
|
|
}
|