From bc11525894f0eaedd340e5ceec6aeb72c97c49ea Mon Sep 17 00:00:00 2001 From: olu-fola <35351722+olu-folarin@users.noreply.github.com> Date: Sat, 7 Sep 2024 15:18:27 +0100 Subject: [PATCH 1/2] Update kubernetes-api.md: tenses and punctuation ## What Change is Proposed? The tenses of the changed words and a punctuation mark **a comma** ## Why the Change? To improve readability and tense structure. --- content/en/docs/concepts/overview/kubernetes-api.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/concepts/overview/kubernetes-api.md b/content/en/docs/concepts/overview/kubernetes-api.md index fe95c7e9fd..dbd0071dcf 100644 --- a/content/en/docs/concepts/overview/kubernetes-api.md +++ b/content/en/docs/concepts/overview/kubernetes-api.md @@ -49,9 +49,9 @@ endpoints. The OpenAPI v3 is the preferred method for accessing OpenAPI as it provides a more comprehensive and accurate view of the API. It includes all the available - API paths, as well as all resources consumed and produced for every operations - on every endpoints. It also includes any extensibility components that a cluster supports. - The data is a complete specification and is significantly larger than that from the + API paths, as well as all resources consumed and produced for every operation + on every endpoint. It also includes any extensibility components that a cluster supports. + The data is a complete specification and is significantly larger than that of the Discovery API. ## Discovery API @@ -65,8 +65,8 @@ the Discovery API. This includes the following for each resource: - Alternative names - Group, version, kind -The API is available both aggregated and unaggregated form. The aggregated -discovery serves two endpoints while the unaggregated discovery serves a +The API is available in both aggregated and unaggregated form. The aggregated +discovery serves two endpoints, while the unaggregated discovery serves a separate endpoint for each group version. ### Aggregated discovery From b1cc8f7b3d22d6b18ff10bd326dd66a6cff24589 Mon Sep 17 00:00:00 2001 From: olu-fola <35351722+olu-folarin@users.noreply.github.com> Date: Tue, 10 Sep 2024 07:15:45 +0100 Subject: [PATCH 2/2] Update kubernetes-api.md Revert changes made to some words' tenses on lines 49 to 52 --- content/en/docs/concepts/overview/kubernetes-api.md | 6 +++--- 1 file 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 dbd0071dcf..889a762088 100644 --- a/content/en/docs/concepts/overview/kubernetes-api.md +++ b/content/en/docs/concepts/overview/kubernetes-api.md @@ -49,9 +49,9 @@ endpoints. The OpenAPI v3 is the preferred method for accessing OpenAPI as it provides a more comprehensive and accurate view of the API. It includes all the available - API paths, as well as all resources consumed and produced for every operation - on every endpoint. It also includes any extensibility components that a cluster supports. - The data is a complete specification and is significantly larger than that of the + API paths, as well as all resources consumed and produced for every operations + on every endpoints. It also includes any extensibility components that a cluster supports. + The data is a complete specification and is significantly larger than that from the Discovery API. ## Discovery API