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
Copy file name to clipboardExpand all lines: docs/readme-generic-ui.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,17 @@ In order to use the generic list view, you need to adjust the node’s `conten
24
24
25
25
- context resource definition `"context"`
26
26
27
-
- in the `"resourceDefinition"` the given fields need to be specified: `group, plural, singular, kind, scope, namespace` describing
28
-
properties of the resource.
27
+
- in the `"resourceDefinition"` the given fields need to be specified: `group, plural, singular, kind, scope, namespace` describing properties of the resource.
28
+
- Also `"resourceDefinition"` have optional field `readyCondition` that describing when resource treated as ready
29
+
It's an object that contains two fields:
30
+
-`jsonPathExpression`: JSONPath expression used to evaluate whether the resource is ready at runtime
31
+
-`property`: JSON path(s) used to generate GraphQL fields to fetch the necessary data for readiness evaluation
0 commit comments