From 19e9633be98bf4ec0537d4af7e19b7362b3f3981 Mon Sep 17 00:00:00 2001 From: Brad Topol Date: Tue, 5 Dec 2017 14:23:49 -0800 Subject: [PATCH] Added labels to glossary Signed-off-by: Brad Topol --- _data/glossary/labels.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _data/glossary/labels.yaml diff --git a/_data/glossary/labels.yaml b/_data/glossary/labels.yaml new file mode 100644 index 0000000000..024620571c --- /dev/null +++ b/_data/glossary/labels.yaml @@ -0,0 +1,9 @@ +id: labels +name: Labels +full-link: /docs/concepts/overview/working-with-objects/labels +tags: +- fundamental +short-description: > + Used to tag objects with identifying attributes that are meaningful and relevant to users. +long-description: > + Labels are key/value pairs that are attached to objects, such as pods. They can be used to organize and to select subsets of objects. \ No newline at end of file