Skip to content

Commit

Permalink
Update API group url
Browse files Browse the repository at this point in the history
The "core API group" url points to a wrong page that does not explain anything about "core API group". Update the url to point to the correct page.
  • Loading branch information
chenxuc authored Oct 9, 2020
1 parent c1a80a4 commit 4688a36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Kubernetes reviews only the following API request attributes:
* **Resource** - The ID or name of the resource that is being accessed (for resource requests only) -- For resource requests using `get`, `update`, `patch`, and `delete` verbs, you must provide the resource name.
* **Subresource** - The subresource that is being accessed (for resource requests only).
* **Namespace** - The namespace of the object that is being accessed (for namespaced resource requests only).
* **API group** - The {{< glossary_tooltip text="API Group" term_id="api-group" >}} being accessed (for resource requests only). An empty string designates the [core API group](/docs/concepts/overview/kubernetes-api/).
* **API group** - The {{< glossary_tooltip text="API Group" term_id="api-group" >}} being accessed (for resource requests only). An empty string designates the [core API group](/docs/reference/using-api/api-overview/#api-groups).

## Determine the Request Verb

Expand Down

0 comments on commit 4688a36

Please sign in to comment.