Skip to content
New issue

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

Add relations: to describe the relationship between components #21

Merged
merged 7 commits into from
Oct 3, 2020

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Oct 3, 2020

Add relations: to describe the relationship between components.

relations:
  -
    type: network
    components:
      - a
      - b

is the same as

network:
  -
    route:
      - a
      - b

@k1LoW k1LoW self-assigned this Oct 3, 2020
@k1LoW k1LoW merged commit 6340590 into master Oct 3, 2020
@k1LoW k1LoW deleted the relations branch October 3, 2020 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant