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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,10 @@ In order to use the generic list view, you need to adjust the node’s `conten
26
26
27
27
- in the `"resourceDefinition"` the given fields need to be specified: `group, plural, singular, kind, scope, namespace` describing properties of the resource.
28
28
- Also `"resourceDefinition"` have optional field `readyCondition` that describing when resource treated as ready
29
-
It's an object that contain two fields. `jsonPathExpression` that contain JSONPath expression for complex data access and `property` JSON path to the resource property that contain info about resource ready state
29
+
It's an object that contain two fields. `jsonPathExpression` that contain JSONPath expression for complex data access and ready status matching and `property` JSON path to the resource property that contain info about resource ready state
0 commit comments