We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2727b commit 31142aaCopy full SHA for 31142aa
content/zh-cn/docs/tasks/manage-kubernetes-objects/declarative-config.md
@@ -994,8 +994,8 @@ This merges the list as though it was a map where each element is keyed
994
by `name`.
995
-->
996
此合并策略会使用每个字段上的一个名为 `patchMergeKey` 的特殊标签。
997
-Kubernetes 源代码中为每个字段定义了 `patchMergeKey`:
998
-[types.go](https://github.com/kubernetes/api/blob/d04500c8c3dda9c980b668c57abc2ca61efcf5c4/core/v1/types.go#L2747)
+Kubernetes 源代码文件 [types.go](https://github.com/kubernetes/api/blob/d04500c8c3dda9c980b668c57abc2ca61efcf5c4/core/v1/types.go#L2747)
+为每个字段定义了 `patchMergeKey`。
999
当合并由 map 组成的 list 时,给定元素中被设置为 `patchMergeKey` 的字段会被
1000
当做该元素的 map 键值来使用。
1001
0 commit comments