From 8116350b45a71f294f54eedb5a440e1927b008fc Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 1 Jun 2015 07:59:40 +0200 Subject: [PATCH] add blank line before list; do s/-/*/ for list-element prefix --- docs/labels.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/labels.md b/docs/labels.md index 928740f2c53..516a0b6a74f 100644 --- a/docs/labels.md +++ b/docs/labels.md @@ -21,11 +21,12 @@ Labels enable users to map their own organizational structures onto system objec Service deployments and batch processing pipelines are often multi-dimensional entities (e.g., multiple partitions or deployments, multiple release tracks, multiple tiers, multiple micro-services per tier). Management often requires cross-cutting operations, which breaks encapsulation of strictly hierarchical representations, especially rigid hierarchies determined by the infrastructure rather than by users. Example labels: - - `"release" : "stable"`, `"release" : "canary"`, ... - - `"environment" : "dev"`, `"environment" : "qa"`, `"environment" : "production"` - - `"tier" : "frontend"`, `"tier" : "backend"`, `"tier" : "middleware"` - - `"partition" : "customerA"`, `"partition" : "customerB"`, ... - - `"track" : "daily"`, `"track" : "weekly"` + + * `"release" : "stable"`, `"release" : "canary"`, ... + * `"environment" : "dev"`, `"environment" : "qa"`, `"environment" : "production"` + * `"tier" : "frontend"`, `"tier" : "backend"`, `"tier" : "middleware"` + * `"partition" : "customerA"`, `"partition" : "customerB"`, ... + * `"track" : "daily"`, `"track" : "weekly"` These are just examples; you are free to develop your own conventions.