You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`label=1.0.*`| Matches labels that start with **1.0.**. |
81
-
|`label=%00,1.0.0`| Matches labels `\0` or **1.0.0**, limited to five CSVs. |
79
+
|`label=1.0.0`| Matches label `1.0.0` exactly. |
80
+
|`label=1.0.*`| Matches labels that start with `1.0.`. |
81
+
|`label=%00,1.0.0`| Matches labels `\0` or `1.0.0`, limited to five CSVs. |
82
82
83
83
> [!NOTE]
84
84
> `*`, `,`, and `\` are reserved characters in queries. If a reserved character is used in your key names or labels, you must escape it by using `\{Reserved Character}` in queries.
0 commit comments