Skip to content

Commit

Permalink
add type to wasm relationships
Browse files Browse the repository at this point in the history
Signed-off-by: codeSafari10 <[email protected]>
  • Loading branch information
codeSafari10 committed Jul 15, 2024
1 parent 63f1fa3 commit 2991887
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "v1.0.0",
"kind": "Hierarchical",
"metadata": {
"description": "A hierarchical inventory relationship in which the configuration of (parent) component is patched with the configuration of other (child) component. Eg: The configuration of the EnvoyFilter (parent) component is patched with the configuration as received from WASMFilter (child) component."
"description": "A hierarchical inventory relationship in which the configuration of (parent) component is patched with the configuration of other (child) component. Eg: The configuration of the EnvoyFilter (parent) component is patched with the configuration as received from WASMFilter (child) component.",
"type": "SingularNodeInventoryWallet"
},
"model": {
"schemaVersion": "models.meshery.io/v1beta1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "v1.0.0",
"kind": "Hierarchical",
"metadata": {
"description": "A hierarchical inventory relationship in which the configuration of (parent) component is patched with the configuration of other (child) component. Eg: The configuration of the EnvoyFilter (parent) component is patched with the configuration as received from WASMFilter (child) component."
"description": "A hierarchical inventory relationship in which the configuration of (parent) component is patched with the configuration of other (child) component. Eg: The configuration of the EnvoyFilter (parent) component is patched with the configuration as received from WASMFilter (child) component.",
"type": "SingularNodeInventoryWallet"
},
"model": {
"schemaVersion": "models.meshery.io/v1beta1",
Expand Down

0 comments on commit 2991887

Please sign in to comment.