containers / podman-desktop-extension-minikube

Apache License 2.0
3 stars 8 forks source link

feat: adding select version function #172

Closed axel7083 closed 2 weeks ago

axel7083 commented 2 weeks ago

Following https://github.com/containers/podman-desktop-extension-minikube/pull/171. Given the podman desktop core api, we need to have a function handling the user selection for the version to install.

To be able to provide the CliToolInstaller#selectversion^1 function, we need to have the quick pick logic. As recommended in https://github.com/containers/podman-desktop-extension-minikube/pull/171#discussion_r1806230966 making the logic part of the minikubeDownload as it need the object to collect the releases.