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
|`name`| Name of the component/config |`string`| No |
32
-
|`namespace`| Select resources in this namespace only, if empty find resources in all namespaces |`string`| No |
33
-
|`types`| Match any of the types specified |`[]string`| No |
34
-
|`statuses`| Match any of the statuses specified |`[]string`| No |
35
-
|`labelSelector`| Kubernetes Style Label Selector |[LabelSelector](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/)| No |
36
-
|`fieldSelector`| Kubernetes Style Field Selector Property fields of the component in kubernetes format (or database columns: owner, topology_id, parent_id) |[FieldSelector](https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/)| No |
37
-
|`agent`| Select resources created on this agent, Defaults to `local`|`uuid`, `{name}`, `local` or `all`| No |
38
-
|`cache`| Cache settings to use for the results, expensive selectors or selectors that are used often should be cached for longer periods. Defaults to `max-age=10m`|`no-cache`, `no-store` or `max-age={duration}`| No |
39
-
|`search`| Search for resources via key value pairs using parsing expression grammar |[Search](#search)| No |
40
-
41
-
## Search
42
-
43
-
The query syntax is `field1=value1 field2>value2 field3=value3* field4=*value4`. `*` is for prefix and suffix matching.
|`name`| Name of the component/config |`string`| No |
41
-
|`namespace`| Select resources in this namespace only, if empty find resources in all namespaces |`string`| No || No |
42
-
|`labelSelector`| Kubernetes Style Label Selector |[LabelSelector](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/)| No |
43
-
|`fieldSelector`| Kubernetes Style Field Selector Property fields of the component in kubernetes format (or database columns: owner, topology_id, parent_id) |[FieldSelector](https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/)| No |
44
-
|`search`| Search for resources via key value pairs using parsing expression grammar |[Search](#search)| No |
45
-
46
-
### Search
47
-
48
-
The query syntax is `field1=value1 field2>value2 field3=value3* field4=*value4`. `*` is for prefix and suffix matching.
Resource Selectors are used in multiple places including:
11
4
@@ -24,9 +17,9 @@ Resource Selectors are used in multiple places including:
24
17
|`fieldSelector`| Kubernetes Style Field Selector Property fields of the component in kubernetes format (or database columns: owner, topology_id, parent_id) |[FieldSelector](https://kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/)| No |
25
18
|`agent`| Select resources created on this agent, Defaults to `local`|`uuid`, `{name}`, `local` or `all`| No |
26
19
|`cache`| Cache settings to use for the results, expensive selectors or selectors that are used often should be cached for longer periods. Defaults to `max-age=10m`|`no-cache`, `no-store` or `max-age={duration}`| No |
27
-
|`search`| Search for resources via key value pairs using parsing expression grammar |`#search`| No |
20
+
|`search`| Search for resources via key value pairs using parsing expression grammar |[Search](#search)| No |
28
21
29
-
## Search
22
+
###Search
30
23
31
24
The query syntax is `field1=value1 field2>value2 field3=value3* field4=*value4`. `*` is for prefix and suffix matching.
0 commit comments