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

feat: Provide a search API for retrieving multi-cluster resources from storage #30

Closed
panshuai111 opened this issue Apr 27, 2023 · 0 comments · Fixed by #32
Closed

feat: Provide a search API for retrieving multi-cluster resources from storage #30

panshuai111 opened this issue Apr 27, 2023 · 0 comments · Fixed by #32
Assignees
Labels
area/server Server related. enhancement New feature or request priority/important-soon P1 Must be staffed and worked on either currently,or very soon,ideally in time for the next release
Milestone

Comments

@panshuai111
Copy link
Collaborator

panshuai111 commented Apr 27, 2023

What would you like to be added?

Provide a search API, this API's handler invoke storage layer interfaces to search multi-cluster resources from underlying storage.

Topological relationship:

flowchart TB
  subgraph "Karbour"
    A[Search API] --> B[Storage Layer]
  end
  B[Storage layer] --> C[Strorage Backend 1]
  B[Storage layer] --> D[Strorage Backend 2]
  B[Storage layer] --> E[Strorage Backend 3]
  style A stroke-width:4px
Loading

Why is this needed?

No response

@panshuai111 panshuai111 added this to the v0.2.0 milestone Apr 27, 2023
@panshuai111 panshuai111 self-assigned this Apr 27, 2023
@panshuai111 panshuai111 added enhancement New feature or request area/server Server related. priority/important-soon P1 Must be staffed and worked on either currently,or very soon,ideally in time for the next release labels Apr 27, 2023
@elliotxx elliotxx linked a pull request May 9, 2023 that will close this issue
@elliotxx elliotxx closed this as completed May 9, 2023
@panshuai111 panshuai111 changed the title Provide a search API for retrieving multi-cluster resources from storage feat: Provide a search API for retrieving multi-cluster resources from storage May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/server Server related. enhancement New feature or request priority/important-soon P1 Must be staffed and worked on either currently,or very soon,ideally in time for the next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants