From 962373fd59eced26ed87805268f815f9f2286354 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Thu, 28 Dec 2017 16:41:05 -0500 Subject: [PATCH] update labels glossary (#6626) --- _data/glossary/labels.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_data/glossary/labels.yaml b/_data/glossary/labels.yaml index 024620571c..c74accddb5 100644 --- a/_data/glossary/labels.yaml +++ b/_data/glossary/labels.yaml @@ -1,9 +1,10 @@ -id: labels -name: Labels +id: label +name: Label 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. + Tags 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 + Labels are key/value pairs that are attached to objects such as {% glossary_tooltip text="Pods" term_id="pod" %}. + They are used to organize and to select subsets of objects.