-
Notifications
You must be signed in to change notification settings - Fork 21
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
Allow to list the Bundle resources by RESTful API #103
Comments
need to update openAPI schema for this. |
How about the name for API |
we don't need POST, PATCH and DELETE, right? only need GET and LIST? |
For POST, PATCH and DELETE, we may still to use grpc publish method to do them |
drafted a PR for this: #106
|
@machi1990 the resource-bundles api is also ready for use. please verify it as well. Thanks. |
Allow to list the resource of type Bundle by RESTful API, then we can use this API to initialize the ManifestWork source client cache with this API, this will have two related tasks
Bundle
resourcesProvide a list function in maestro that list(use Allow multiple grpc source clients to CRUD resources to maestro and only one source client watches the resource at the same time #104 instead)Bundle
resources with the RESTful API and wrap the maestro resource to ManifestWork, then user can use this list function to build their ManifestWork source clientrefer to open-cluster-management-io/ocm#483
The text was updated successfully, but these errors were encountered: