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

Use list_clusters method in clusters_get #512

Open
Westwooo opened this issue Oct 4, 2024 · 0 comments
Open

Use list_clusters method in clusters_get #512

Westwooo opened this issue Oct 4, 2024 · 0 comments

Comments

@Westwooo
Copy link
Contributor

Westwooo commented Oct 4, 2024

In cloud.rs as part of the clusters_get function we list all the clusters, then find the one with the matching name. The logic here re-implements what is in the clusters_list function in the same file.

In clusters get we should call clusters_list then look through the resulting list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant