add blank line before list; do s/-/*/ for list-element prefix

This commit is contained in:
Thien-Thi Nguyen 2015-06-01 07:59:40 +02:00
parent c744b99c45
commit 8116350b45

View File

@ -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. 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: Example labels:
- `"release" : "stable"`, `"release" : "canary"`, ...
- `"environment" : "dev"`, `"environment" : "qa"`, `"environment" : "production"` * `"release" : "stable"`, `"release" : "canary"`, ...
- `"tier" : "frontend"`, `"tier" : "backend"`, `"tier" : "middleware"` * `"environment" : "dev"`, `"environment" : "qa"`, `"environment" : "production"`
- `"partition" : "customerA"`, `"partition" : "customerB"`, ... * `"tier" : "frontend"`, `"tier" : "backend"`, `"tier" : "middleware"`
- `"track" : "daily"`, `"track" : "weekly"` * `"partition" : "customerA"`, `"partition" : "customerB"`, ...
* `"track" : "daily"`, `"track" : "weekly"`
These are just examples; you are free to develop your own conventions. These are just examples; you are free to develop your own conventions.