The wrapper offers a simple and intuitive interface for interacting with the API. It standardizes how to work with cluster resources and offers unified resource CRUD (Create, Read, Update, and Delete) ...
from ocp_resources.virtual_machine import VirtualMachine from ocp_scale_utilities.threaded.utils import ( threaded_deploy_resources, threaded_delete_resources, threaded_wait_deleted_resources, ) from ...