You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strategic Merge Patch uses the go struct tag of the API objects to determine what lists should be merged and which ones should not. The metadata is available as struct tags on the API objects themselves and also available to clients as OpenAPI annotations.
The work done in #8490 to add structural OpenAPI schema of Tekton CRDs, enables the support for strategic merge patch.
According to the
kustomize
documentationFrom the sig-api-machinery:
This means that by including the extensions
x-kubernetes-patch-strategy
andx-kubernetes-patch-merge-key
on the OpenAPI schema of the relevant lists we can enable strategic merge patch.The text was updated successfully, but these errors were encountered: