Add selector to glossary (#7466)

Part of issue #5993
This commit is contained in:
Sean Dague
2018-02-20 18:47:39 -08:00
committed by k8s-ci-robot
parent 12dea3197f
commit 09156191b5
+13
View File
@@ -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"
%}.