Various searches and replaces. Movement of TOC association to recursive loop function tocsearch.html

This commit is contained in:
johndmulhausen
2016-02-13 03:07:37 -08:00
parent de1dd5d26d
commit 6c9558f7c2
270 changed files with 10836 additions and 16324 deletions
+3 -7
View File
@@ -1,23 +1,19 @@
---
title: "Annotations"
---
# Annotations
We have [labels](labels.html) for identifying metadata.
We have [labels](labels) for identifying metadata.
It is also useful to be able to attach arbitrary non-identifying metadata, for retrieval by API clients such as tools, libraries, etc. This information may be large, may be structured or unstructured, may include characters not permitted by labels, etc. Such information would not be used for object selection and therefore doesn't belong in labels.
Like labels, annotations are key-value maps.
{% highlight json %}
{% raw %}
"annotations": {
"key1" : "value1",
"key2" : "value2"
}
{% endraw %}
{% endhighlight %}
Possible information that could be recorded in annotations: