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

[chore] Support for PersistentVolumes and PersistentVolumeClaims #120

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

theBeginner86
Copy link
Member

Signed-off-by: Pranav Singh pranavsingh02@hotmail.com

Description

  • This PR updates the pipeline config to add support for 2 new k8s API-resources for Meshsync to be aware of while looking for objects in the cluster.
  • API-resources:
    • PersistentVolumes
    • PersistentVolumeClaims
  • Will allow the MeshMap to show these on the visualizer canvas

This PR fixes #

Notes for Reviewers
Please check the supporting PR on meshery-extension repo as well

Signed commits

  • Yes, I signed my commits.

…eclaims

Signed-off-by: Pranav Singh <pranavsingh02@hotmail.com>
@welcome
Copy link

welcome bot commented Apr 14, 2022

Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Community Welcome Guide and sure to join the community Slack.
Be sure to double-check that you have signed your commits. Here are instructions for making signing an implicit activity while peforming a commit.

PublishTo: "meshery.meshsync.core",
},
{
Name: "persistentvolumeclaims.v1.",
Copy link
Member

Choose a reason for hiding this comment

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

What negative ramifications are involved in removing the “v1“? Any? If not, please do.

@@ -29,6 +29,14 @@ var (
Name: "secrets.v1.",
PublishTo: "meshery.meshsync.core",
},
{
Name: "persistentvolumes.v1.",
PublishTo: "meshery.meshsync.core",
Copy link
Member

Choose a reason for hiding this comment

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

move to meshery.meshsync.k8s?

Copy link
Contributor

@MUzairS15 MUzairS15 left a comment

Choose a reason for hiding this comment

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

LGTM

@welcome
Copy link

welcome bot commented Apr 14, 2022

Thanks for your contribution to the Layer5 community! 🎉

Congrats!

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.

3 participants