From 4ca310a572dacb583eb894ff218d64f60e85f3cb Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Mon, 1 Jun 2015 11:21:54 +0200 Subject: [PATCH] add blank line before list --- docs/annotations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/annotations.md b/docs/annotations.md index b6fed138964..58b8d55eb1a 100644 --- a/docs/annotations.md +++ b/docs/annotations.md @@ -13,6 +13,7 @@ Like labels, annotations are key-value maps. ``` Possible information that could be recorded in annotations: + * fields managed by a declarative configuration layer, to distinguish them from client- and/or server-set default values and other auto-generated fields, fields set by auto-sizing/auto-scaling systems, etc., in order to facilitate merging * build/release/image information (timestamps, release ids, git branch, PR numbers, image hashes, registry address, etc.) * pointers to logging/monitoring/analytics/audit repos