Skip to content

Commit

Permalink
move access/auth content to reference folder, add TOC (#8624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradamant3 authored and k8s-ci-robot committed May 23, 2018
1 parent f4158d6 commit 1f557bd
Show file tree
Hide file tree
Showing 24 changed files with 51 additions and 489 deletions.
5 changes: 5 additions & 0 deletions content/en/docs/reference/access-authn-authz/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Accessing the API
weight: 20
toc-hide: true
---
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ reviewers:
- lavalamp
- deads2k
- liggitt
title: ABAC Mode
title: Using ABAC Authorization
content_template: templates/concept
weight: 80
---

{{% capture overview %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ reviewers:
- janetkuo
- thockin
title: Using Admission Controllers
weight: 30
---

{{< toc >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ reviewers:
- deads2k
- liggitt
title: Authenticating
weight: 10
---

{{< toc >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ reviewers:
- lavalamp
- deads2k
- liggitt
title: Overview
title: Authorization Overview
content_template: templates/concept
weight: 60
---

{{% capture overview %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
reviewers:
- jbeda
title: Authenticating with Bootstrap Tokens
weight: 20
---

{{< toc >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reviewers:
- erictune
- lavalamp
title: Controlling Access to the Kubernetes API
weight: 5
---

Users [access the API](docs/tasks/access-application-cluster/access-cluster/) using `kubectl`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ reviewers:
- caesarxuchao
- deads2k
title: Dynamic Admission Control
weight: 40
---

{{< toc >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
- liggitt
- ericchiang
title: Using Node Authorization
weight: 90
---

{{< toc >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reviewers:
- deads2k
- liggitt
title: Using RBAC Authorization
weight: 70
---

{{< toc >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ reviewers:
- lavalamp
- liggitt
title: Managing Service Accounts
weight: 50
---

*This is a Cluster Administrator guide to service accounts. It assumes knowledge of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ reviewers:
- liggitt
title: Webhook Mode
content_template: templates/concept
weight: 95
---

{{% capture overview %}}
Expand Down
226 changes: 0 additions & 226 deletions content/en/docs/reference/feature-gates.md

This file was deleted.

5 changes: 5 additions & 0 deletions content/en/docs/reference/issues-security/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Kubernetes Issues and Security
weight: 10
toc-hide: true
---
6 changes: 6 additions & 0 deletions content/en/docs/reference/issues-security/issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Kubernetes Issue Tracker
weight: 10
---

Work on Kubernetes code is tracked using [GitHub Issues](https://github.com/kubernetes/kubernetes/issues/).
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ reviewers:
- erictune
- philips
- jessfraz
weight: 20
---

## Security Announcements
Expand Down
5 changes: 5 additions & 0 deletions content/en/docs/reference/using-api/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Using the Kubernetes API
weight: 10
toc-hide: true
---
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ reviewers:
- lavalamp
- liggitt
content_template: templates/concept
weight: 20
---

{{% capture overview %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ reviewers:
- lavalamp
- jbeda
content_template: templates/concept
weight: 10
---

{{% capture overview %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Client Libraries
reviewers:
- ahmetb
content_template: templates/concept
weight: 30
---

{{% capture overview %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reviewers:
- lavalamp
- thockin
title: Kubernetes Deprecation Policy
weight: 40
---

Kubernetes is a large system with many components and many contributors. As
Expand Down
Loading

0 comments on commit 1f557bd

Please sign in to comment.