update readme about strategic-merge-patch

This commit is contained in:
zouyee 2017-10-19 23:59:07 +08:00
parent 9a7800f7d2
commit d19c4d5a18

View File

@ -4,7 +4,7 @@ This folder contains an [OpenAPI specification][openapi] for Kubernetes API.
## Vendor Extensions ## Vendor Extensions
Kuberntes extends OpenAPI using these extensions. Note the version that Kuberntes extends OpenAPI using these extensions. Note the version that
extensions has been added. extensions has been added.
### `x-kubernetes-group-version-kind` ### `x-kubernetes-group-version-kind`
@ -56,5 +56,5 @@ For example:
### `x-kubernetes-patch-strategy` and `x-kubernetes-patch-merge-key` ### `x-kubernetes-patch-strategy` and `x-kubernetes-patch-merge-key`
Some of the definitions may have these extensions. For more information about PatchStrategy and PatchMergeKey see Some of the definitions may have these extensions. For more information about PatchStrategy and PatchMergeKey see
[strategic-merge-patch] (https://github.com/kubernetes/community/blob/3a1e6d22f812751ee88eccf7c59101852de63d5b/contributors/devel/strategic-merge-patch.md). [strategic-merge-patch] (https://github.com/kubernetes/community/blob/master/contributors/devel/strategic-merge-patch.md).