Merge pull request #33088 from Jitsusama/patch-1
Fix Minor Typo on API Concepts Page
This commit is contained in:
@@ -15,8 +15,8 @@ primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE,
|
|||||||
GET).
|
GET).
|
||||||
|
|
||||||
For some resources, the API includes additional subresources that allow
|
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 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.
|
representations for convenience or efficiency.
|
||||||
|
|
||||||
Kubernetes supports efficient change notifications on resources via *watches*.
|
Kubernetes supports efficient change notifications on resources via *watches*.
|
||||||
|
|||||||
Reference in New Issue
Block a user