Skip to content

Commit

Permalink
docs: add ToC to README (per #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Oct 13, 2019
1 parent 9c96b38 commit f3fb263
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ A micro-framework for building Kubernetes [Admission Controllers](https://kubern

---

- [Using the Framework](#using-the-framework)
- [Built-In AdmitFuncs](#built-in-admitfuncs)
- [Creating Your Own AdmitFunc](#creating-your-own-admitfunc)
- [Configuring & Deploying a Server](#configuring--deploying-a-server)
- [Pre-requisites](#pre-requisites)
- [Setup](#setup)
- [Configuring a Server](#configuring-a-server)
- [Generating TLS Certificates](#generating-tls-certificates)
- [Deploying the Admission Controller](#deploying-the-admission-controller)
- [Troubleshooting](#troubleshooting)
- [Contributing](#contributing)
- [License](#license)

---

## Using the Framework

### Built-In AdmitFuncs
Expand Down

0 comments on commit f3fb263

Please sign in to comment.