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

[WIP] replace fog-kubevirt with kubeclient #265

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

agrare
Copy link
Member

@agrare agrare commented Dec 10, 2024

#245

TODO:

  • Replace other callers of Connection with kubeclient calls

Comment on lines +46 to +47
@nodes = kube_client.get_nodes
@vms = kubevirt_client.get_virtual_machines
@vm_instances = kubevirt_client.get_virtual_machine_instances
@templates = openshift_template_client.get_templates
Copy link
Member

Choose a reason for hiding this comment

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

More out of curiosity, and not for this PR, but could we collect these from the clients in parallel?

@agrare agrare force-pushed the replace_fog_kubevirt_with_kubeclient branch from aeaf256 to 09051bb Compare December 12, 2024 17:52
@agrare agrare force-pushed the replace_fog_kubevirt_with_kubeclient branch 2 times, most recently from 7b8c1fd to a91b706 Compare January 3, 2025 19:18
@agrare agrare force-pushed the replace_fog_kubevirt_with_kubeclient branch from a91b706 to 0869549 Compare January 3, 2025 19:58
@agrare agrare force-pushed the replace_fog_kubevirt_with_kubeclient branch from 0869549 to fe0469f Compare January 3, 2025 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants