meshery / meshery-adapter-library

Library of common functionality for Meshery Adapters
Apache License 2.0
22 stars 32 forks source link

update components & models to v1beta1 schema definitions #158

Open code-sleuth opened 3 months ago

code-sleuth commented 3 months ago

Description Update components & models to v1beta1 schema definitions

This PR fixes #

Notes for Reviewers

Signed commits

MUzairS15 commented 3 months ago

https://docs.meshery.io/search/?q=adapter There are few make targets that help you regenerate comps, Use that to generate comps, start an adapter, and verify if comps are registered with the server. To verify if comps are registered use Registry Browser in Meshery UI under Settings page. OR use models API. The endpoint listed here is what adapters use to register comps.

MUzairS15 commented 3 months ago

Slide 42 inside Meshery Architecture deck captures the flow for adaptes.

code-sleuth commented 3 months ago

@MUzairS15 There is no make target in this repo to build comps.

MUzairS15 commented 2 months ago

@code-sleuth any updates?

code-sleuth commented 2 months ago

@MUzairS15 this is ready to ship

stale[bot] commented 2 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

code-sleuth commented 2 weeks ago

@MUzairS15 friendly ping

leecalcote commented 2 days ago

@lekaf974, I wonder if you might be inclined to offer a review here.

lekaf974 commented 2 days ago

Not being a lot involve in meshkit components until now but a good opportunity to learn so I'll take a look after make some research