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

[vtadmin-api] Add GetKeyspace endpoint #8125

Merged
merged 3 commits into from
May 14, 2021

Conversation

ajm188
Copy link
Contributor

@ajm188 ajm188 commented May 14, 2021

Description

This PR adds the /api/keyspace/{cluster_id}/{name} route to vtadmin-api. I also restructured some of the GetKeyspaces api implementation to push the logic down into methods on the cluster.Cluster type.

Related Issue(s)

Checklist

  • Tests were added or are not required
  • Documentation was added or is not required

Deployment Notes

@ajm188 ajm188 requested a review from doeg May 14, 2021 15:36
@ajm188 ajm188 added this to In progress in VTAdmin via automation May 14, 2021
Signed-off-by: Andrew Mason <amason@slack-corp.com>
…Keyspace` and add tests

Signed-off-by: Andrew Mason <amason@slack-corp.com>
Signed-off-by: Andrew Mason <amason@slack-corp.com>
Copy link
Contributor

@doeg doeg left a comment

Choose a reason for hiding this comment

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

Thank you so much!!! 💛

@ajm188 ajm188 merged commit a505fea into vitessio:master May 14, 2021
VTAdmin automation moved this from In progress to Done May 14, 2021
@ajm188 ajm188 deleted the am_vtadmin_getkeyspace branch May 14, 2021 19:04
@doeg doeg mentioned this pull request Oct 25, 2021
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

Add /api/keyspace/{cluster}/{name} route to vtadmin-api
2 participants