Add notes for strategic merge patch is not supported for CR

Kubernetes-commit: 4f85a584800c7967c181798387eacbe0d5e75da4
This commit is contained in:
Manish Kumar 2022-09-15 11:40:46 +05:30 committed by Kubernetes Publisher
parent b5969a3f76
commit e19db057bd
1 changed files with 3 additions and 1 deletions

View File

@ -80,7 +80,9 @@ var (
patchLong = templates.LongDesc(i18n.T(`
Update fields of a resource using strategic merge patch, a JSON merge patch, or a JSON patch.
JSON and YAML formats are accepted.`))
JSON and YAML formats are accepted.
Note: Strategic merge patch is not supported for custom resources.`))
patchExample = templates.Examples(i18n.T(`
# Partially update a node using a strategic merge patch, specifying the patch as JSON