Merge pull request #33088 from Jitsusama/patch-1

Fix Minor Typo on API Concepts Page
This commit is contained in:
Kubernetes Prow Robot
2022-06-13 22:21:32 -07:00
committed by GitHub
@@ -15,8 +15,8 @@ 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
retrieving its logs), and can accept and serve those resources in different
fine grained authorization (such as separate views for Pod details and
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*.