From b6a6b81577c280d8c293c866a3458a63d4df78bd Mon Sep 17 00:00:00 2001 From: PARKINHYO Date: Mon, 26 Sep 2022 23:03:35 +0900 Subject: [PATCH] Fix typo of the contents --- content/en/docs/concepts/overview/kubernetes-api.md | 2 +- .../update-api-object-kubectl-patch.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/overview/kubernetes-api.md b/content/en/docs/concepts/overview/kubernetes-api.md index 76d53cc334..6badc01ea0 100644 --- a/content/en/docs/concepts/overview/kubernetes-api.md +++ b/content/en/docs/concepts/overview/kubernetes-api.md @@ -108,7 +108,7 @@ are provided in the following format: } } ``` - + The relative URLs are pointing to immutable OpenAPI descriptions, in order to improve client-side caching. The proper HTTP caching headers diff --git a/content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md b/content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md index 29eae73ea0..31f594a127 100644 --- a/content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md +++ b/content/en/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch.md @@ -161,7 +161,7 @@ You can also see the patch strategy in the "x-kubernetes-patch-strategy": "merge" } ``` - + And you can see the patch strategy in the [Kubernetes API documentation](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core). @@ -387,7 +387,7 @@ You can also see the `retainKeys` strategy in the [OpenApi spec](https://raw.git .... } ``` - + And you can see the `retainKeys` strategy in the [Kubernetes API documentation](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#deploymentspec-v1-apps).