From bf0c2cfcf7f55b4571aef80fd6bd8d54330f8b1e Mon Sep 17 00:00:00 2001 From: Joel Gerber Date: Thu, 21 Apr 2022 11:35:46 -0400 Subject: [PATCH 1/4] Fix a minor typo in the 2nd paragraph of overview --- content/en/docs/reference/using-api/api-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/using-api/api-concepts.md b/content/en/docs/reference/using-api/api-concepts.md index 2e4fb85df2..a458cdff2d 100644 --- a/content/en/docs/reference/using-api/api-concepts.md +++ b/content/en/docs/reference/using-api/api-concepts.md @@ -15,7 +15,7 @@ primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE, GET). For some resources, the API includes additional subresources that allow -fine grained authorization (such as a separating viewing details for a Pod from +fine grained authorization (such as separating viewing details for a Pod from retrieving its logs), and can accept and serve those resources in different representations for convenience or efficiency. From f3adb2cd66aea0aed3d5d78f90da46409bac0ffb Mon Sep 17 00:00:00 2001 From: Joel Gerber Date: Fri, 22 Apr 2022 07:06:31 -0400 Subject: [PATCH 2/4] Update content/en/docs/reference/using-api/api-concepts.md Co-authored-by: divya-mohan0209 --- content/en/docs/reference/using-api/api-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/using-api/api-concepts.md b/content/en/docs/reference/using-api/api-concepts.md index a458cdff2d..a7a8f1d059 100644 --- a/content/en/docs/reference/using-api/api-concepts.md +++ b/content/en/docs/reference/using-api/api-concepts.md @@ -15,7 +15,7 @@ primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE, GET). For some resources, the API includes additional subresources that allow -fine grained authorization (such as separating viewing details for a Pod from +fine grained authorization (such as separate viewing details for a Pod from retrieving its logs), and can accept and serve those resources in different representations for convenience or efficiency. From c00146a3a67c216524998a7fa3c2761eba28ab86 Mon Sep 17 00:00:00 2001 From: Joel Gerber Date: Mon, 25 Apr 2022 07:41:33 -0400 Subject: [PATCH 3/4] Update content/en/docs/reference/using-api/api-concepts.md Co-authored-by: divya-mohan0209 --- content/en/docs/reference/using-api/api-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/using-api/api-concepts.md b/content/en/docs/reference/using-api/api-concepts.md index a7a8f1d059..f31bfaff40 100644 --- a/content/en/docs/reference/using-api/api-concepts.md +++ b/content/en/docs/reference/using-api/api-concepts.md @@ -15,7 +15,7 @@ primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE, GET). For some resources, the API includes additional subresources that allow -fine grained authorization (such as separate viewing details for a Pod from +fine grained authorization (such as separate views for Pod details and retrieving its logs), and can accept and serve those resources in different representations for convenience or efficiency. From 47be146d8625f1d8590ac0a1af4d8aef82644179 Mon Sep 17 00:00:00 2001 From: Joel Gerber Date: Mon, 25 Apr 2022 07:41:46 -0400 Subject: [PATCH 4/4] Update content/en/docs/reference/using-api/api-concepts.md Co-authored-by: divya-mohan0209 --- content/en/docs/reference/using-api/api-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/using-api/api-concepts.md b/content/en/docs/reference/using-api/api-concepts.md index f31bfaff40..1a722acffd 100644 --- a/content/en/docs/reference/using-api/api-concepts.md +++ b/content/en/docs/reference/using-api/api-concepts.md @@ -16,7 +16,7 @@ GET). For some resources, the API includes additional subresources that allow fine grained authorization (such as separate views for Pod details and -retrieving its logs), and can accept and serve those resources in different +log retrievals), and can accept and serve those resources in different representations for convenience or efficiency. Kubernetes supports efficient change notifications on resources via *watches*.