Add “API group” to glossary #15906 (#16192)

Created API Group glossary term
Linked glossary term to applicable pages
This commit is contained in:
Ashish
2019-10-23 11:42:17 -04:00
committed by Kubernetes Prow Robot
parent 8d51203aef
commit 3c88fb1c14
3 changed files with 22 additions and 3 deletions
@@ -13,7 +13,7 @@ Role-based access control (RBAC) is a method of regulating access to computer or
{{% /capture %}}
{{% capture body %}}
`RBAC` uses the `rbac.authorization.k8s.io` API group
`RBAC` uses the `rbac.authorization.k8s.io` {{< glossary_tooltip text="API Group" term_id="api-group" >}}
to drive authorization decisions, allowing admins to dynamically configure policies
through the Kubernetes API.
@@ -286,7 +286,7 @@ rules:
Only the `rules` section is shown in the following examples.
Allow reading the resource "pods" in the core API group:
Allow reading the resource "pods" in the core {{< glossary_tooltip text="API Group" term_id="api-group" >}}:
```yaml
rules: