Skip to content

Commit fd626e0

Browse files
authored
Merge pull request #250 from layer5io/leecalcote/docs/tags
Tags: grouping by key/value pairs
2 parents b1db525 + f36d30d commit fd626e0

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Working with Tags
3+
description: >
4+
Share design with other users and use control access to manage design access permissions and visibility.
5+
weight: 6
6+
categories: [Designer]
7+
tags: [designs, collaboration, review]
8+
---
9+
10+
## Overview
11+
12+
You can group components using tags. Tags are key-value pairs that help you organize and categorize components within your design. Tags can be used to visually group components. You can also use tags to filter components and view only those that match the tag criteria.
13+
14+
{{< alert title="Related Concept">}}
15+
Kubernetes resources are capable of being assigned Label and Annotation key/value pairs. When pairs of Labels or Annotations match, a relationship is formed and visualized as shown below.
16+
{{< /alert >}}
17+
18+
## Grouping Components with Tags
19+
20+
To group components using tags, follow these steps.
21+
22+
![Tags](./tagsets.gif)
23+
24+
## Labels and Annotations
25+
26+
Designs support two different types of tags: Labels and Annotations. Labels are often used to identify components and are visible on the design canvas. Annotations are often used to provide additional information about components.
27+
28+
<img alt="Labels and Annotations" src="./group-components.png" width="50%" />
29+
30+
{{< alert title="Performance Consideration" type="warning">}}
31+
Tags are indexed and searchable. However, the performance of design operations may degrade as the number of tags increases. To ensure an optimal user experience, we recommend using tags judiciously and limiting the number of tags used in a design.
32+
33+
MeshMap will disable grouping by tags when the number of tags exceeds 10 within a single Design.
34+
{{< /alert >}}
Loading
Loading

0 commit comments

Comments
 (0)