summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuinton Hoole <quinton.hoole@huawei.com>2017-11-16 16:52:35 -0800
committerQuinton Hoole <quinton.hoole@huawei.com>2017-11-16 16:52:35 -0800
commitb2dc94a86a40c2aa2245691841a338a3e10de924 (patch)
treefcb794a3faa7eb0d39ca16aa619faf8acd18d0df
parent7b959dfbf79eded1c7695c265f2191e2cd26bac2 (diff)
Added Table of Contents
-rw-r--r--contributors/devel/architectural-roadmap.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/contributors/devel/architectural-roadmap.md b/contributors/devel/architectural-roadmap.md
index 51585bf3..0bb469ec 100644
--- a/contributors/devel/architectural-roadmap.md
+++ b/contributors/devel/architectural-roadmap.md
@@ -12,7 +12,26 @@ Intended audience: Kubernetes contributors
* * *
-[[TOC]]
+<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
+**Table of Contents**
+
+- [Kubernetes Architectural Roadmap](#kubernetes-architectural-roadmap)
+ - [Summary/TL;DR](#summarytldr)
+ - [Background](#background)
+ - [System Layers](#system-layers)
+ - [The Nucleus: API and Execution](#the-nucleus-api-and-execution)
+ - [The API and cluster control plane](#the-api-and-cluster-control-plane)
+ - [Execution](#execution)
+ - [The Application Layer: Deployment and Routing](#the-application-layer-deployment-and-routing)
+ - [The Governance Layer: Automation and Policy Enforcement](#the-governance-layer-automation-and-policy-enforcement)
+ - [The Interface Layer: Libraries and Tools](#the-interface-layer-libraries-and-tools)
+ - [The Ecosystem](#the-ecosystem)
+ - [Managing the matrix](#managing-the-matrix)
+ - [Layering of the system as it relates to security](#layering-of-the-system-as-it-relates-to-security)
+ - [Next Steps](#next-steps)
+
+<!-- markdown-toc end -->
+
## Summary/TL;DR