forked from meshery/meshery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lee Calcote <[email protected]>
- Loading branch information
1 parent
e110687
commit 1a7f5c3
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: 🖥 💡 MeshModal Update | ||
about: An update, addition, or removal of one or more of the model, component, relationship, policy within MeshModel | ||
title: '[MeshModel]' | ||
labels: component/meshmodel | ||
assignees: '' | ||
--- | ||
|
||
#### Issue Type | ||
- [ ] Update | ||
- [ ] Addition | ||
- [ ] Removal | ||
|
||
#### Desired Behavior | ||
<!-- A brief description of the enhancement. --> | ||
|
||
#### Implementation | ||
<!-- Specifics on the approach to fulfilling the feature request. --> | ||
|
||
#### Instructions for Defining a new Relationship | ||
1. Identify the relationship and any specific constraints to be enforced between the two specific components, their models or potentially other components, models, or environmental considerations. | ||
2. Propose a specific visual representation for the relationship. Review and familiarize with the available set of predefined relationship types. | ||
3. Prospose the appropriate relationship type, using one of the predefined set of relationship types or suggest a new relationship where an existing type does not fit. | ||
4. Create a Relationship Definition (yaml). See the [Relationship Schema](https://github.com/meshery/meshery/tree/master/server/meshmodel/schemas) in MeshModel and [examples]([url](https://github.com/meshery/meshery/tree/master/server/meshmodel/relationships)). | ||
5. Create a policy for evaluation of the relationship (rego). See examples. | ||
|
||
--- | ||
|
||
#### Contributor [Guides](https://docs.meshery.io/project/contributing) and [Handbook](https://layer5.io/community/handbook) | ||
|
||
- [MeshModel Repository](https://github.com/meshery/meshery/tree/master/server/meshmodel) | ||
- 🖥 [MeshModel Overview](#) | ||
- 🙋🏾🙋🏼 Questions: [Discussion Forum](https://discuss.layer5.io) and [Community Slack](http://slack.layer5.io) |