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

[Relationships]: Nginx ingress relationships #11121

Merged
merged 12 commits into from
Jun 18, 2024

Conversation

innocentrda
Copy link
Contributor

Notes for Reviewers

This PR fixes #

This PR suggests relationships between nginx ingress controller components.
The Policy resource allows you to configure features like access control and rate-limiting, which you can add to your VirtualServer and VirtualServerRoute resources. Similarly to Secret->Pod, ConfigMaps->Deployment relationships, the suggested reationship between Policy and VirtualServer and VirtualServerRoute is hierarchical inventory relationship in which the configuration of (parent) component is patched with the configuration of other (child) component.

Signed commits

  • Yes, I signed my commits.

innocentrda added 2 commits June 5, 2024 12:08
Signed-off-by: innocentrda <twagirinno@gmail.com>
Signed-off-by: innocentrda <twagirinno@gmail.com>
@github-actions github-actions bot added component/server area/models Models, Components, Relationships related changes labels Jun 6, 2024
Copy link

github-actions bot commented Jun 6, 2024

"description": "A hierarchical inventory relationship in which the configuration of (parent) component is patched with the configuration of other (child) component. E.g Secret->Pod, ConfigMaps->Deployment, etc..."
},
"model": {
"schemaVersion": "core.meshery.io/v1beta2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect there's some confusion here. While we need to upgrade to v1beta1 of the Relationships schema, you'll want to use v1alpha2 for the time being.

Signed-off-by: Mohd Uzair <muzair.shaikh810@gmail.com>
@MUzairS15 MUzairS15 merged commit fda61da into meshery:master Jun 18, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/models Models, Components, Relationships related changes component/server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants