From 09156191b569fe52da8365c88455ebbe8c2de644 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 20 Feb 2018 18:47:39 -0800 Subject: [PATCH] Add selector to glossary (#7466) Part of issue #5993 --- _data/glossary/selector.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _data/glossary/selector.yaml diff --git a/_data/glossary/selector.yaml b/_data/glossary/selector.yaml new file mode 100644 index 0000000000..6925dd9f7d --- /dev/null +++ b/_data/glossary/selector.yaml @@ -0,0 +1,13 @@ +id: selector +name: Selector +full-link: /docs/concepts/overview/working-with-objects/labels/ +related: +- label +tags: +- fundamental +short-description: > + Allows users to filter a list of resources based on labels. +long-description: > + Selectors are applied when querying lists of resources to filter + them by {% glossary_tooltip text="Labels" term_id="labels" + %}.