load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = [ "affinitygroup.go", "affinitygroup_create.go", "affinitygroup_get.go", "affinitygroup_get_by_name.go", "affinitygroup_list.go", "affinitygroup_remove.go", "affinitygroup_vm_add.go", "affinitygroup_vm_remove.go", "client.go", "client_cluster.go", "client_cluster_get.go", "client_cluster_list.go", "client_datacenter.go", "client_datacenter_get.go", "client_datacenter_list.go", "client_datacenter_list_clusters.go", "client_disk.go", "client_disk_attachment.go", "client_disk_attachment_create.go", "client_disk_attachment_get.go", "client_disk_attachment_list.go", "client_disk_attachment_remove.go", "client_disk_create.go", "client_disk_downloadimage.go", "client_disk_get.go", "client_disk_helper_imagetransfer.go", "client_disk_list.go", "client_disk_list_by_alias.go", "client_disk_remove.go", "client_disk_update.go", "client_disk_uploadimage.go", "client_disk_util.go", "client_helpers.go", "client_host.go", "client_host_get.go", "client_host_list.go", "client_network.go", "client_network_get.go", "client_network_list.go", "client_nic.go", "client_nic_create.go", "client_nic_get.go", "client_nic_list.go", "client_nic_remove.go", "client_nic_update.go", "client_storagedomain.go", "client_storagedomain_get.go", "client_storagedomain_get_disk.go", "client_storagedomain_list.go", "client_storagedomain_remove_disk.go", "client_tag.go", "client_tag_create.go", "client_tag_get.go", "client_tag_list.go", "client_tag_remove.go", "client_template.go", "client_template_copy_disk.go", "client_template_create.go", "client_template_get.go", "client_template_get_blank.go", "client_template_list.go", "client_template_remove.go", "client_template_wait_for_status.go", "client_testconnection.go", "client_util.go", "client_vm.go", "client_vm_add_tag.go", "client_vm_create.go", "client_vm_get.go", "client_vm_list.go", "client_vm_optimize_pinning.go", "client_vm_remove.go", "client_vm_search.go", "client_vm_shutdown.go", "client_vm_start.go", "client_vm_stop.go", "client_vm_update.go", "client_vm_wait_for_status.go", "client_vnicprofile.go", "client_vnicprofile_create.go", "client_vnicprofile_get.go", "client_vnicprofile_list.go", "client_vnicprofile_remove.go", "const.go", "consts.go", "doc.go", "errors.go", "feature.go", "logger.go", "mock.go", "mock_cluster_get.go", "mock_cluster_list.go", "mock_datacenter.go", "mock_datacenter_get.go", "mock_datacenter_list.go", "mock_datacenter_list_clusters.go", "mock_disk.go", "mock_disk_attachment_create.go", "mock_disk_attachment_get.go", "mock_disk_attachment_list.go", "mock_disk_attachment_remove.go", "mock_disk_create.go", "mock_disk_downloadimage.go", "mock_disk_get.go", "mock_disk_get_internal.go", "mock_disk_list.go", "mock_disk_list_by_alias.go", "mock_disk_remove.go", "mock_disk_update.go", "mock_disk_uploadimage.go", "mock_disk_util.go", "mock_host_get.go", "mock_host_list.go", "mock_network_get.go", "mock_network_list.go", "mock_nic_create.go", "mock_nic_get.go", "mock_nic_list.go", "mock_nic_remove.go", "mock_nic_update.go", "mock_storagedomain_get.go", "mock_storagedomain_get_disk.go", "mock_storagedomain_list.go", "mock_storagedomain_remove_disk.go", "mock_tag_create.go", "mock_tag_get.go", "mock_tag_list.go", "mock_tag_remove.go", "mock_template_copy_disk.go", "mock_template_create.go", "mock_template_get.go", "mock_template_get_blank.go", "mock_template_list.go", "mock_template_remove.go", "mock_template_wait_for_status.go", "mock_vm_add_tag.go", "mock_vm_create.go", "mock_vm_get.go", "mock_vm_list.go", "mock_vm_optimize_pinning.go", "mock_vm_remove.go", "mock_vm_search.go", "mock_vm_shutdown.go", "mock_vm_start.go", "mock_vm_stop.go", "mock_vm_update.go", "mock_vm_wait_for_status.go", "mock_vnicprofile_create.go", "mock_vnicprofile_get.go", "mock_vnicprofile_list.go", "mock_vnicprofile_remove.go", "new.go", "newmock.go", "random.go", "retry.go", "template_disk.go", "template_disk_list.go", "template_get_by_name.go", "test_helper.go", "tls.go", "util_qcow.go", "vm_get_by_name.go", "vm_ip_get.go", "vm_ip_wait.go", "vm_ip_wait_nonlocal.go", ], importmap = "kubevirt.io/containerized-data-importer/vendor/github.com/ovirt/go-ovirt-client", importpath = "github.com/ovirt/go-ovirt-client", visibility = ["//visibility:public"], deps = [ "//vendor/github.com/google/uuid:go_default_library", "//vendor/github.com/ovirt/go-ovirt:go_default_library", "//vendor/github.com/ovirt/go-ovirt-client-log/v2:go_default_library", ], )