Use a common set of tag prefixes for munges

All munges now start with `<!-- BEGIN MUNGE:` and end with `<!-- END MUNGE:`.
This lets me (in a followup) filter them better to normalize contents during
verification of generated docs.
This commit is contained in:
Tim Hockin
2015-07-10 21:50:56 -07:00
parent 8fceb754d8
commit ad8f8731b6
5 changed files with 36 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
# Networking in Kubernetes
**Table of Contents**
<!-- BEGIN GENERATED TOC -->
<!-- BEGIN MUNGE: GENERATED_TOC -->
- [Networking in Kubernetes](#networking-in-kubernetes)
- [Summary](#summary)
- [Docker model](#docker-model)
@@ -14,7 +14,7 @@
- [Calico](#calico)
- [Other reading](#other-reading)
<!-- END GENERATED TOC -->
<!-- END MUNGE: GENERATED_TOC -->
Kubernetes approaches networking somewhat differently than Docker does by
default. There are 4 distinct networking problems to solve: