We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Users can animate edges in Meshery Designs by adding an annotation in the relationship definition for edges created in designs.
Add the following trick to an appropriate page.
Tip: To enable this animation for an edge, set the animation property of relationship metadata to "marching-ants".
Example filename: edge-firewall.json Example content:
{ "schemaVersion": "relationships.meshery.io/v1alpha2", "version": "v1.0.0", "kind": "Edge", "metadata": { "description": "A relationship that act as a firewall for ingress and egress traffic from Pods.", "animation": "marching-ants", "capabilities": { "designer": { "edit": { "style": true, "config": false, "label": false } } } }, "model": { "name": "kubernetes", ..... rest of relationship } }
The text was updated successfully, but these errors were encountered:
hey lee , I am interested to contribute to this issue can i get assigned
Sorry, something went wrong.
@iushdoescode sure, please go ahead. I'm assigning it to you
Incomplete. Reopening...
Given your recent question on the topic and in answer to it, @Alero-Awani, will you enhance this doc to include a description and snapshot of this:
Alero-Awani
Successfully merging a pull request may close this issue.
Current State
Users can animate edges in Meshery Designs by adding an annotation in the relationship definition for edges created in designs.
Desired State
Add the following trick to an appropriate page.
Tip:
To enable this animation for an edge, set the animation property of relationship metadata to "marching-ants".
Example filename: edge-firewall.json
Example content:
Contributor Guides and Resources
The text was updated successfully, but these errors were encountered: