kubevirt 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.openapi-config.json +9 -0
- data/.openapi-generator/FILES +1195 -0
- data/.openapi-generator/VERSION +1 -0
- data/.openapi-generator-ignore +28 -0
- data/.rspec +2 -0
- data/.rubocop.yml +148 -0
- data/.whitesource +3 -0
- data/CHANGELOG.md +21 -1
- data/README.md +75 -31
- data/docs/DefaultApi.md +1461 -112
- data/docs/K8sIoApiCoreV1PersistentVolumeClaimSpec.md +1 -1
- data/docs/K8sIoApiCoreV1PodAntiAffinity.md +1 -1
- data/docs/K8sIoApimachineryPkgApisMetaV1Condition.md +26 -0
- data/docs/V1ChangedBlockTrackingStatus.md +2 -0
- data/docs/V1ClaimRequest.md +20 -0
- data/docs/V1Condition.md +24 -0
- data/docs/V1ConfidentialComputeConfiguration.md +18 -0
- data/docs/V1ContainerPathVolumeSource.md +20 -0
- data/docs/V1DeveloperConfiguration.md +3 -1
- data/docs/V1DomainSpec.md +2 -0
- data/docs/V1DowntimeTuningOptions.md +24 -0
- data/docs/V1ExperimentalMigrationOptions.md +22 -0
- data/docs/V1FeatureHyperv.md +1 -1
- data/docs/V1GPU.md +2 -2
- data/docs/V1HostDevice.md +2 -2
- data/docs/V1HypervisorConfiguration.md +18 -0
- data/docs/V1Interface.md +5 -1
- data/docs/V1KubeVirtConfiguration.md +11 -1
- data/docs/V1KubeVirtSpec.md +1 -1
- data/docs/V1MediatedDevicesConfiguration.md +2 -0
- data/docs/V1Memory.md +3 -1
- data/docs/V1MemoryStatus.md +3 -1
- data/docs/V1MigrationConfiguration.md +5 -1
- data/docs/V1Network.md +3 -1
- data/docs/V1PersistentReservationConfiguration.md +18 -0
- data/docs/V1PortRange.md +22 -0
- data/docs/V1ReservedOverhead.md +20 -0
- data/docs/V1StallDetectorOptions.md +32 -0
- data/docs/V1SyNICTimer.md +1 -1
- data/docs/V1TDXAttestationConfiguration.md +20 -0
- data/docs/V1TDXConfiguration.md +18 -0
- data/docs/V1TLBFlush.md +22 -0
- data/docs/V1UtilityVolume.md +24 -0
- data/docs/V1VMIMConfigurationOptions.md +48 -0
- data/docs/V1VirtTemplateDeployment.md +18 -0
- data/docs/{V1beta1VirtualMachineExport.md → V1VirtualMachineExport.md} +4 -4
- data/docs/V1VirtualMachineExportBackup.md +20 -0
- data/docs/V1VirtualMachineExportBackupEndpoint.md +20 -0
- data/docs/V1VirtualMachineExportLink.md +24 -0
- data/docs/V1VirtualMachineExportLinks.md +20 -0
- data/docs/{V1beta1VirtualMachineExportList.md → V1VirtualMachineExportList.md} +3 -3
- data/docs/{V1beta1VirtualMachineExportManifest.md → V1VirtualMachineExportManifest.md} +2 -2
- data/docs/{V1beta1VirtualMachineExportSpec.md → V1VirtualMachineExportSpec.md} +2 -2
- data/docs/{V1beta1VirtualMachineExportStatus.md → V1VirtualMachineExportStatus.md} +4 -4
- data/docs/{V1beta1VirtualMachineExportVolume.md → V1VirtualMachineExportVolume.md} +3 -3
- data/docs/{V1beta1VirtualMachineExportVolumeFormat.md → V1VirtualMachineExportVolumeFormat.md} +2 -2
- data/docs/V1VirtualMachineInstanceBackupStatus.md +34 -0
- data/docs/V1VirtualMachineInstanceBackupVolumeInfo.md +18 -0
- data/docs/V1VirtualMachineInstanceMigrationState.md +3 -1
- data/docs/V1VirtualMachineInstanceResourceClaim.md +22 -0
- data/docs/V1VirtualMachineInstanceSpec.md +5 -1
- data/docs/V1VirtualMachineInstanceStatus.md +0 -2
- data/docs/V1VirtualMachineSpec.md +1 -1
- data/docs/V1Volume.md +2 -0
- data/docs/V1alpha1BackupCheckpoint.md +22 -0
- data/docs/V1alpha1BackupOptions.md +40 -0
- data/docs/V1alpha1BackupVolumeInfo.md +22 -0
- data/docs/V1alpha1MigrationPolicySpec.md +4 -0
- data/docs/V1alpha1VirtualMachineBackup.md +26 -0
- data/docs/V1alpha1VirtualMachineBackupList.md +24 -0
- data/docs/V1alpha1VirtualMachineBackupSpec.md +30 -0
- data/docs/V1alpha1VirtualMachineBackupStatus.md +28 -0
- data/docs/V1beta1DataVolumeSourceImageIO.md +2 -0
- data/docs/V1beta1DevicePreferences.md +2 -0
- data/docs/V1beta1VirtualMachineCloneSpec.md +3 -1
- data/docs/V1beta1VirtualMachinePreferenceSpec.md +2 -0
- data/lib/kubevirt/api/default_api.rb +1628 -268
- data/lib/kubevirt/api_client.rb +7 -3
- data/lib/kubevirt/api_error.rb +1 -1
- data/lib/kubevirt/api_model_base.rb +1 -1
- data/lib/kubevirt/configuration.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_affinity.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_downward_api_volume_file.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_exec_action.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_http_get_action.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_http_header.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_local_object_reference.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_node_affinity.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_node_selector.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_node_selector_requirement.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_node_selector_term.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_object_field_selector.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_persistent_volume_claim_spec.rb +2 -2
- data/lib/kubevirt/models/k8s_io_api_core_v1_persistent_volume_claim_volume_source.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_pod_affinity.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_pod_affinity_term.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_pod_anti_affinity.rb +2 -2
- data/lib/kubevirt/models/k8s_io_api_core_v1_pod_dns_config.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_pod_dns_config_option.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_preferred_scheduling_term.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_resource_field_selector.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_tcp_socket_action.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_toleration.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_topology_spread_constraint.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_typed_local_object_reference.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_typed_object_reference.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_volume_resource_requirements.rb +1 -1
- data/lib/kubevirt/models/k8s_io_api_core_v1_weighted_pod_affinity_term.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group_list.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource_list.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_condition.rb +257 -0
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_delete_options.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_group_version_for_discovery.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector_requirement.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_list_meta.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_managed_fields_entry.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_object_meta.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_owner_reference.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_preconditions.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_root_paths.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_server_address_by_client_cidr.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_status.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_cause.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_details.rb +1 -1
- data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_watch_event.rb +1 -1
- data/lib/kubevirt/models/v1_access_credential.rb +1 -1
- data/lib/kubevirt/models/v1_access_credential_secret_source.rb +1 -1
- data/lib/kubevirt/models/v1_acpi.rb +1 -1
- data/lib/kubevirt/models/v1_add_volume_options.rb +1 -1
- data/lib/kubevirt/models/v1_arch_configuration.rb +1 -1
- data/lib/kubevirt/models/v1_arch_specific_configuration.rb +1 -1
- data/lib/kubevirt/models/v1_bios.rb +1 -1
- data/lib/kubevirt/models/v1_block_size.rb +1 -1
- data/lib/kubevirt/models/v1_bootloader.rb +1 -1
- data/lib/kubevirt/models/v1_cd_rom_target.rb +1 -1
- data/lib/kubevirt/models/v1_cert_config.rb +1 -1
- data/lib/kubevirt/models/v1_changed_block_tracking_selectors.rb +1 -1
- data/lib/kubevirt/models/v1_changed_block_tracking_status.rb +11 -2
- data/lib/kubevirt/models/v1_chassis.rb +1 -1
- data/lib/kubevirt/models/{v1_device_status.rb → v1_claim_request.rb} +19 -24
- data/lib/kubevirt/models/v1_clock.rb +1 -1
- data/lib/kubevirt/models/v1_clock_offset.rb +1 -1
- data/lib/kubevirt/models/v1_clock_offset_utc.rb +1 -1
- data/lib/kubevirt/models/v1_cloud_init_config_drive_source.rb +1 -1
- data/lib/kubevirt/models/v1_cloud_init_no_cloud_source.rb +1 -1
- data/lib/kubevirt/models/v1_common_instancetypes_deployment.rb +1 -1
- data/lib/kubevirt/models/v1_component_config.rb +1 -1
- data/lib/kubevirt/models/v1_condition.rb +209 -0
- data/lib/kubevirt/models/v1_confidential_compute_configuration.rb +147 -0
- data/lib/kubevirt/models/v1_config_map_volume_source.rb +1 -1
- data/lib/kubevirt/models/v1_container_disk_info.rb +1 -1
- data/lib/kubevirt/models/v1_container_disk_source.rb +1 -1
- data/lib/kubevirt/models/v1_container_path_volume_source.rb +176 -0
- data/lib/kubevirt/models/v1_controller_revision_ref.rb +1 -1
- data/lib/kubevirt/models/v1_cpu.rb +1 -1
- data/lib/kubevirt/models/v1_cpu_feature.rb +1 -1
- data/lib/kubevirt/models/v1_cpu_topology.rb +1 -1
- data/lib/kubevirt/models/v1_custom_block_size.rb +1 -1
- data/lib/kubevirt/models/v1_custom_profile.rb +1 -1
- data/lib/kubevirt/models/v1_customize_components.rb +1 -1
- data/lib/kubevirt/models/v1_customize_components_patch.rb +1 -1
- data/lib/kubevirt/models/v1_data_volume_source.rb +1 -1
- data/lib/kubevirt/models/v1_data_volume_template_spec.rb +1 -1
- data/lib/kubevirt/models/v1_developer_configuration.rb +15 -3
- data/lib/kubevirt/models/v1_devices.rb +1 -1
- data/lib/kubevirt/models/v1_dhcp_options.rb +1 -1
- data/lib/kubevirt/models/v1_dhcp_private_options.rb +1 -1
- data/lib/kubevirt/models/v1_diag288_watchdog.rb +1 -1
- data/lib/kubevirt/models/v1_disk.rb +1 -1
- data/lib/kubevirt/models/v1_disk_io_threads.rb +1 -1
- data/lib/kubevirt/models/v1_disk_target.rb +1 -1
- data/lib/kubevirt/models/v1_disk_verification.rb +1 -1
- data/lib/kubevirt/models/v1_domain_memory_dump_info.rb +1 -1
- data/lib/kubevirt/models/v1_domain_spec.rb +12 -2
- data/lib/kubevirt/models/v1_downtime_tuning_options.rb +179 -0
- data/lib/kubevirt/models/v1_downward_api_volume_source.rb +1 -1
- data/lib/kubevirt/models/v1_efi.rb +1 -1
- data/lib/kubevirt/models/v1_empty_disk_source.rb +1 -1
- data/lib/kubevirt/models/v1_ephemeral_volume_source.rb +1 -1
- data/lib/kubevirt/models/v1_evacuate_cancel_options.rb +1 -1
- data/lib/kubevirt/models/v1_experimental_migration_options.rb +167 -0
- data/lib/kubevirt/models/v1_feature_apic.rb +1 -1
- data/lib/kubevirt/models/v1_feature_hyperv.rb +2 -2
- data/lib/kubevirt/models/v1_feature_kvm.rb +1 -1
- data/lib/kubevirt/models/v1_feature_spinlocks.rb +1 -1
- data/lib/kubevirt/models/v1_feature_state.rb +1 -1
- data/lib/kubevirt/models/v1_feature_vendor_id.rb +1 -1
- data/lib/kubevirt/models/v1_features.rb +1 -1
- data/lib/kubevirt/models/v1_filesystem.rb +1 -1
- data/lib/kubevirt/models/v1_firmware.rb +1 -1
- data/lib/kubevirt/models/v1_flags.rb +1 -1
- data/lib/kubevirt/models/v1_freeze_unfreeze_timeout.rb +1 -1
- data/lib/kubevirt/models/v1_generation_status.rb +1 -1
- data/lib/kubevirt/models/v1_gpu.rb +3 -3
- data/lib/kubevirt/models/v1_guest_agent_command_info.rb +1 -1
- data/lib/kubevirt/models/v1_host_device.rb +3 -3
- data/lib/kubevirt/models/v1_host_disk.rb +1 -1
- data/lib/kubevirt/models/v1_hotplug_volume_source.rb +1 -1
- data/lib/kubevirt/models/v1_hotplug_volume_status.rb +1 -1
- data/lib/kubevirt/models/v1_hpet_timer.rb +1 -1
- data/lib/kubevirt/models/v1_hugepages.rb +1 -1
- data/lib/kubevirt/models/v1_hyper_v_passthrough.rb +1 -1
- data/lib/kubevirt/models/v1_hyperv_timer.rb +1 -1
- data/lib/kubevirt/models/v1_hypervisor_configuration.rb +149 -0
- data/lib/kubevirt/models/v1_i6300_esb_watchdog.rb +1 -1
- data/lib/kubevirt/models/v1_initrd_info.rb +1 -1
- data/lib/kubevirt/models/v1_input.rb +1 -1
- data/lib/kubevirt/models/v1_instancetype_configuration.rb +1 -1
- data/lib/kubevirt/models/v1_instancetype_matcher.rb +1 -1
- data/lib/kubevirt/models/v1_instancetype_status_ref.rb +1 -1
- data/lib/kubevirt/models/v1_interface.rb +25 -3
- data/lib/kubevirt/models/v1_interface_binding_migration.rb +1 -1
- data/lib/kubevirt/models/v1_interface_binding_plugin.rb +1 -1
- data/lib/kubevirt/models/v1_kernel_boot.rb +1 -1
- data/lib/kubevirt/models/v1_kernel_boot_container.rb +1 -1
- data/lib/kubevirt/models/v1_kernel_boot_status.rb +1 -1
- data/lib/kubevirt/models/v1_kernel_info.rb +1 -1
- data/lib/kubevirt/models/v1_ksm_configuration.rb +1 -1
- data/lib/kubevirt/models/v1_kube_virt.rb +1 -1
- data/lib/kubevirt/models/v1_kube_virt_certificate_rotate_strategy.rb +1 -1
- data/lib/kubevirt/models/v1_kube_virt_condition.rb +1 -1
- data/lib/kubevirt/models/v1_kube_virt_configuration.rb +52 -3
- data/lib/kubevirt/models/v1_kube_virt_list.rb +1 -1
- data/lib/kubevirt/models/v1_kube_virt_self_sign_configuration.rb +1 -1
- data/lib/kubevirt/models/v1_kube_virt_spec.rb +2 -2
- data/lib/kubevirt/models/v1_kube_virt_status.rb +1 -1
- data/lib/kubevirt/models/v1_kube_virt_workload_update_strategy.rb +1 -1
- data/lib/kubevirt/models/v1_kvm_timer.rb +1 -1
- data/lib/kubevirt/models/v1_launch_security.rb +1 -1
- data/lib/kubevirt/models/v1_live_update_configuration.rb +1 -1
- data/lib/kubevirt/models/v1_log_verbosity.rb +1 -1
- data/lib/kubevirt/models/v1_lun_target.rb +1 -1
- data/lib/kubevirt/models/v1_machine.rb +1 -1
- data/lib/kubevirt/models/v1_mediated_devices_configuration.rb +12 -2
- data/lib/kubevirt/models/v1_mediated_host_device.rb +1 -1
- data/lib/kubevirt/models/v1_memory.rb +14 -5
- data/lib/kubevirt/models/v1_memory_dump_volume_source.rb +1 -1
- data/lib/kubevirt/models/v1_memory_status.rb +15 -5
- data/lib/kubevirt/models/v1_migrate_options.rb +1 -1
- data/lib/kubevirt/models/v1_migration_configuration.rb +25 -5
- data/lib/kubevirt/models/v1_multus_network.rb +1 -1
- data/lib/kubevirt/models/v1_network.rb +14 -5
- data/lib/kubevirt/models/v1_network_configuration.rb +1 -1
- data/lib/kubevirt/models/v1_node_mediated_device_types_config.rb +1 -1
- data/lib/kubevirt/models/v1_node_placement.rb +1 -1
- data/lib/kubevirt/models/v1_numa.rb +1 -1
- data/lib/kubevirt/models/v1_object_graph_node.rb +1 -1
- data/lib/kubevirt/models/v1_object_graph_options.rb +1 -1
- data/lib/kubevirt/models/v1_panic_device.rb +1 -1
- data/lib/kubevirt/models/v1_pause_options.rb +1 -1
- data/lib/kubevirt/models/v1_pci_host_device.rb +1 -1
- data/lib/kubevirt/models/v1_permitted_host_devices.rb +1 -1
- data/lib/kubevirt/models/v1_persistent_reservation_configuration.rb +148 -0
- data/lib/kubevirt/models/v1_persistent_volume_claim_info.rb +1 -1
- data/lib/kubevirt/models/v1_persistent_volume_claim_volume_source.rb +1 -1
- data/lib/kubevirt/models/v1_pit_timer.rb +1 -1
- data/lib/kubevirt/models/v1_plugin_binding.rb +1 -1
- data/lib/kubevirt/models/v1_pod_network.rb +1 -1
- data/lib/kubevirt/models/v1_port.rb +1 -1
- data/lib/kubevirt/models/v1_port_range.rb +220 -0
- data/lib/kubevirt/models/v1_preference_matcher.rb +1 -1
- data/lib/kubevirt/models/v1_probe.rb +1 -1
- data/lib/kubevirt/models/v1_qemu_guest_agent_ssh_public_key_access_credential_propagation.rb +1 -1
- data/lib/kubevirt/models/v1_rate_limiter.rb +1 -1
- data/lib/kubevirt/models/v1_realtime.rb +1 -1
- data/lib/kubevirt/models/v1_reloadable_component_configuration.rb +1 -1
- data/lib/kubevirt/models/v1_remove_volume_options.rb +1 -1
- data/lib/kubevirt/models/v1_reserved_overhead.rb +158 -0
- data/lib/kubevirt/models/v1_resource_requirements.rb +1 -1
- data/lib/kubevirt/models/v1_resource_requirements_without_claims.rb +1 -1
- data/lib/kubevirt/models/v1_rest_client_configuration.rb +1 -1
- data/lib/kubevirt/models/v1_restart_options.rb +1 -1
- data/lib/kubevirt/models/v1_rtc_timer.rb +1 -1
- data/lib/kubevirt/models/v1_seccomp_configuration.rb +1 -1
- data/lib/kubevirt/models/v1_secret_volume_source.rb +1 -1
- data/lib/kubevirt/models/v1_service_account_volume_source.rb +1 -1
- data/lib/kubevirt/models/v1_sev.rb +1 -1
- data/lib/kubevirt/models/v1_sev_measurement_info.rb +1 -1
- data/lib/kubevirt/models/v1_sev_platform_info.rb +1 -1
- data/lib/kubevirt/models/v1_sev_policy.rb +1 -1
- data/lib/kubevirt/models/v1_sev_secret_options.rb +1 -1
- data/lib/kubevirt/models/v1_sev_session_options.rb +1 -1
- data/lib/kubevirt/models/v1_sm_bios_configuration.rb +1 -1
- data/lib/kubevirt/models/v1_sound_device.rb +1 -1
- data/lib/kubevirt/models/v1_ssh_public_key_access_credential.rb +1 -1
- data/lib/kubevirt/models/v1_ssh_public_key_access_credential_propagation_method.rb +1 -1
- data/lib/kubevirt/models/v1_ssh_public_key_access_credential_source.rb +1 -1
- data/lib/kubevirt/models/v1_stall_detector_options.rb +218 -0
- data/lib/kubevirt/models/v1_start_options.rb +1 -1
- data/lib/kubevirt/models/v1_stop_options.rb +1 -1
- data/lib/kubevirt/models/v1_storage_migrated_volume_info.rb +1 -1
- data/lib/kubevirt/models/v1_support_container_resources.rb +1 -1
- data/lib/kubevirt/models/v1_sy_nic_timer.rb +2 -1
- data/lib/kubevirt/models/v1_sysprep_source.rb +1 -1
- data/lib/kubevirt/models/v1_tdx_attestation_configuration.rb +159 -0
- data/lib/kubevirt/models/{v1_device_attribute.rb → v1_tdx_configuration.rb} +11 -23
- data/lib/kubevirt/models/v1_timer.rb +1 -1
- data/lib/kubevirt/models/v1_tlb_flush.rb +166 -0
- data/lib/kubevirt/models/v1_tls_configuration.rb +1 -1
- data/lib/kubevirt/models/v1_token_bucket_rate_limiter.rb +1 -1
- data/lib/kubevirt/models/v1_topology_hints.rb +1 -1
- data/lib/kubevirt/models/v1_tpm_device.rb +1 -1
- data/lib/kubevirt/models/v1_unpause_options.rb +1 -1
- data/lib/kubevirt/models/v1_usb_host_device.rb +1 -1
- data/lib/kubevirt/models/v1_usb_selector.rb +1 -1
- data/lib/kubevirt/models/v1_user_password_access_credential.rb +1 -1
- data/lib/kubevirt/models/v1_user_password_access_credential_propagation_method.rb +1 -1
- data/lib/kubevirt/models/v1_user_password_access_credential_source.rb +1 -1
- data/lib/kubevirt/models/v1_utility_volume.rb +212 -0
- data/lib/kubevirt/models/v1_vgpu_display_options.rb +1 -1
- data/lib/kubevirt/models/v1_vgpu_options.rb +1 -1
- data/lib/kubevirt/models/v1_video_device.rb +1 -1
- data/lib/kubevirt/models/v1_virt_template_deployment.rb +148 -0
- data/lib/kubevirt/models/v1_virtual_machine.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_condition.rb +1 -1
- data/lib/kubevirt/models/{v1beta1_virtual_machine_export.rb → v1_virtual_machine_export.rb} +6 -6
- data/lib/kubevirt/models/{v1_device_status_info.rb → v1_virtual_machine_export_backup.rb} +15 -12
- data/lib/kubevirt/models/v1_virtual_machine_export_backup_endpoint.rb +193 -0
- data/lib/kubevirt/models/{v1beta1_virtual_machine_export_link.rb → v1_virtual_machine_export_link.rb} +19 -7
- data/lib/kubevirt/models/{v1beta1_virtual_machine_export_links.rb → v1_virtual_machine_export_links.rb} +6 -6
- data/lib/kubevirt/models/{v1beta1_virtual_machine_export_list.rb → v1_virtual_machine_export_list.rb} +5 -5
- data/lib/kubevirt/models/{v1beta1_virtual_machine_export_manifest.rb → v1_virtual_machine_export_manifest.rb} +4 -4
- data/lib/kubevirt/models/{v1beta1_virtual_machine_export_spec.rb → v1_virtual_machine_export_spec.rb} +4 -4
- data/lib/kubevirt/models/{v1beta1_virtual_machine_export_status.rb → v1_virtual_machine_export_status.rb} +6 -6
- data/lib/kubevirt/models/{v1beta1_virtual_machine_export_volume.rb → v1_virtual_machine_export_volume.rb} +5 -5
- data/lib/kubevirt/models/{v1beta1_virtual_machine_export_volume_format.rb → v1_virtual_machine_export_volume_format.rb} +4 -4
- data/lib/kubevirt/models/v1_virtual_machine_instance.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_backup_status.rb +231 -0
- data/lib/kubevirt/models/v1_virtual_machine_instance_backup_volume_info.rb +166 -0
- data/lib/kubevirt/models/v1_virtual_machine_instance_condition.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_file_system.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_file_system_disk.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_file_system_info.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_file_system_list.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_guest_agent_info.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_guest_os_info.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_guest_os_user.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_guest_os_user_list.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_list.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_migration.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_migration_condition.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_migration_list.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_migration_phase_transition_timestamp.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_migration_source.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_migration_source_state.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_migration_spec.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_migration_state.rb +13 -3
- data/lib/kubevirt/models/v1_virtual_machine_instance_migration_status.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_migration_target.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_migration_target_state.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_network_interface.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_phase_transition_timestamp.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_preset.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_preset_list.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_preset_spec.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_profile.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_condition.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_list.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_spec.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_status.rb +1 -1
- data/lib/kubevirt/models/{k8s_io_api_core_v1_pod_resource_claim.rb → v1_virtual_machine_instance_resource_claim.rb} +7 -8
- data/lib/kubevirt/models/v1_virtual_machine_instance_spec.rb +26 -4
- data/lib/kubevirt/models/v1_virtual_machine_instance_status.rb +2 -11
- data/lib/kubevirt/models/v1_virtual_machine_instance_template_spec.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_list.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_memory_dump_request.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_options.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_spec.rb +2 -2
- data/lib/kubevirt/models/v1_virtual_machine_start_failure.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_state_change_request.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_status.rb +1 -1
- data/lib/kubevirt/models/v1_virtual_machine_volume_request.rb +1 -1
- data/lib/kubevirt/models/v1_vmim_configuration_options.rb +298 -0
- data/lib/kubevirt/models/v1_volume.rb +11 -2
- data/lib/kubevirt/models/v1_volume_migration_state.rb +1 -1
- data/lib/kubevirt/models/v1_volume_snapshot_status.rb +1 -1
- data/lib/kubevirt/models/v1_volume_status.rb +1 -1
- data/lib/kubevirt/models/v1_volume_update_state.rb +1 -1
- data/lib/kubevirt/models/v1_watchdog.rb +1 -1
- data/lib/kubevirt/models/{v1_device_resource_claim_status.rb → v1alpha1_backup_checkpoint.rb} +21 -20
- data/lib/kubevirt/models/v1alpha1_backup_options.rb +248 -0
- data/lib/kubevirt/models/v1alpha1_backup_volume_info.rb +186 -0
- data/lib/kubevirt/models/v1alpha1_migration_policy.rb +1 -1
- data/lib/kubevirt/models/v1alpha1_migration_policy_list.rb +1 -1
- data/lib/kubevirt/models/v1alpha1_migration_policy_spec.rb +20 -2
- data/lib/kubevirt/models/v1alpha1_selectors.rb +1 -1
- data/lib/kubevirt/models/v1alpha1_virtual_machine_backup.rb +203 -0
- data/lib/kubevirt/models/v1alpha1_virtual_machine_backup_list.rb +213 -0
- data/lib/kubevirt/models/v1alpha1_virtual_machine_backup_spec.rb +225 -0
- data/lib/kubevirt/models/v1alpha1_virtual_machine_backup_status.rb +202 -0
- data/lib/kubevirt/models/v1beta1_clock_preferences.rb +1 -1
- data/lib/kubevirt/models/v1beta1_condition.rb +1 -1
- data/lib/kubevirt/models/v1beta1_cpu_instancetype.rb +1 -1
- data/lib/kubevirt/models/v1beta1_cpu_preference_requirement.rb +1 -1
- data/lib/kubevirt/models/v1beta1_cpu_preferences.rb +1 -1
- data/lib/kubevirt/models/v1beta1_data_volume_checkpoint.rb +1 -1
- data/lib/kubevirt/models/v1beta1_data_volume_source.rb +1 -1
- data/lib/kubevirt/models/v1beta1_data_volume_source_gcs.rb +1 -1
- data/lib/kubevirt/models/v1beta1_data_volume_source_http.rb +1 -1
- data/lib/kubevirt/models/v1beta1_data_volume_source_image_io.rb +12 -2
- data/lib/kubevirt/models/v1beta1_data_volume_source_pvc.rb +1 -1
- data/lib/kubevirt/models/v1beta1_data_volume_source_ref.rb +1 -1
- data/lib/kubevirt/models/v1beta1_data_volume_source_registry.rb +1 -1
- data/lib/kubevirt/models/v1beta1_data_volume_source_s3.rb +1 -1
- data/lib/kubevirt/models/v1beta1_data_volume_source_snapshot.rb +1 -1
- data/lib/kubevirt/models/v1beta1_data_volume_source_vddk.rb +1 -1
- data/lib/kubevirt/models/v1beta1_data_volume_spec.rb +1 -1
- data/lib/kubevirt/models/v1beta1_device_preferences.rb +12 -2
- data/lib/kubevirt/models/v1beta1_error.rb +1 -1
- data/lib/kubevirt/models/v1beta1_feature_preferences.rb +1 -1
- data/lib/kubevirt/models/v1beta1_firmware_preferences.rb +1 -1
- data/lib/kubevirt/models/v1beta1_machine_preferences.rb +1 -1
- data/lib/kubevirt/models/v1beta1_memory_instancetype.rb +1 -1
- data/lib/kubevirt/models/v1beta1_memory_preference_requirement.rb +1 -1
- data/lib/kubevirt/models/v1beta1_persistent_volume_claim.rb +1 -1
- data/lib/kubevirt/models/v1beta1_platform_options.rb +1 -1
- data/lib/kubevirt/models/v1beta1_preference_requirements.rb +1 -1
- data/lib/kubevirt/models/v1beta1_snapshot_volumes_lists.rb +1 -1
- data/lib/kubevirt/models/v1beta1_source_indication.rb +1 -1
- data/lib/kubevirt/models/v1beta1_source_spec.rb +1 -1
- data/lib/kubevirt/models/v1beta1_spread_options.rb +1 -1
- data/lib/kubevirt/models/v1beta1_storage_spec.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_clone.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_clone_list.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_clone_spec.rb +15 -5
- data/lib/kubevirt/models/v1beta1_virtual_machine_clone_status.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_clone_template_filters.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_instancetype.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_instancetype_list.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_preference.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_preference_list.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_instancetype.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_instancetype_list.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_instancetype_spec.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_autohealing_strategy.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_condition.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_list.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_name_generation.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_opportunistic_scale_in_strategy.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_proactive_scale_in_strategy.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_proactive_update_strategy.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_scale_in_strategy.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_selection_policy.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_selectors.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_spec.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_status.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_pool_update_strategy.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_preference.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_preference_list.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_preference_spec.rb +11 -2
- data/lib/kubevirt/models/v1beta1_virtual_machine_restore.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_restore_list.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_restore_spec.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_restore_status.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content_list.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content_spec.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content_status.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_list.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_spec.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_status.rb +1 -1
- data/lib/kubevirt/models/v1beta1_virtual_machine_template_spec.rb +1 -1
- data/lib/kubevirt/models/v1beta1_volume_backup.rb +1 -1
- data/lib/kubevirt/models/v1beta1_volume_preferences.rb +1 -1
- data/lib/kubevirt/models/v1beta1_volume_restore.rb +1 -1
- data/lib/kubevirt/models/v1beta1_volume_restore_override.rb +1 -1
- data/lib/kubevirt/models/v1beta1_volume_snapshot_status.rb +1 -1
- data/lib/kubevirt/version.rb +2 -2
- data/lib/kubevirt.rb +40 -15
- metadata +87 -775
- data/Gemfile +0 -9
- data/bin/console +0 -15
- data/bin/openapi-generate +0 -20
- data/docs/K8sIoApiCoreV1PodResourceClaim.md +0 -22
- data/docs/V1DeviceAttribute.md +0 -20
- data/docs/V1DeviceResourceClaimStatus.md +0 -22
- data/docs/V1DeviceStatus.md +0 -20
- data/docs/V1DeviceStatusInfo.md +0 -20
- data/docs/V1beta1VirtualMachineExportLink.md +0 -22
- data/docs/V1beta1VirtualMachineExportLinks.md +0 -20
- data/kubevirt.gemspec +0 -39
- data/openapi-generator-cli-7.16.0.jar +0 -0
- data/spec/api/default_api_spec.rb +0 -3898
- data/spec/models/k8s_io_api_core_v1_affinity_spec.rb +0 -48
- data/spec/models/k8s_io_api_core_v1_downward_api_volume_file_spec.rb +0 -54
- data/spec/models/k8s_io_api_core_v1_exec_action_spec.rb +0 -36
- data/spec/models/k8s_io_api_core_v1_http_get_action_spec.rb +0 -58
- data/spec/models/k8s_io_api_core_v1_http_header_spec.rb +0 -42
- data/spec/models/k8s_io_api_core_v1_local_object_reference_spec.rb +0 -36
- data/spec/models/k8s_io_api_core_v1_node_affinity_spec.rb +0 -42
- data/spec/models/k8s_io_api_core_v1_node_selector_requirement_spec.rb +0 -52
- data/spec/models/k8s_io_api_core_v1_node_selector_spec.rb +0 -36
- data/spec/models/k8s_io_api_core_v1_node_selector_term_spec.rb +0 -42
- data/spec/models/k8s_io_api_core_v1_object_field_selector_spec.rb +0 -42
- data/spec/models/k8s_io_api_core_v1_persistent_volume_claim_spec_spec.rb +0 -92
- data/spec/models/k8s_io_api_core_v1_persistent_volume_claim_volume_source_spec.rb +0 -42
- data/spec/models/k8s_io_api_core_v1_pod_affinity_spec.rb +0 -42
- data/spec/models/k8s_io_api_core_v1_pod_affinity_term_spec.rb +0 -66
- data/spec/models/k8s_io_api_core_v1_pod_anti_affinity_spec.rb +0 -42
- data/spec/models/k8s_io_api_core_v1_pod_dns_config_option_spec.rb +0 -42
- data/spec/models/k8s_io_api_core_v1_pod_dns_config_spec.rb +0 -48
- data/spec/models/k8s_io_api_core_v1_pod_resource_claim_spec.rb +0 -48
- data/spec/models/k8s_io_api_core_v1_preferred_scheduling_term_spec.rb +0 -42
- data/spec/models/k8s_io_api_core_v1_resource_field_selector_spec.rb +0 -48
- data/spec/models/k8s_io_api_core_v1_tcp_socket_action_spec.rb +0 -36
- data/spec/models/k8s_io_api_core_v1_toleration_spec.rb +0 -68
- data/spec/models/k8s_io_api_core_v1_topology_spread_constraint_spec.rb +0 -90
- data/spec/models/k8s_io_api_core_v1_typed_local_object_reference_spec.rb +0 -48
- data/spec/models/k8s_io_api_core_v1_typed_object_reference_spec.rb +0 -54
- data/spec/models/k8s_io_api_core_v1_volume_resource_requirements_spec.rb +0 -42
- data/spec/models/k8s_io_api_core_v1_weighted_pod_affinity_term_spec.rb +0 -42
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group_list_spec.rb +0 -48
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group_spec.rb +0 -66
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource_list_spec.rb +0 -54
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource_spec.rb +0 -90
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_delete_options_spec.rb +0 -78
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_group_version_for_discovery_spec.rb +0 -42
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector_requirement_spec.rb +0 -48
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector_spec.rb +0 -42
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_list_meta_spec.rb +0 -54
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_managed_fields_entry_spec.rb +0 -72
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_object_meta_spec.rb +0 -114
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_owner_reference_spec.rb +0 -66
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_preconditions_spec.rb +0 -42
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_root_paths_spec.rb +0 -36
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_server_address_by_client_cidr_spec.rb +0 -42
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_cause_spec.rb +0 -48
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_details_spec.rb +0 -66
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_spec.rb +0 -78
- data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_watch_event_spec.rb +0 -42
- data/spec/models/v1_access_credential_secret_source_spec.rb +0 -36
- data/spec/models/v1_access_credential_spec.rb +0 -42
- data/spec/models/v1_acpi_spec.rb +0 -42
- data/spec/models/v1_add_volume_options_spec.rb +0 -54
- data/spec/models/v1_arch_configuration_spec.rb +0 -60
- data/spec/models/v1_arch_specific_configuration_spec.rb +0 -48
- data/spec/models/v1_bios_spec.rb +0 -36
- data/spec/models/v1_block_size_spec.rb +0 -42
- data/spec/models/v1_bootloader_spec.rb +0 -42
- data/spec/models/v1_cd_rom_target_spec.rb +0 -48
- data/spec/models/v1_cert_config_spec.rb +0 -42
- data/spec/models/v1_changed_block_tracking_selectors_spec.rb +0 -42
- data/spec/models/v1_changed_block_tracking_status_spec.rb +0 -36
- data/spec/models/v1_chassis_spec.rb +0 -60
- data/spec/models/v1_clock_offset_spec.rb +0 -42
- data/spec/models/v1_clock_offset_utc_spec.rb +0 -36
- data/spec/models/v1_clock_spec.rb +0 -48
- data/spec/models/v1_cloud_init_config_drive_source_spec.rb +0 -66
- data/spec/models/v1_cloud_init_no_cloud_source_spec.rb +0 -66
- data/spec/models/v1_common_instancetypes_deployment_spec.rb +0 -36
- data/spec/models/v1_component_config_spec.rb +0 -42
- data/spec/models/v1_config_map_volume_source_spec.rb +0 -48
- data/spec/models/v1_container_disk_info_spec.rb +0 -36
- data/spec/models/v1_container_disk_source_spec.rb +0 -58
- data/spec/models/v1_controller_revision_ref_spec.rb +0 -36
- data/spec/models/v1_cpu_feature_spec.rb +0 -42
- data/spec/models/v1_cpu_spec.rb +0 -90
- data/spec/models/v1_cpu_topology_spec.rb +0 -48
- data/spec/models/v1_custom_block_size_spec.rb +0 -48
- data/spec/models/v1_custom_profile_spec.rb +0 -42
- data/spec/models/v1_customize_components_patch_spec.rb +0 -54
- data/spec/models/v1_customize_components_spec.rb +0 -42
- data/spec/models/v1_data_volume_source_spec.rb +0 -42
- data/spec/models/v1_data_volume_template_spec_spec.rb +0 -60
- data/spec/models/v1_developer_configuration_spec.rb +0 -96
- data/spec/models/v1_device_attribute_spec.rb +0 -42
- data/spec/models/v1_device_resource_claim_status_spec.rb +0 -48
- data/spec/models/v1_device_status_info_spec.rb +0 -42
- data/spec/models/v1_device_status_spec.rb +0 -42
- data/spec/models/v1_devices_spec.rb +0 -180
- data/spec/models/v1_dhcp_options_spec.rb +0 -54
- data/spec/models/v1_dhcp_private_options_spec.rb +0 -42
- data/spec/models/v1_diag288_watchdog_spec.rb +0 -36
- data/spec/models/v1_disk_io_threads_spec.rb +0 -36
- data/spec/models/v1_disk_spec.rb +0 -114
- data/spec/models/v1_disk_target_spec.rb +0 -48
- data/spec/models/v1_disk_verification_spec.rb +0 -36
- data/spec/models/v1_domain_memory_dump_info_spec.rb +0 -54
- data/spec/models/v1_domain_spec_spec.rb +0 -102
- data/spec/models/v1_downward_api_volume_source_spec.rb +0 -42
- data/spec/models/v1_efi_spec.rb +0 -42
- data/spec/models/v1_empty_disk_source_spec.rb +0 -36
- data/spec/models/v1_ephemeral_volume_source_spec.rb +0 -36
- data/spec/models/v1_evacuate_cancel_options_spec.rb +0 -54
- data/spec/models/v1_feature_apic_spec.rb +0 -42
- data/spec/models/v1_feature_hyperv_spec.rb +0 -114
- data/spec/models/v1_feature_kvm_spec.rb +0 -36
- data/spec/models/v1_feature_spinlocks_spec.rb +0 -42
- data/spec/models/v1_feature_state_spec.rb +0 -36
- data/spec/models/v1_feature_vendor_id_spec.rb +0 -42
- data/spec/models/v1_features_spec.rb +0 -72
- data/spec/models/v1_filesystem_spec.rb +0 -42
- data/spec/models/v1_firmware_spec.rb +0 -60
- data/spec/models/v1_flags_spec.rb +0 -48
- data/spec/models/v1_freeze_unfreeze_timeout_spec.rb +0 -36
- data/spec/models/v1_generation_status_spec.rb +0 -66
- data/spec/models/v1_gpu_spec.rb +0 -66
- data/spec/models/v1_guest_agent_command_info_spec.rb +0 -42
- data/spec/models/v1_host_device_spec.rb +0 -60
- data/spec/models/v1_host_disk_spec.rb +0 -54
- data/spec/models/v1_hotplug_volume_source_spec.rb +0 -42
- data/spec/models/v1_hotplug_volume_status_spec.rb +0 -42
- data/spec/models/v1_hpet_timer_spec.rb +0 -42
- data/spec/models/v1_hugepages_spec.rb +0 -36
- data/spec/models/v1_hyper_v_passthrough_spec.rb +0 -36
- data/spec/models/v1_hyperv_timer_spec.rb +0 -36
- data/spec/models/v1_i6300_esb_watchdog_spec.rb +0 -36
- data/spec/models/v1_initrd_info_spec.rb +0 -36
- data/spec/models/v1_input_spec.rb +0 -48
- data/spec/models/v1_instancetype_configuration_spec.rb +0 -36
- data/spec/models/v1_instancetype_matcher_spec.rb +0 -60
- data/spec/models/v1_instancetype_status_ref_spec.rb +0 -60
- data/spec/models/v1_interface_binding_migration_spec.rb +0 -36
- data/spec/models/v1_interface_binding_plugin_spec.rb +0 -66
- data/spec/models/v1_interface_spec.rb +0 -132
- data/spec/models/v1_kernel_boot_container_spec.rb +0 -64
- data/spec/models/v1_kernel_boot_spec.rb +0 -42
- data/spec/models/v1_kernel_boot_status_spec.rb +0 -42
- data/spec/models/v1_kernel_info_spec.rb +0 -36
- data/spec/models/v1_ksm_configuration_spec.rb +0 -36
- data/spec/models/v1_kube_virt_certificate_rotate_strategy_spec.rb +0 -36
- data/spec/models/v1_kube_virt_condition_spec.rb +0 -54
- data/spec/models/v1_kube_virt_configuration_spec.rb +0 -262
- data/spec/models/v1_kube_virt_list_spec.rb +0 -54
- data/spec/models/v1_kube_virt_self_sign_configuration_spec.rb +0 -60
- data/spec/models/v1_kube_virt_spec.rb +0 -60
- data/spec/models/v1_kube_virt_spec_spec.rb +0 -142
- data/spec/models/v1_kube_virt_status_spec.rb +0 -126
- data/spec/models/v1_kube_virt_workload_update_strategy_spec.rb +0 -48
- data/spec/models/v1_kvm_timer_spec.rb +0 -36
- data/spec/models/v1_launch_security_spec.rb +0 -48
- data/spec/models/v1_live_update_configuration_spec.rb +0 -48
- data/spec/models/v1_log_verbosity_spec.rb +0 -72
- data/spec/models/v1_lun_target_spec.rb +0 -48
- data/spec/models/v1_machine_spec.rb +0 -36
- data/spec/models/v1_mediated_devices_configuration_spec.rb +0 -48
- data/spec/models/v1_mediated_host_device_spec.rb +0 -48
- data/spec/models/v1_memory_dump_volume_source_spec.rb +0 -48
- data/spec/models/v1_memory_spec.rb +0 -48
- data/spec/models/v1_memory_status_spec.rb +0 -48
- data/spec/models/v1_migrate_options_spec.rb +0 -54
- data/spec/models/v1_migration_configuration_spec.rb +0 -108
- data/spec/models/v1_multus_network_spec.rb +0 -42
- data/spec/models/v1_network_configuration_spec.rb +0 -54
- data/spec/models/v1_network_spec.rb +0 -48
- data/spec/models/v1_node_mediated_device_types_config_spec.rb +0 -48
- data/spec/models/v1_node_placement_spec.rb +0 -48
- data/spec/models/v1_numa_spec.rb +0 -36
- data/spec/models/v1_object_graph_node_spec.rb +0 -66
- data/spec/models/v1_object_graph_options_spec.rb +0 -42
- data/spec/models/v1_panic_device_spec.rb +0 -36
- data/spec/models/v1_pause_options_spec.rb +0 -48
- data/spec/models/v1_pci_host_device_spec.rb +0 -48
- data/spec/models/v1_permitted_host_devices_spec.rb +0 -48
- data/spec/models/v1_persistent_volume_claim_info_spec.rb +0 -80
- data/spec/models/v1_persistent_volume_claim_volume_source_spec.rb +0 -48
- data/spec/models/v1_pit_timer_spec.rb +0 -42
- data/spec/models/v1_plugin_binding_spec.rb +0 -36
- data/spec/models/v1_pod_network_spec.rb +0 -42
- data/spec/models/v1_port_spec.rb +0 -48
- data/spec/models/v1_preference_matcher_spec.rb +0 -60
- data/spec/models/v1_probe_spec.rb +0 -84
- data/spec/models/v1_qemu_guest_agent_ssh_public_key_access_credential_propagation_spec.rb +0 -36
- data/spec/models/v1_rate_limiter_spec.rb +0 -36
- data/spec/models/v1_realtime_spec.rb +0 -36
- data/spec/models/v1_reloadable_component_configuration_spec.rb +0 -36
- data/spec/models/v1_remove_volume_options_spec.rb +0 -42
- data/spec/models/v1_resource_requirements_spec.rb +0 -48
- data/spec/models/v1_resource_requirements_without_claims_spec.rb +0 -42
- data/spec/models/v1_rest_client_configuration_spec.rb +0 -36
- data/spec/models/v1_restart_options_spec.rb +0 -54
- data/spec/models/v1_rtc_timer_spec.rb +0 -48
- data/spec/models/v1_seccomp_configuration_spec.rb +0 -36
- data/spec/models/v1_secret_volume_source_spec.rb +0 -48
- data/spec/models/v1_service_account_volume_source_spec.rb +0 -36
- data/spec/models/v1_sev_measurement_info_spec.rb +0 -78
- data/spec/models/v1_sev_platform_info_spec.rb +0 -54
- data/spec/models/v1_sev_policy_spec.rb +0 -36
- data/spec/models/v1_sev_secret_options_spec.rb +0 -42
- data/spec/models/v1_sev_session_options_spec.rb +0 -42
- data/spec/models/v1_sev_spec.rb +0 -54
- data/spec/models/v1_sm_bios_configuration_spec.rb +0 -60
- data/spec/models/v1_sound_device_spec.rb +0 -42
- data/spec/models/v1_ssh_public_key_access_credential_propagation_method_spec.rb +0 -48
- data/spec/models/v1_ssh_public_key_access_credential_source_spec.rb +0 -36
- data/spec/models/v1_ssh_public_key_access_credential_spec.rb +0 -42
- data/spec/models/v1_start_options_spec.rb +0 -54
- data/spec/models/v1_stop_options_spec.rb +0 -54
- data/spec/models/v1_storage_migrated_volume_info_spec.rb +0 -48
- data/spec/models/v1_support_container_resources_spec.rb +0 -42
- data/spec/models/v1_sy_nic_timer_spec.rb +0 -42
- data/spec/models/v1_sysprep_source_spec.rb +0 -42
- data/spec/models/v1_timer_spec.rb +0 -60
- data/spec/models/v1_tls_configuration_spec.rb +0 -42
- data/spec/models/v1_token_bucket_rate_limiter_spec.rb +0 -42
- data/spec/models/v1_topology_hints_spec.rb +0 -36
- data/spec/models/v1_tpm_device_spec.rb +0 -42
- data/spec/models/v1_unpause_options_spec.rb +0 -48
- data/spec/models/v1_usb_host_device_spec.rb +0 -48
- data/spec/models/v1_usb_selector_spec.rb +0 -42
- data/spec/models/v1_user_password_access_credential_propagation_method_spec.rb +0 -36
- data/spec/models/v1_user_password_access_credential_source_spec.rb +0 -36
- data/spec/models/v1_user_password_access_credential_spec.rb +0 -42
- data/spec/models/v1_vgpu_display_options_spec.rb +0 -42
- data/spec/models/v1_vgpu_options_spec.rb +0 -36
- data/spec/models/v1_video_device_spec.rb +0 -36
- data/spec/models/v1_virtual_machine_condition_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_condition_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_file_system_disk_spec.rb +0 -42
- data/spec/models/v1_virtual_machine_instance_file_system_info_spec.rb +0 -36
- data/spec/models/v1_virtual_machine_instance_file_system_list_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_file_system_spec.rb +0 -66
- data/spec/models/v1_virtual_machine_instance_guest_agent_info_spec.rb +0 -90
- data/spec/models/v1_virtual_machine_instance_guest_os_info_spec.rb +0 -78
- data/spec/models/v1_virtual_machine_instance_guest_os_user_list_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_guest_os_user_spec.rb +0 -48
- data/spec/models/v1_virtual_machine_instance_list_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_migration_condition_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_migration_list_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_migration_phase_transition_timestamp_spec.rb +0 -42
- data/spec/models/v1_virtual_machine_instance_migration_source_spec.rb +0 -42
- data/spec/models/v1_virtual_machine_instance_migration_source_state_spec.rb +0 -90
- data/spec/models/v1_virtual_machine_instance_migration_spec.rb +0 -60
- data/spec/models/v1_virtual_machine_instance_migration_spec_spec.rb +0 -60
- data/spec/models/v1_virtual_machine_instance_migration_state_spec.rb +0 -192
- data/spec/models/v1_virtual_machine_instance_migration_status_spec.rb +0 -60
- data/spec/models/v1_virtual_machine_instance_migration_target_spec.rb +0 -36
- data/spec/models/v1_virtual_machine_instance_migration_target_state_spec.rb +0 -126
- data/spec/models/v1_virtual_machine_instance_network_interface_spec.rb +0 -84
- data/spec/models/v1_virtual_machine_instance_phase_transition_timestamp_spec.rb +0 -42
- data/spec/models/v1_virtual_machine_instance_preset_list_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_preset_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_preset_spec_spec.rb +0 -42
- data/spec/models/v1_virtual_machine_instance_profile_spec.rb +0 -36
- data/spec/models/v1_virtual_machine_instance_replica_set_condition_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_replica_set_list_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_replica_set_spec.rb +0 -60
- data/spec/models/v1_virtual_machine_instance_replica_set_spec_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_replica_set_status_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_instance_spec.rb +0 -60
- data/spec/models/v1_virtual_machine_instance_spec_spec.rb +0 -160
- data/spec/models/v1_virtual_machine_instance_status_spec.rb +0 -202
- data/spec/models/v1_virtual_machine_instance_template_spec_spec.rb +0 -42
- data/spec/models/v1_virtual_machine_list_spec.rb +0 -54
- data/spec/models/v1_virtual_machine_memory_dump_request_spec.rb +0 -72
- data/spec/models/v1_virtual_machine_options_spec.rb +0 -42
- data/spec/models/v1_virtual_machine_spec.rb +0 -60
- data/spec/models/v1_virtual_machine_spec_spec.rb +0 -72
- data/spec/models/v1_virtual_machine_start_failure_spec.rb +0 -48
- data/spec/models/v1_virtual_machine_state_change_request_spec.rb +0 -48
- data/spec/models/v1_virtual_machine_status_spec.rb +0 -138
- data/spec/models/v1_virtual_machine_volume_request_spec.rb +0 -42
- data/spec/models/v1_volume_migration_state_spec.rb +0 -36
- data/spec/models/v1_volume_snapshot_status_spec.rb +0 -48
- data/spec/models/v1_volume_spec.rb +0 -126
- data/spec/models/v1_volume_status_spec.rb +0 -90
- data/spec/models/v1_volume_update_state_spec.rb +0 -36
- data/spec/models/v1_watchdog_spec.rb +0 -48
- data/spec/models/v1alpha1_migration_policy_list_spec.rb +0 -54
- data/spec/models/v1alpha1_migration_policy_spec.rb +0 -60
- data/spec/models/v1alpha1_migration_policy_spec_spec.rb +0 -66
- data/spec/models/v1alpha1_selectors_spec.rb +0 -42
- data/spec/models/v1beta1_clock_preferences_spec.rb +0 -42
- data/spec/models/v1beta1_condition_spec.rb +0 -54
- data/spec/models/v1beta1_cpu_instancetype_spec.rb +0 -72
- data/spec/models/v1beta1_cpu_preference_requirement_spec.rb +0 -36
- data/spec/models/v1beta1_cpu_preferences_spec.rb +0 -48
- data/spec/models/v1beta1_data_volume_checkpoint_spec.rb +0 -42
- data/spec/models/v1beta1_data_volume_source_gcs_spec.rb +0 -42
- data/spec/models/v1beta1_data_volume_source_http_spec.rb +0 -60
- data/spec/models/v1beta1_data_volume_source_image_io_spec.rb +0 -54
- data/spec/models/v1beta1_data_volume_source_pvc_spec.rb +0 -42
- data/spec/models/v1beta1_data_volume_source_ref_spec.rb +0 -48
- data/spec/models/v1beta1_data_volume_source_registry_spec.rb +0 -66
- data/spec/models/v1beta1_data_volume_source_s3_spec.rb +0 -48
- data/spec/models/v1beta1_data_volume_source_snapshot_spec.rb +0 -42
- data/spec/models/v1beta1_data_volume_source_spec.rb +0 -90
- data/spec/models/v1beta1_data_volume_source_vddk_spec.rb +0 -72
- data/spec/models/v1beta1_data_volume_spec_spec.rb +0 -84
- data/spec/models/v1beta1_device_preferences_spec.rb +0 -180
- data/spec/models/v1beta1_error_spec.rb +0 -42
- data/spec/models/v1beta1_feature_preferences_spec.rb +0 -66
- data/spec/models/v1beta1_firmware_preferences_spec.rb +0 -60
- data/spec/models/v1beta1_machine_preferences_spec.rb +0 -36
- data/spec/models/v1beta1_memory_instancetype_spec.rb +0 -54
- data/spec/models/v1beta1_memory_preference_requirement_spec.rb +0 -36
- data/spec/models/v1beta1_persistent_volume_claim_spec.rb +0 -42
- data/spec/models/v1beta1_platform_options_spec.rb +0 -36
- data/spec/models/v1beta1_preference_requirements_spec.rb +0 -48
- data/spec/models/v1beta1_snapshot_volumes_lists_spec.rb +0 -42
- data/spec/models/v1beta1_source_indication_spec.rb +0 -42
- data/spec/models/v1beta1_source_spec_spec.rb +0 -36
- data/spec/models/v1beta1_spread_options_spec.rb +0 -42
- data/spec/models/v1beta1_storage_spec_spec.rb +0 -86
- data/spec/models/v1beta1_virtual_machine_clone_list_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_clone_spec.rb +0 -60
- data/spec/models/v1beta1_virtual_machine_clone_spec_spec.rb +0 -78
- data/spec/models/v1beta1_virtual_machine_clone_status_spec.rb +0 -66
- data/spec/models/v1beta1_virtual_machine_clone_template_filters_spec.rb +0 -42
- data/spec/models/v1beta1_virtual_machine_cluster_instancetype_list_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_cluster_instancetype_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_cluster_preference_list_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_cluster_preference_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_export_link_spec.rb +0 -48
- data/spec/models/v1beta1_virtual_machine_export_links_spec.rb +0 -42
- data/spec/models/v1beta1_virtual_machine_export_list_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_export_manifest_spec.rb +0 -42
- data/spec/models/v1beta1_virtual_machine_export_spec.rb +0 -60
- data/spec/models/v1beta1_virtual_machine_export_spec_spec.rb +0 -48
- data/spec/models/v1beta1_virtual_machine_export_status_spec.rb +0 -72
- data/spec/models/v1beta1_virtual_machine_export_volume_format_spec.rb +0 -42
- data/spec/models/v1beta1_virtual_machine_export_volume_spec.rb +0 -42
- data/spec/models/v1beta1_virtual_machine_instancetype_list_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_instancetype_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_instancetype_spec_spec.rb +0 -90
- data/spec/models/v1beta1_virtual_machine_pool_autohealing_strategy_spec.rb +0 -42
- data/spec/models/v1beta1_virtual_machine_pool_condition_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_pool_list_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_pool_name_generation_spec.rb +0 -42
- data/spec/models/v1beta1_virtual_machine_pool_opportunistic_scale_in_strategy_spec.rb +0 -36
- data/spec/models/v1beta1_virtual_machine_pool_proactive_scale_in_strategy_spec.rb +0 -42
- data/spec/models/v1beta1_virtual_machine_pool_proactive_update_strategy_spec.rb +0 -36
- data/spec/models/v1beta1_virtual_machine_pool_scale_in_strategy_spec.rb +0 -48
- data/spec/models/v1beta1_virtual_machine_pool_selection_policy_spec.rb +0 -42
- data/spec/models/v1beta1_virtual_machine_pool_selectors_spec.rb +0 -42
- data/spec/models/v1beta1_virtual_machine_pool_spec.rb +0 -60
- data/spec/models/v1beta1_virtual_machine_pool_spec_spec.rb +0 -84
- data/spec/models/v1beta1_virtual_machine_pool_status_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_pool_update_strategy_spec.rb +0 -48
- data/spec/models/v1beta1_virtual_machine_preference_list_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_preference_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_preference_spec_spec.rb +0 -108
- data/spec/models/v1beta1_virtual_machine_restore_list_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_restore_spec.rb +0 -60
- data/spec/models/v1beta1_virtual_machine_restore_spec_spec.rb +0 -72
- data/spec/models/v1beta1_virtual_machine_restore_status_spec.rb +0 -60
- data/spec/models/v1beta1_virtual_machine_snapshot_content_list_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_snapshot_content_spec.rb +0 -60
- data/spec/models/v1beta1_virtual_machine_snapshot_content_spec_spec.rb +0 -48
- data/spec/models/v1beta1_virtual_machine_snapshot_content_status_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_snapshot_list_spec.rb +0 -54
- data/spec/models/v1beta1_virtual_machine_snapshot_spec.rb +0 -60
- data/spec/models/v1beta1_virtual_machine_snapshot_spec_spec.rb +0 -48
- data/spec/models/v1beta1_virtual_machine_snapshot_status_spec.rb +0 -90
- data/spec/models/v1beta1_virtual_machine_spec.rb +0 -48
- data/spec/models/v1beta1_virtual_machine_template_spec_spec.rb +0 -42
- data/spec/models/v1beta1_volume_backup_spec.rb +0 -48
- data/spec/models/v1beta1_volume_preferences_spec.rb +0 -36
- data/spec/models/v1beta1_volume_restore_override_spec.rb +0 -54
- data/spec/models/v1beta1_volume_restore_spec.rb +0 -54
- data/spec/models/v1beta1_volume_snapshot_status_spec.rb +0 -54
- data/spec/spec_helper.rb +0 -111
data/docs/DefaultApi.md
CHANGED
|
@@ -7,7 +7,8 @@ All URIs are relative to *http://localhost*
|
|
|
7
7
|
| [**create_migration_policy**](DefaultApi.md#create_migration_policy) | **POST** /apis/migrations.kubevirt.io/v1alpha1/migrationpolicies | |
|
|
8
8
|
| [**create_namespaced_kube_virt**](DefaultApi.md#create_namespaced_kube_virt) | **POST** /apis/kubevirt.io/v1/namespaces/{namespace}/kubevirt | |
|
|
9
9
|
| [**create_namespaced_virtual_machine**](DefaultApi.md#create_namespaced_virtual_machine) | **POST** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachines | |
|
|
10
|
-
| [**
|
|
10
|
+
| [**create_namespaced_virtual_machine_backup**](DefaultApi.md#create_namespaced_virtual_machine_backup) | **POST** /apis/backup.kubevirt.io/v1alpha1/namespaces/{namespace}/virtualmachinebackups | |
|
|
11
|
+
| [**create_namespaced_virtual_machine_export**](DefaultApi.md#create_namespaced_virtual_machine_export) | **POST** /apis/export.kubevirt.io/v1/namespaces/{namespace}/virtualmachineexports | |
|
|
11
12
|
| [**create_namespaced_virtual_machine_instance**](DefaultApi.md#create_namespaced_virtual_machine_instance) | **POST** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances | |
|
|
12
13
|
| [**create_namespaced_virtual_machine_instance_migration**](DefaultApi.md#create_namespaced_virtual_machine_instance_migration) | **POST** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancemigrations | |
|
|
13
14
|
| [**create_namespaced_virtual_machine_instance_preset**](DefaultApi.md#create_namespaced_virtual_machine_instance_preset) | **POST** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancepresets | |
|
|
@@ -24,7 +25,8 @@ All URIs are relative to *http://localhost*
|
|
|
24
25
|
| [**delete_collection_migration_policy**](DefaultApi.md#delete_collection_migration_policy) | **DELETE** /apis/migrations.kubevirt.io/v1alpha1/migrationpolicies | |
|
|
25
26
|
| [**delete_collection_namespaced_kube_virt**](DefaultApi.md#delete_collection_namespaced_kube_virt) | **DELETE** /apis/kubevirt.io/v1/namespaces/{namespace}/kubevirt | |
|
|
26
27
|
| [**delete_collection_namespaced_virtual_machine**](DefaultApi.md#delete_collection_namespaced_virtual_machine) | **DELETE** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachines | |
|
|
27
|
-
| [**
|
|
28
|
+
| [**delete_collection_namespaced_virtual_machine_backup**](DefaultApi.md#delete_collection_namespaced_virtual_machine_backup) | **DELETE** /apis/backup.kubevirt.io/v1alpha1/namespaces/{namespace}/virtualmachinebackups | |
|
|
29
|
+
| [**delete_collection_namespaced_virtual_machine_export**](DefaultApi.md#delete_collection_namespaced_virtual_machine_export) | **DELETE** /apis/export.kubevirt.io/v1/namespaces/{namespace}/virtualmachineexports | |
|
|
28
30
|
| [**delete_collection_namespaced_virtual_machine_instance**](DefaultApi.md#delete_collection_namespaced_virtual_machine_instance) | **DELETE** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances | |
|
|
29
31
|
| [**delete_collection_namespaced_virtual_machine_instance_migration**](DefaultApi.md#delete_collection_namespaced_virtual_machine_instance_migration) | **DELETE** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancemigrations | |
|
|
30
32
|
| [**delete_collection_namespaced_virtual_machine_instance_preset**](DefaultApi.md#delete_collection_namespaced_virtual_machine_instance_preset) | **DELETE** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancepresets | |
|
|
@@ -41,7 +43,8 @@ All URIs are relative to *http://localhost*
|
|
|
41
43
|
| [**delete_migration_policy**](DefaultApi.md#delete_migration_policy) | **DELETE** /apis/migrations.kubevirt.io/v1alpha1/migrationpolicies/{name} | |
|
|
42
44
|
| [**delete_namespaced_kube_virt**](DefaultApi.md#delete_namespaced_kube_virt) | **DELETE** /apis/kubevirt.io/v1/namespaces/{namespace}/kubevirt/{name} | |
|
|
43
45
|
| [**delete_namespaced_virtual_machine**](DefaultApi.md#delete_namespaced_virtual_machine) | **DELETE** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachines/{name} | |
|
|
44
|
-
| [**
|
|
46
|
+
| [**delete_namespaced_virtual_machine_backup**](DefaultApi.md#delete_namespaced_virtual_machine_backup) | **DELETE** /apis/backup.kubevirt.io/v1alpha1/namespaces/{namespace}/virtualmachinebackups/{name} | |
|
|
47
|
+
| [**delete_namespaced_virtual_machine_export**](DefaultApi.md#delete_namespaced_virtual_machine_export) | **DELETE** /apis/export.kubevirt.io/v1/namespaces/{namespace}/virtualmachineexports/{name} | |
|
|
45
48
|
| [**delete_namespaced_virtual_machine_instance**](DefaultApi.md#delete_namespaced_virtual_machine_instance) | **DELETE** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances/{name} | |
|
|
46
49
|
| [**delete_namespaced_virtual_machine_instance_migration**](DefaultApi.md#delete_namespaced_virtual_machine_instance_migration) | **DELETE** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancemigrations/{name} | |
|
|
47
50
|
| [**delete_namespaced_virtual_machine_instance_preset**](DefaultApi.md#delete_namespaced_virtual_machine_instance_preset) | **DELETE** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancepresets/{name} | |
|
|
@@ -55,8 +58,9 @@ All URIs are relative to *http://localhost*
|
|
|
55
58
|
| [**delete_virtual_machine_clone**](DefaultApi.md#delete_virtual_machine_clone) | **DELETE** /apis/clone.kubevirt.io/v1beta1/virtualmachineclones/{name} | |
|
|
56
59
|
| [**delete_virtual_machine_cluster_instancetype**](DefaultApi.md#delete_virtual_machine_cluster_instancetype) | **DELETE** /apis/instancetype.kubevirt.io/v1beta1/virtualmachineclusterinstancetypes/{name} | |
|
|
57
60
|
| [**delete_virtual_machine_cluster_preference**](DefaultApi.md#delete_virtual_machine_cluster_preference) | **DELETE** /apis/instancetype.kubevirt.io/v1beta1/virtualmachineclusterpreferences/{name} | |
|
|
58
|
-
| [**
|
|
61
|
+
| [**func17**](DefaultApi.md#func17) | **GET** /healthz | |
|
|
59
62
|
| [**func6**](DefaultApi.md#func6) | **GET** /openapi/v2 | |
|
|
63
|
+
| [**get_api_group_backup_kubevirt_io**](DefaultApi.md#get_api_group_backup_kubevirt_io) | **GET** /apis/backup.kubevirt.io/ | |
|
|
60
64
|
| [**get_api_group_clone_kubevirt_io**](DefaultApi.md#get_api_group_clone_kubevirt_io) | **GET** /apis/clone.kubevirt.io/ | |
|
|
61
65
|
| [**get_api_group_export_kubevirt_io**](DefaultApi.md#get_api_group_export_kubevirt_io) | **GET** /apis/export.kubevirt.io/ | |
|
|
62
66
|
| [**get_api_group_instancetype_kubevirt_io**](DefaultApi.md#get_api_group_instancetype_kubevirt_io) | **GET** /apis/instancetype.kubevirt.io/ | |
|
|
@@ -65,13 +69,17 @@ All URIs are relative to *http://localhost*
|
|
|
65
69
|
| [**get_api_group_migrations_kubevirt_io**](DefaultApi.md#get_api_group_migrations_kubevirt_io) | **GET** /apis/migrations.kubevirt.io/ | |
|
|
66
70
|
| [**get_api_group_pool_kubevirt_io**](DefaultApi.md#get_api_group_pool_kubevirt_io) | **GET** /apis/pool.kubevirt.io/ | |
|
|
67
71
|
| [**get_api_group_snapshot_kubevirt_io**](DefaultApi.md#get_api_group_snapshot_kubevirt_io) | **GET** /apis/snapshot.kubevirt.io/ | |
|
|
72
|
+
| [**get_api_resources_backup_kubevirt_io_v1alpha1**](DefaultApi.md#get_api_resources_backup_kubevirt_io_v1alpha1) | **GET** /apis/backup.kubevirt.io/v1alpha1/ | |
|
|
68
73
|
| [**get_api_resources_clone_kubevirt_io_v1beta1**](DefaultApi.md#get_api_resources_clone_kubevirt_io_v1beta1) | **GET** /apis/clone.kubevirt.io/v1beta1/ | |
|
|
69
|
-
| [**
|
|
74
|
+
| [**get_api_resources_export_kubevirt_io_v1**](DefaultApi.md#get_api_resources_export_kubevirt_io_v1) | **GET** /apis/export.kubevirt.io/v1/ | |
|
|
70
75
|
| [**get_api_resources_instancetype_kubevirt_io_v1beta1**](DefaultApi.md#get_api_resources_instancetype_kubevirt_io_v1beta1) | **GET** /apis/instancetype.kubevirt.io/v1beta1/ | |
|
|
71
76
|
| [**get_api_resources_kubevirt_io_v1**](DefaultApi.md#get_api_resources_kubevirt_io_v1) | **GET** /apis/kubevirt.io/v1/ | |
|
|
72
77
|
| [**get_api_resources_migrations_kubevirt_io_v1alpha1**](DefaultApi.md#get_api_resources_migrations_kubevirt_io_v1alpha1) | **GET** /apis/migrations.kubevirt.io/v1alpha1/ | |
|
|
73
78
|
| [**get_api_resources_pool_kubevirt_io_v1beta1**](DefaultApi.md#get_api_resources_pool_kubevirt_io_v1beta1) | **GET** /apis/pool.kubevirt.io/v1beta1/ | |
|
|
74
79
|
| [**get_api_resources_snapshot_kubevirt_io_v1beta1**](DefaultApi.md#get_api_resources_snapshot_kubevirt_io_v1beta1) | **GET** /apis/snapshot.kubevirt.io/v1beta1/ | |
|
|
80
|
+
| [**get_open_apiv3_discovery**](DefaultApi.md#get_open_apiv3_discovery) | **GET** /openapi/v3 | |
|
|
81
|
+
| [**get_open_apiv3_spec_subresources_kubevirt_io_v1**](DefaultApi.md#get_open_apiv3_spec_subresources_kubevirt_io_v1) | **GET** /openapi/v3/apis/subresources.kubevirt.io/v1 | |
|
|
82
|
+
| [**get_open_apiv3_spec_subresources_kubevirt_io_v1alpha3**](DefaultApi.md#get_open_apiv3_spec_subresources_kubevirt_io_v1alpha3) | **GET** /openapi/v3/apis/subresources.kubevirt.io/v1alpha3 | |
|
|
75
83
|
| [**get_root_paths**](DefaultApi.md#get_root_paths) | **GET** / | |
|
|
76
84
|
| [**handle_dump_profiler**](DefaultApi.md#handle_dump_profiler) | **GET** /dump-profiler | |
|
|
77
85
|
| [**handle_start_profiler**](DefaultApi.md#handle_start_profiler) | **GET** /start-profiler | |
|
|
@@ -80,7 +88,8 @@ All URIs are relative to *http://localhost*
|
|
|
80
88
|
| [**list_migration_policy**](DefaultApi.md#list_migration_policy) | **GET** /apis/migrations.kubevirt.io/v1alpha1/migrationpolicies | |
|
|
81
89
|
| [**list_namespaced_kube_virt**](DefaultApi.md#list_namespaced_kube_virt) | **GET** /apis/kubevirt.io/v1/namespaces/{namespace}/kubevirt | |
|
|
82
90
|
| [**list_namespaced_virtual_machine**](DefaultApi.md#list_namespaced_virtual_machine) | **GET** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachines | |
|
|
83
|
-
| [**
|
|
91
|
+
| [**list_namespaced_virtual_machine_backup**](DefaultApi.md#list_namespaced_virtual_machine_backup) | **GET** /apis/backup.kubevirt.io/v1alpha1/namespaces/{namespace}/virtualmachinebackups | |
|
|
92
|
+
| [**list_namespaced_virtual_machine_export**](DefaultApi.md#list_namespaced_virtual_machine_export) | **GET** /apis/export.kubevirt.io/v1/namespaces/{namespace}/virtualmachineexports | |
|
|
84
93
|
| [**list_namespaced_virtual_machine_instance**](DefaultApi.md#list_namespaced_virtual_machine_instance) | **GET** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances | |
|
|
85
94
|
| [**list_namespaced_virtual_machine_instance_migration**](DefaultApi.md#list_namespaced_virtual_machine_instance_migration) | **GET** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancemigrations | |
|
|
86
95
|
| [**list_namespaced_virtual_machine_instance_preset**](DefaultApi.md#list_namespaced_virtual_machine_instance_preset) | **GET** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancepresets | |
|
|
@@ -91,10 +100,11 @@ All URIs are relative to *http://localhost*
|
|
|
91
100
|
| [**list_namespaced_virtual_machine_restore**](DefaultApi.md#list_namespaced_virtual_machine_restore) | **GET** /apis/snapshot.kubevirt.io/v1beta1/namespaces/{namespace}/virtualmachinerestores | |
|
|
92
101
|
| [**list_namespaced_virtual_machine_snapshot**](DefaultApi.md#list_namespaced_virtual_machine_snapshot) | **GET** /apis/snapshot.kubevirt.io/v1beta1/namespaces/{namespace}/virtualmachinesnapshots | |
|
|
93
102
|
| [**list_namespaced_virtual_machine_snapshot_content**](DefaultApi.md#list_namespaced_virtual_machine_snapshot_content) | **GET** /apis/snapshot.kubevirt.io/v1beta1/namespaces/{namespace}/virtualmachinesnapshotcontents | |
|
|
103
|
+
| [**list_virtual_machine_backup_for_all_namespaces**](DefaultApi.md#list_virtual_machine_backup_for_all_namespaces) | **GET** /apis/backup.kubevirt.io/v1alpha1/virtualmachinebackups | |
|
|
94
104
|
| [**list_virtual_machine_clone**](DefaultApi.md#list_virtual_machine_clone) | **GET** /apis/clone.kubevirt.io/v1beta1/virtualmachineclones | |
|
|
95
105
|
| [**list_virtual_machine_cluster_instancetype**](DefaultApi.md#list_virtual_machine_cluster_instancetype) | **GET** /apis/instancetype.kubevirt.io/v1beta1/virtualmachineclusterinstancetypes | |
|
|
96
106
|
| [**list_virtual_machine_cluster_preference**](DefaultApi.md#list_virtual_machine_cluster_preference) | **GET** /apis/instancetype.kubevirt.io/v1beta1/virtualmachineclusterpreferences | |
|
|
97
|
-
| [**list_virtual_machine_export_for_all_namespaces**](DefaultApi.md#list_virtual_machine_export_for_all_namespaces) | **GET** /apis/export.kubevirt.io/
|
|
107
|
+
| [**list_virtual_machine_export_for_all_namespaces**](DefaultApi.md#list_virtual_machine_export_for_all_namespaces) | **GET** /apis/export.kubevirt.io/v1/virtualmachineexports | |
|
|
98
108
|
| [**list_virtual_machine_for_all_namespaces**](DefaultApi.md#list_virtual_machine_for_all_namespaces) | **GET** /apis/kubevirt.io/v1/virtualmachines | |
|
|
99
109
|
| [**list_virtual_machine_instance_for_all_namespaces**](DefaultApi.md#list_virtual_machine_instance_for_all_namespaces) | **GET** /apis/kubevirt.io/v1/virtualmachineinstances | |
|
|
100
110
|
| [**list_virtual_machine_instance_migration_for_all_namespaces**](DefaultApi.md#list_virtual_machine_instance_migration_for_all_namespaces) | **GET** /apis/kubevirt.io/v1/virtualmachineinstancemigrations | |
|
|
@@ -109,7 +119,8 @@ All URIs are relative to *http://localhost*
|
|
|
109
119
|
| [**patch_migration_policy**](DefaultApi.md#patch_migration_policy) | **PATCH** /apis/migrations.kubevirt.io/v1alpha1/migrationpolicies/{name} | |
|
|
110
120
|
| [**patch_namespaced_kube_virt**](DefaultApi.md#patch_namespaced_kube_virt) | **PATCH** /apis/kubevirt.io/v1/namespaces/{namespace}/kubevirt/{name} | |
|
|
111
121
|
| [**patch_namespaced_virtual_machine**](DefaultApi.md#patch_namespaced_virtual_machine) | **PATCH** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachines/{name} | |
|
|
112
|
-
| [**
|
|
122
|
+
| [**patch_namespaced_virtual_machine_backup**](DefaultApi.md#patch_namespaced_virtual_machine_backup) | **PATCH** /apis/backup.kubevirt.io/v1alpha1/namespaces/{namespace}/virtualmachinebackups/{name} | |
|
|
123
|
+
| [**patch_namespaced_virtual_machine_export**](DefaultApi.md#patch_namespaced_virtual_machine_export) | **PATCH** /apis/export.kubevirt.io/v1/namespaces/{namespace}/virtualmachineexports/{name} | |
|
|
113
124
|
| [**patch_namespaced_virtual_machine_instance**](DefaultApi.md#patch_namespaced_virtual_machine_instance) | **PATCH** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances/{name} | |
|
|
114
125
|
| [**patch_namespaced_virtual_machine_instance_migration**](DefaultApi.md#patch_namespaced_virtual_machine_instance_migration) | **PATCH** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancemigrations/{name} | |
|
|
115
126
|
| [**patch_namespaced_virtual_machine_instance_preset**](DefaultApi.md#patch_namespaced_virtual_machine_instance_preset) | **PATCH** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancepresets/{name} | |
|
|
@@ -126,7 +137,8 @@ All URIs are relative to *http://localhost*
|
|
|
126
137
|
| [**read_migration_policy**](DefaultApi.md#read_migration_policy) | **GET** /apis/migrations.kubevirt.io/v1alpha1/migrationpolicies/{name} | |
|
|
127
138
|
| [**read_namespaced_kube_virt**](DefaultApi.md#read_namespaced_kube_virt) | **GET** /apis/kubevirt.io/v1/namespaces/{namespace}/kubevirt/{name} | |
|
|
128
139
|
| [**read_namespaced_virtual_machine**](DefaultApi.md#read_namespaced_virtual_machine) | **GET** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachines/{name} | |
|
|
129
|
-
| [**
|
|
140
|
+
| [**read_namespaced_virtual_machine_backup**](DefaultApi.md#read_namespaced_virtual_machine_backup) | **GET** /apis/backup.kubevirt.io/v1alpha1/namespaces/{namespace}/virtualmachinebackups/{name} | |
|
|
141
|
+
| [**read_namespaced_virtual_machine_export**](DefaultApi.md#read_namespaced_virtual_machine_export) | **GET** /apis/export.kubevirt.io/v1/namespaces/{namespace}/virtualmachineexports/{name} | |
|
|
130
142
|
| [**read_namespaced_virtual_machine_instance**](DefaultApi.md#read_namespaced_virtual_machine_instance) | **GET** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances/{name} | |
|
|
131
143
|
| [**read_namespaced_virtual_machine_instance_migration**](DefaultApi.md#read_namespaced_virtual_machine_instance_migration) | **GET** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancemigrations/{name} | |
|
|
132
144
|
| [**read_namespaced_virtual_machine_instance_preset**](DefaultApi.md#read_namespaced_virtual_machine_instance_preset) | **GET** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancepresets/{name} | |
|
|
@@ -143,7 +155,8 @@ All URIs are relative to *http://localhost*
|
|
|
143
155
|
| [**replace_migration_policy**](DefaultApi.md#replace_migration_policy) | **PUT** /apis/migrations.kubevirt.io/v1alpha1/migrationpolicies/{name} | |
|
|
144
156
|
| [**replace_namespaced_kube_virt**](DefaultApi.md#replace_namespaced_kube_virt) | **PUT** /apis/kubevirt.io/v1/namespaces/{namespace}/kubevirt/{name} | |
|
|
145
157
|
| [**replace_namespaced_virtual_machine**](DefaultApi.md#replace_namespaced_virtual_machine) | **PUT** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachines/{name} | |
|
|
146
|
-
| [**
|
|
158
|
+
| [**replace_namespaced_virtual_machine_backup**](DefaultApi.md#replace_namespaced_virtual_machine_backup) | **PUT** /apis/backup.kubevirt.io/v1alpha1/namespaces/{namespace}/virtualmachinebackups/{name} | |
|
|
159
|
+
| [**replace_namespaced_virtual_machine_export**](DefaultApi.md#replace_namespaced_virtual_machine_export) | **PUT** /apis/export.kubevirt.io/v1/namespaces/{namespace}/virtualmachineexports/{name} | |
|
|
147
160
|
| [**replace_namespaced_virtual_machine_instance**](DefaultApi.md#replace_namespaced_virtual_machine_instance) | **PUT** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances/{name} | |
|
|
148
161
|
| [**replace_namespaced_virtual_machine_instance_migration**](DefaultApi.md#replace_namespaced_virtual_machine_instance_migration) | **PUT** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancemigrations/{name} | |
|
|
149
162
|
| [**replace_namespaced_virtual_machine_instance_preset**](DefaultApi.md#replace_namespaced_virtual_machine_instance_preset) | **PUT** /apis/kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstancepresets/{name} | |
|
|
@@ -157,6 +170,7 @@ All URIs are relative to *http://localhost*
|
|
|
157
170
|
| [**replace_virtual_machine_clone**](DefaultApi.md#replace_virtual_machine_clone) | **PUT** /apis/clone.kubevirt.io/v1beta1/virtualmachineclones/{name} | |
|
|
158
171
|
| [**replace_virtual_machine_cluster_instancetype**](DefaultApi.md#replace_virtual_machine_cluster_instancetype) | **PUT** /apis/instancetype.kubevirt.io/v1beta1/virtualmachineclusterinstancetypes/{name} | |
|
|
159
172
|
| [**replace_virtual_machine_cluster_preference**](DefaultApi.md#replace_virtual_machine_cluster_preference) | **PUT** /apis/instancetype.kubevirt.io/v1beta1/virtualmachineclusterpreferences/{name} | |
|
|
173
|
+
| [**v1_backup**](DefaultApi.md#v1_backup) | **PUT** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances/{name}/backup | |
|
|
160
174
|
| [**v1_check_health**](DefaultApi.md#v1_check_health) | **GET** /apis/subresources.kubevirt.io/v1/healthz | |
|
|
161
175
|
| [**v1_console**](DefaultApi.md#v1_console) | **GET** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances/{name}/console | |
|
|
162
176
|
| [**v1_expand_spec**](DefaultApi.md#v1_expand_spec) | **PUT** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/expand-vm-spec | |
|
|
@@ -168,6 +182,7 @@ All URIs are relative to *http://localhost*
|
|
|
168
182
|
| [**v1_memory_dump**](DefaultApi.md#v1_memory_dump) | **PUT** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/virtualmachines/{name}/memorydump | |
|
|
169
183
|
| [**v1_migrate**](DefaultApi.md#v1_migrate) | **PUT** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/virtualmachines/{name}/migrate | |
|
|
170
184
|
| [**v1_pause**](DefaultApi.md#v1_pause) | **PUT** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances/{name}/pause | |
|
|
185
|
+
| [**v1_redefine_checkpoint**](DefaultApi.md#v1_redefine_checkpoint) | **PUT** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances/{name}/redefine-checkpoint | |
|
|
171
186
|
| [**v1_remove_memory_dump**](DefaultApi.md#v1_remove_memory_dump) | **PUT** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/virtualmachines/{name}/removememorydump | |
|
|
172
187
|
| [**v1_reset**](DefaultApi.md#v1_reset) | **PUT** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances/{name}/reset | |
|
|
173
188
|
| [**v1_restart**](DefaultApi.md#v1_restart) | **PUT** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/virtualmachines/{name}/restart | |
|
|
@@ -185,6 +200,7 @@ All URIs are relative to *http://localhost*
|
|
|
185
200
|
| [**v1_vnc**](DefaultApi.md#v1_vnc) | **GET** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances/{name}/vnc | |
|
|
186
201
|
| [**v1_vnc_screenshot**](DefaultApi.md#v1_vnc_screenshot) | **GET** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances/{name}/vnc/screenshot | |
|
|
187
202
|
| [**v1_vsock**](DefaultApi.md#v1_vsock) | **GET** /apis/subresources.kubevirt.io/v1/namespaces/{namespace}/virtualmachineinstances/{name}/vsock | |
|
|
203
|
+
| [**v1alpha3_backup**](DefaultApi.md#v1alpha3_backup) | **PUT** /apis/subresources.kubevirt.io/v1alpha3/namespaces/{namespace}/virtualmachineinstances/{name}/backup | |
|
|
188
204
|
| [**v1alpha3_check_health**](DefaultApi.md#v1alpha3_check_health) | **GET** /apis/subresources.kubevirt.io/v1alpha3/healthz | |
|
|
189
205
|
| [**v1alpha3_console**](DefaultApi.md#v1alpha3_console) | **GET** /apis/subresources.kubevirt.io/v1alpha3/namespaces/{namespace}/virtualmachineinstances/{name}/console | |
|
|
190
206
|
| [**v1alpha3_expand_spec**](DefaultApi.md#v1alpha3_expand_spec) | **PUT** /apis/subresources.kubevirt.io/v1alpha3/namespaces/{namespace}/expand-vm-spec | |
|
|
@@ -195,6 +211,7 @@ All URIs are relative to *http://localhost*
|
|
|
195
211
|
| [**v1alpha3_memory_dump**](DefaultApi.md#v1alpha3_memory_dump) | **PUT** /apis/subresources.kubevirt.io/v1alpha3/namespaces/{namespace}/virtualmachines/{name}/memorydump | |
|
|
196
212
|
| [**v1alpha3_migrate**](DefaultApi.md#v1alpha3_migrate) | **PUT** /apis/subresources.kubevirt.io/v1alpha3/namespaces/{namespace}/virtualmachines/{name}/migrate | |
|
|
197
213
|
| [**v1alpha3_pause**](DefaultApi.md#v1alpha3_pause) | **PUT** /apis/subresources.kubevirt.io/v1alpha3/namespaces/{namespace}/virtualmachineinstances/{name}/pause | |
|
|
214
|
+
| [**v1alpha3_redefine_checkpoint**](DefaultApi.md#v1alpha3_redefine_checkpoint) | **PUT** /apis/subresources.kubevirt.io/v1alpha3/namespaces/{namespace}/virtualmachineinstances/{name}/redefine-checkpoint | |
|
|
198
215
|
| [**v1alpha3_remove_memory_dump**](DefaultApi.md#v1alpha3_remove_memory_dump) | **PUT** /apis/subresources.kubevirt.io/v1alpha3/namespaces/{namespace}/virtualmachines/{name}/removememorydump | |
|
|
199
216
|
| [**v1alpha3_reset**](DefaultApi.md#v1alpha3_reset) | **PUT** /apis/subresources.kubevirt.io/v1alpha3/namespaces/{namespace}/virtualmachineinstances/{name}/reset | |
|
|
200
217
|
| [**v1alpha3_restart**](DefaultApi.md#v1alpha3_restart) | **PUT** /apis/subresources.kubevirt.io/v1alpha3/namespaces/{namespace}/virtualmachines/{name}/restart | |
|
|
@@ -252,7 +269,8 @@ All URIs are relative to *http://localhost*
|
|
|
252
269
|
| [**watch_migration_policy_list_for_all_namespaces**](DefaultApi.md#watch_migration_policy_list_for_all_namespaces) | **GET** /apis/migrations.kubevirt.io/v1alpha1/watch/migrationpolicies | |
|
|
253
270
|
| [**watch_namespaced_kube_virt**](DefaultApi.md#watch_namespaced_kube_virt) | **GET** /apis/kubevirt.io/v1/watch/namespaces/{namespace}/kubevirt | |
|
|
254
271
|
| [**watch_namespaced_virtual_machine**](DefaultApi.md#watch_namespaced_virtual_machine) | **GET** /apis/kubevirt.io/v1/watch/namespaces/{namespace}/virtualmachines | |
|
|
255
|
-
| [**
|
|
272
|
+
| [**watch_namespaced_virtual_machine_backup**](DefaultApi.md#watch_namespaced_virtual_machine_backup) | **GET** /apis/backup.kubevirt.io/v1alpha1/watch/namespaces/{namespace}/virtualmachinebackups | |
|
|
273
|
+
| [**watch_namespaced_virtual_machine_export**](DefaultApi.md#watch_namespaced_virtual_machine_export) | **GET** /apis/export.kubevirt.io/v1/watch/namespaces/{namespace}/virtualmachineexports | |
|
|
256
274
|
| [**watch_namespaced_virtual_machine_instance**](DefaultApi.md#watch_namespaced_virtual_machine_instance) | **GET** /apis/kubevirt.io/v1/watch/namespaces/{namespace}/virtualmachineinstances | |
|
|
257
275
|
| [**watch_namespaced_virtual_machine_instance_migration**](DefaultApi.md#watch_namespaced_virtual_machine_instance_migration) | **GET** /apis/kubevirt.io/v1/watch/namespaces/{namespace}/virtualmachineinstancemigrations | |
|
|
258
276
|
| [**watch_namespaced_virtual_machine_instance_preset**](DefaultApi.md#watch_namespaced_virtual_machine_instance_preset) | **GET** /apis/kubevirt.io/v1/watch/namespaces/{namespace}/virtualmachineinstancepresets | |
|
|
@@ -263,10 +281,11 @@ All URIs are relative to *http://localhost*
|
|
|
263
281
|
| [**watch_namespaced_virtual_machine_restore**](DefaultApi.md#watch_namespaced_virtual_machine_restore) | **GET** /apis/snapshot.kubevirt.io/v1beta1/watch/namespaces/{namespace}/virtualmachinerestores | |
|
|
264
282
|
| [**watch_namespaced_virtual_machine_snapshot**](DefaultApi.md#watch_namespaced_virtual_machine_snapshot) | **GET** /apis/snapshot.kubevirt.io/v1beta1/watch/namespaces/{namespace}/virtualmachinesnapshots | |
|
|
265
283
|
| [**watch_namespaced_virtual_machine_snapshot_content**](DefaultApi.md#watch_namespaced_virtual_machine_snapshot_content) | **GET** /apis/snapshot.kubevirt.io/v1beta1/watch/namespaces/{namespace}/virtualmachinesnapshotcontents | |
|
|
284
|
+
| [**watch_virtual_machine_backup_list_for_all_namespaces**](DefaultApi.md#watch_virtual_machine_backup_list_for_all_namespaces) | **GET** /apis/backup.kubevirt.io/v1alpha1/watch/virtualmachinebackups | |
|
|
266
285
|
| [**watch_virtual_machine_clone_list_for_all_namespaces**](DefaultApi.md#watch_virtual_machine_clone_list_for_all_namespaces) | **GET** /apis/clone.kubevirt.io/v1beta1/watch/virtualmachineclones | |
|
|
267
286
|
| [**watch_virtual_machine_cluster_instancetype_list_for_all_namespaces**](DefaultApi.md#watch_virtual_machine_cluster_instancetype_list_for_all_namespaces) | **GET** /apis/instancetype.kubevirt.io/v1beta1/watch/virtualmachineclusterinstancetypes | |
|
|
268
287
|
| [**watch_virtual_machine_cluster_preference_list_for_all_namespaces**](DefaultApi.md#watch_virtual_machine_cluster_preference_list_for_all_namespaces) | **GET** /apis/instancetype.kubevirt.io/v1beta1/watch/virtualmachineclusterpreferences | |
|
|
269
|
-
| [**watch_virtual_machine_export_list_for_all_namespaces**](DefaultApi.md#watch_virtual_machine_export_list_for_all_namespaces) | **GET** /apis/export.kubevirt.io/
|
|
288
|
+
| [**watch_virtual_machine_export_list_for_all_namespaces**](DefaultApi.md#watch_virtual_machine_export_list_for_all_namespaces) | **GET** /apis/export.kubevirt.io/v1/watch/virtualmachineexports | |
|
|
270
289
|
| [**watch_virtual_machine_instance_list_for_all_namespaces**](DefaultApi.md#watch_virtual_machine_instance_list_for_all_namespaces) | **GET** /apis/kubevirt.io/v1/watch/virtualmachineinstances | |
|
|
271
290
|
| [**watch_virtual_machine_instance_migration_list_for_all_namespaces**](DefaultApi.md#watch_virtual_machine_instance_migration_list_for_all_namespaces) | **GET** /apis/kubevirt.io/v1/watch/virtualmachineinstancemigrations | |
|
|
272
291
|
| [**watch_virtual_machine_instance_preset_list_for_all_namespaces**](DefaultApi.md#watch_virtual_machine_instance_preset_list_for_all_namespaces) | **GET** /apis/kubevirt.io/v1/watch/virtualmachineinstancepresets | |
|
|
@@ -476,9 +495,75 @@ No authorization required
|
|
|
476
495
|
- **Accept**: application/json, application/yaml
|
|
477
496
|
|
|
478
497
|
|
|
498
|
+
## create_namespaced_virtual_machine_backup
|
|
499
|
+
|
|
500
|
+
> <V1alpha1VirtualMachineBackup> create_namespaced_virtual_machine_backup(namespace, body)
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
Create a VirtualMachineBackup object.
|
|
505
|
+
|
|
506
|
+
### Examples
|
|
507
|
+
|
|
508
|
+
```ruby
|
|
509
|
+
require 'time'
|
|
510
|
+
require 'kubevirt'
|
|
511
|
+
|
|
512
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
513
|
+
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
514
|
+
body = Kubevirt::V1alpha1VirtualMachineBackup.new({spec: Kubevirt::V1alpha1VirtualMachineBackupSpec.new({source: Kubevirt::K8sIoApiCoreV1TypedLocalObjectReference.new({kind: 'kind_example', name: 'name_example'})})}) # V1alpha1VirtualMachineBackup |
|
|
515
|
+
|
|
516
|
+
begin
|
|
517
|
+
|
|
518
|
+
result = api_instance.create_namespaced_virtual_machine_backup(namespace, body)
|
|
519
|
+
p result
|
|
520
|
+
rescue Kubevirt::ApiError => e
|
|
521
|
+
puts "Error when calling DefaultApi->create_namespaced_virtual_machine_backup: #{e}"
|
|
522
|
+
end
|
|
523
|
+
```
|
|
524
|
+
|
|
525
|
+
#### Using the create_namespaced_virtual_machine_backup_with_http_info variant
|
|
526
|
+
|
|
527
|
+
This returns an Array which contains the response data, status code and headers.
|
|
528
|
+
|
|
529
|
+
> <Array(<V1alpha1VirtualMachineBackup>, Integer, Hash)> create_namespaced_virtual_machine_backup_with_http_info(namespace, body)
|
|
530
|
+
|
|
531
|
+
```ruby
|
|
532
|
+
begin
|
|
533
|
+
|
|
534
|
+
data, status_code, headers = api_instance.create_namespaced_virtual_machine_backup_with_http_info(namespace, body)
|
|
535
|
+
p status_code # => 2xx
|
|
536
|
+
p headers # => { ... }
|
|
537
|
+
p data # => <V1alpha1VirtualMachineBackup>
|
|
538
|
+
rescue Kubevirt::ApiError => e
|
|
539
|
+
puts "Error when calling DefaultApi->create_namespaced_virtual_machine_backup_with_http_info: #{e}"
|
|
540
|
+
end
|
|
541
|
+
```
|
|
542
|
+
|
|
543
|
+
### Parameters
|
|
544
|
+
|
|
545
|
+
| Name | Type | Description | Notes |
|
|
546
|
+
| ---- | ---- | ----------- | ----- |
|
|
547
|
+
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
548
|
+
| **body** | [**V1alpha1VirtualMachineBackup**](V1alpha1VirtualMachineBackup.md) | | |
|
|
549
|
+
|
|
550
|
+
### Return type
|
|
551
|
+
|
|
552
|
+
[**V1alpha1VirtualMachineBackup**](V1alpha1VirtualMachineBackup.md)
|
|
553
|
+
|
|
554
|
+
### Authorization
|
|
555
|
+
|
|
556
|
+
No authorization required
|
|
557
|
+
|
|
558
|
+
### HTTP request headers
|
|
559
|
+
|
|
560
|
+
- **Content-Type**: application/json, application/yaml
|
|
561
|
+
- **Accept**: application/json, application/yaml
|
|
562
|
+
|
|
563
|
+
|
|
479
564
|
## create_namespaced_virtual_machine_export
|
|
480
565
|
|
|
481
|
-
> <
|
|
566
|
+
> <V1VirtualMachineExport> create_namespaced_virtual_machine_export(namespace, body)
|
|
482
567
|
|
|
483
568
|
|
|
484
569
|
|
|
@@ -492,7 +577,7 @@ require 'kubevirt'
|
|
|
492
577
|
|
|
493
578
|
api_instance = Kubevirt::DefaultApi.new
|
|
494
579
|
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
495
|
-
body = Kubevirt::
|
|
580
|
+
body = Kubevirt::V1VirtualMachineExport.new({spec: Kubevirt::V1VirtualMachineExportSpec.new({source: Kubevirt::K8sIoApiCoreV1TypedLocalObjectReference.new({kind: 'kind_example', name: 'name_example'})})}) # V1VirtualMachineExport |
|
|
496
581
|
|
|
497
582
|
begin
|
|
498
583
|
|
|
@@ -507,7 +592,7 @@ end
|
|
|
507
592
|
|
|
508
593
|
This returns an Array which contains the response data, status code and headers.
|
|
509
594
|
|
|
510
|
-
> <Array(<
|
|
595
|
+
> <Array(<V1VirtualMachineExport>, Integer, Hash)> create_namespaced_virtual_machine_export_with_http_info(namespace, body)
|
|
511
596
|
|
|
512
597
|
```ruby
|
|
513
598
|
begin
|
|
@@ -515,7 +600,7 @@ begin
|
|
|
515
600
|
data, status_code, headers = api_instance.create_namespaced_virtual_machine_export_with_http_info(namespace, body)
|
|
516
601
|
p status_code # => 2xx
|
|
517
602
|
p headers # => { ... }
|
|
518
|
-
p data # => <
|
|
603
|
+
p data # => <V1VirtualMachineExport>
|
|
519
604
|
rescue Kubevirt::ApiError => e
|
|
520
605
|
puts "Error when calling DefaultApi->create_namespaced_virtual_machine_export_with_http_info: #{e}"
|
|
521
606
|
end
|
|
@@ -526,11 +611,11 @@ end
|
|
|
526
611
|
| Name | Type | Description | Notes |
|
|
527
612
|
| ---- | ---- | ----------- | ----- |
|
|
528
613
|
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
529
|
-
| **body** | [**
|
|
614
|
+
| **body** | [**V1VirtualMachineExport**](V1VirtualMachineExport.md) | | |
|
|
530
615
|
|
|
531
616
|
### Return type
|
|
532
617
|
|
|
533
|
-
[**
|
|
618
|
+
[**V1VirtualMachineExport**](V1VirtualMachineExport.md)
|
|
534
619
|
|
|
535
620
|
### Authorization
|
|
536
621
|
|
|
@@ -1634,6 +1719,86 @@ No authorization required
|
|
|
1634
1719
|
- **Accept**: application/json, application/yaml
|
|
1635
1720
|
|
|
1636
1721
|
|
|
1722
|
+
## delete_collection_namespaced_virtual_machine_backup
|
|
1723
|
+
|
|
1724
|
+
> <K8sIoApimachineryPkgApisMetaV1Status> delete_collection_namespaced_virtual_machine_backup(opts)
|
|
1725
|
+
|
|
1726
|
+
|
|
1727
|
+
|
|
1728
|
+
Delete a collection of VirtualMachineBackup objects.
|
|
1729
|
+
|
|
1730
|
+
### Examples
|
|
1731
|
+
|
|
1732
|
+
```ruby
|
|
1733
|
+
require 'time'
|
|
1734
|
+
require 'kubevirt'
|
|
1735
|
+
|
|
1736
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
1737
|
+
opts = {
|
|
1738
|
+
continue: 'continue_example', # String | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
|
|
1739
|
+
field_selector: 'field_selector_example', # String | A selector to restrict the list of returned objects by their fields. Defaults to everything.
|
|
1740
|
+
include_uninitialized: true, # Boolean | If true, partially initialized resources are included in the response.
|
|
1741
|
+
label_selector: 'label_selector_example', # String | A selector to restrict the list of returned objects by their labels. Defaults to everything
|
|
1742
|
+
limit: 56, # Integer | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
|
|
1743
|
+
resource_version: 'resource_version_example', # String | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
|
|
1744
|
+
timeout_seconds: 56, # Integer | TimeoutSeconds for the list/watch call.
|
|
1745
|
+
watch: true # Boolean | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
begin
|
|
1749
|
+
|
|
1750
|
+
result = api_instance.delete_collection_namespaced_virtual_machine_backup(opts)
|
|
1751
|
+
p result
|
|
1752
|
+
rescue Kubevirt::ApiError => e
|
|
1753
|
+
puts "Error when calling DefaultApi->delete_collection_namespaced_virtual_machine_backup: #{e}"
|
|
1754
|
+
end
|
|
1755
|
+
```
|
|
1756
|
+
|
|
1757
|
+
#### Using the delete_collection_namespaced_virtual_machine_backup_with_http_info variant
|
|
1758
|
+
|
|
1759
|
+
This returns an Array which contains the response data, status code and headers.
|
|
1760
|
+
|
|
1761
|
+
> <Array(<K8sIoApimachineryPkgApisMetaV1Status>, Integer, Hash)> delete_collection_namespaced_virtual_machine_backup_with_http_info(opts)
|
|
1762
|
+
|
|
1763
|
+
```ruby
|
|
1764
|
+
begin
|
|
1765
|
+
|
|
1766
|
+
data, status_code, headers = api_instance.delete_collection_namespaced_virtual_machine_backup_with_http_info(opts)
|
|
1767
|
+
p status_code # => 2xx
|
|
1768
|
+
p headers # => { ... }
|
|
1769
|
+
p data # => <K8sIoApimachineryPkgApisMetaV1Status>
|
|
1770
|
+
rescue Kubevirt::ApiError => e
|
|
1771
|
+
puts "Error when calling DefaultApi->delete_collection_namespaced_virtual_machine_backup_with_http_info: #{e}"
|
|
1772
|
+
end
|
|
1773
|
+
```
|
|
1774
|
+
|
|
1775
|
+
### Parameters
|
|
1776
|
+
|
|
1777
|
+
| Name | Type | Description | Notes |
|
|
1778
|
+
| ---- | ---- | ----------- | ----- |
|
|
1779
|
+
| **continue** | **String** | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional] |
|
|
1780
|
+
| **field_selector** | **String** | A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] |
|
|
1781
|
+
| **include_uninitialized** | **Boolean** | If true, partially initialized resources are included in the response. | [optional] |
|
|
1782
|
+
| **label_selector** | **String** | A selector to restrict the list of returned objects by their labels. Defaults to everything | [optional] |
|
|
1783
|
+
| **limit** | **Integer** | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. | [optional] |
|
|
1784
|
+
| **resource_version** | **String** | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. | [optional] |
|
|
1785
|
+
| **timeout_seconds** | **Integer** | TimeoutSeconds for the list/watch call. | [optional] |
|
|
1786
|
+
| **watch** | **Boolean** | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. | [optional] |
|
|
1787
|
+
|
|
1788
|
+
### Return type
|
|
1789
|
+
|
|
1790
|
+
[**K8sIoApimachineryPkgApisMetaV1Status**](K8sIoApimachineryPkgApisMetaV1Status.md)
|
|
1791
|
+
|
|
1792
|
+
### Authorization
|
|
1793
|
+
|
|
1794
|
+
No authorization required
|
|
1795
|
+
|
|
1796
|
+
### HTTP request headers
|
|
1797
|
+
|
|
1798
|
+
- **Content-Type**: Not defined
|
|
1799
|
+
- **Accept**: application/json, application/yaml
|
|
1800
|
+
|
|
1801
|
+
|
|
1637
1802
|
## delete_collection_namespaced_virtual_machine_export
|
|
1638
1803
|
|
|
1639
1804
|
> <K8sIoApimachineryPkgApisMetaV1Status> delete_collection_namespaced_virtual_machine_export(opts)
|
|
@@ -2980,6 +3145,82 @@ No authorization required
|
|
|
2980
3145
|
- **Accept**: application/json, application/yaml
|
|
2981
3146
|
|
|
2982
3147
|
|
|
3148
|
+
## delete_namespaced_virtual_machine_backup
|
|
3149
|
+
|
|
3150
|
+
> <K8sIoApimachineryPkgApisMetaV1Status> delete_namespaced_virtual_machine_backup(name, namespace, body, opts)
|
|
3151
|
+
|
|
3152
|
+
|
|
3153
|
+
|
|
3154
|
+
Delete a VirtualMachineBackup object.
|
|
3155
|
+
|
|
3156
|
+
### Examples
|
|
3157
|
+
|
|
3158
|
+
```ruby
|
|
3159
|
+
require 'time'
|
|
3160
|
+
require 'kubevirt'
|
|
3161
|
+
|
|
3162
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
3163
|
+
name = 'name_example' # String | Name of the resource
|
|
3164
|
+
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
3165
|
+
body = Kubevirt::K8sIoApimachineryPkgApisMetaV1DeleteOptions.new # K8sIoApimachineryPkgApisMetaV1DeleteOptions |
|
|
3166
|
+
opts = {
|
|
3167
|
+
grace_period_seconds: 56, # Integer | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
|
|
3168
|
+
orphan_dependents: true, # Boolean | Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
|
|
3169
|
+
propagation_policy: 'propagation_policy_example' # String | Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
|
|
3170
|
+
}
|
|
3171
|
+
|
|
3172
|
+
begin
|
|
3173
|
+
|
|
3174
|
+
result = api_instance.delete_namespaced_virtual_machine_backup(name, namespace, body, opts)
|
|
3175
|
+
p result
|
|
3176
|
+
rescue Kubevirt::ApiError => e
|
|
3177
|
+
puts "Error when calling DefaultApi->delete_namespaced_virtual_machine_backup: #{e}"
|
|
3178
|
+
end
|
|
3179
|
+
```
|
|
3180
|
+
|
|
3181
|
+
#### Using the delete_namespaced_virtual_machine_backup_with_http_info variant
|
|
3182
|
+
|
|
3183
|
+
This returns an Array which contains the response data, status code and headers.
|
|
3184
|
+
|
|
3185
|
+
> <Array(<K8sIoApimachineryPkgApisMetaV1Status>, Integer, Hash)> delete_namespaced_virtual_machine_backup_with_http_info(name, namespace, body, opts)
|
|
3186
|
+
|
|
3187
|
+
```ruby
|
|
3188
|
+
begin
|
|
3189
|
+
|
|
3190
|
+
data, status_code, headers = api_instance.delete_namespaced_virtual_machine_backup_with_http_info(name, namespace, body, opts)
|
|
3191
|
+
p status_code # => 2xx
|
|
3192
|
+
p headers # => { ... }
|
|
3193
|
+
p data # => <K8sIoApimachineryPkgApisMetaV1Status>
|
|
3194
|
+
rescue Kubevirt::ApiError => e
|
|
3195
|
+
puts "Error when calling DefaultApi->delete_namespaced_virtual_machine_backup_with_http_info: #{e}"
|
|
3196
|
+
end
|
|
3197
|
+
```
|
|
3198
|
+
|
|
3199
|
+
### Parameters
|
|
3200
|
+
|
|
3201
|
+
| Name | Type | Description | Notes |
|
|
3202
|
+
| ---- | ---- | ----------- | ----- |
|
|
3203
|
+
| **name** | **String** | Name of the resource | |
|
|
3204
|
+
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
3205
|
+
| **body** | [**K8sIoApimachineryPkgApisMetaV1DeleteOptions**](K8sIoApimachineryPkgApisMetaV1DeleteOptions.md) | | |
|
|
3206
|
+
| **grace_period_seconds** | **Integer** | The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. | [optional] |
|
|
3207
|
+
| **orphan_dependents** | **Boolean** | Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. | [optional] |
|
|
3208
|
+
| **propagation_policy** | **String** | Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. | [optional] |
|
|
3209
|
+
|
|
3210
|
+
### Return type
|
|
3211
|
+
|
|
3212
|
+
[**K8sIoApimachineryPkgApisMetaV1Status**](K8sIoApimachineryPkgApisMetaV1Status.md)
|
|
3213
|
+
|
|
3214
|
+
### Authorization
|
|
3215
|
+
|
|
3216
|
+
No authorization required
|
|
3217
|
+
|
|
3218
|
+
### HTTP request headers
|
|
3219
|
+
|
|
3220
|
+
- **Content-Type**: application/json, application/yaml
|
|
3221
|
+
- **Accept**: application/json, application/yaml
|
|
3222
|
+
|
|
3223
|
+
|
|
2983
3224
|
## delete_namespaced_virtual_machine_export
|
|
2984
3225
|
|
|
2985
3226
|
> <K8sIoApimachineryPkgApisMetaV1Status> delete_namespaced_virtual_machine_export(name, namespace, body, opts)
|
|
@@ -4038,9 +4279,9 @@ No authorization required
|
|
|
4038
4279
|
- **Accept**: application/json, application/yaml
|
|
4039
4280
|
|
|
4040
4281
|
|
|
4041
|
-
##
|
|
4282
|
+
## func17
|
|
4042
4283
|
|
|
4043
|
-
>
|
|
4284
|
+
> func17
|
|
4044
4285
|
|
|
4045
4286
|
|
|
4046
4287
|
|
|
@@ -4056,27 +4297,27 @@ api_instance = Kubevirt::DefaultApi.new
|
|
|
4056
4297
|
|
|
4057
4298
|
begin
|
|
4058
4299
|
|
|
4059
|
-
api_instance.
|
|
4300
|
+
api_instance.func17
|
|
4060
4301
|
rescue Kubevirt::ApiError => e
|
|
4061
|
-
puts "Error when calling DefaultApi->
|
|
4302
|
+
puts "Error when calling DefaultApi->func17: #{e}"
|
|
4062
4303
|
end
|
|
4063
4304
|
```
|
|
4064
4305
|
|
|
4065
|
-
#### Using the
|
|
4306
|
+
#### Using the func17_with_http_info variant
|
|
4066
4307
|
|
|
4067
4308
|
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
4068
4309
|
|
|
4069
|
-
> <Array(nil, Integer, Hash)>
|
|
4310
|
+
> <Array(nil, Integer, Hash)> func17_with_http_info
|
|
4070
4311
|
|
|
4071
4312
|
```ruby
|
|
4072
4313
|
begin
|
|
4073
4314
|
|
|
4074
|
-
data, status_code, headers = api_instance.
|
|
4315
|
+
data, status_code, headers = api_instance.func17_with_http_info
|
|
4075
4316
|
p status_code # => 2xx
|
|
4076
4317
|
p headers # => { ... }
|
|
4077
4318
|
p data # => nil
|
|
4078
4319
|
rescue Kubevirt::ApiError => e
|
|
4079
|
-
puts "Error when calling DefaultApi->
|
|
4320
|
+
puts "Error when calling DefaultApi->func17_with_http_info: #{e}"
|
|
4080
4321
|
end
|
|
4081
4322
|
```
|
|
4082
4323
|
|
|
@@ -4156,6 +4397,67 @@ No authorization required
|
|
|
4156
4397
|
- **Accept**: Not defined
|
|
4157
4398
|
|
|
4158
4399
|
|
|
4400
|
+
## get_api_group_backup_kubevirt_io
|
|
4401
|
+
|
|
4402
|
+
> <K8sIoApimachineryPkgApisMetaV1APIGroup> get_api_group_backup_kubevirt_io
|
|
4403
|
+
|
|
4404
|
+
|
|
4405
|
+
|
|
4406
|
+
Get a KubeVirt API group
|
|
4407
|
+
|
|
4408
|
+
### Examples
|
|
4409
|
+
|
|
4410
|
+
```ruby
|
|
4411
|
+
require 'time'
|
|
4412
|
+
require 'kubevirt'
|
|
4413
|
+
|
|
4414
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
4415
|
+
|
|
4416
|
+
begin
|
|
4417
|
+
|
|
4418
|
+
result = api_instance.get_api_group_backup_kubevirt_io
|
|
4419
|
+
p result
|
|
4420
|
+
rescue Kubevirt::ApiError => e
|
|
4421
|
+
puts "Error when calling DefaultApi->get_api_group_backup_kubevirt_io: #{e}"
|
|
4422
|
+
end
|
|
4423
|
+
```
|
|
4424
|
+
|
|
4425
|
+
#### Using the get_api_group_backup_kubevirt_io_with_http_info variant
|
|
4426
|
+
|
|
4427
|
+
This returns an Array which contains the response data, status code and headers.
|
|
4428
|
+
|
|
4429
|
+
> <Array(<K8sIoApimachineryPkgApisMetaV1APIGroup>, Integer, Hash)> get_api_group_backup_kubevirt_io_with_http_info
|
|
4430
|
+
|
|
4431
|
+
```ruby
|
|
4432
|
+
begin
|
|
4433
|
+
|
|
4434
|
+
data, status_code, headers = api_instance.get_api_group_backup_kubevirt_io_with_http_info
|
|
4435
|
+
p status_code # => 2xx
|
|
4436
|
+
p headers # => { ... }
|
|
4437
|
+
p data # => <K8sIoApimachineryPkgApisMetaV1APIGroup>
|
|
4438
|
+
rescue Kubevirt::ApiError => e
|
|
4439
|
+
puts "Error when calling DefaultApi->get_api_group_backup_kubevirt_io_with_http_info: #{e}"
|
|
4440
|
+
end
|
|
4441
|
+
```
|
|
4442
|
+
|
|
4443
|
+
### Parameters
|
|
4444
|
+
|
|
4445
|
+
This endpoint does not need any parameter.
|
|
4446
|
+
|
|
4447
|
+
### Return type
|
|
4448
|
+
|
|
4449
|
+
[**K8sIoApimachineryPkgApisMetaV1APIGroup**](K8sIoApimachineryPkgApisMetaV1APIGroup.md)
|
|
4450
|
+
|
|
4451
|
+
### Authorization
|
|
4452
|
+
|
|
4453
|
+
No authorization required
|
|
4454
|
+
|
|
4455
|
+
### HTTP request headers
|
|
4456
|
+
|
|
4457
|
+
- **Content-Type**: Not defined
|
|
4458
|
+
- **Accept**: application/json
|
|
4459
|
+
|
|
4460
|
+
|
|
4159
4461
|
## get_api_group_clone_kubevirt_io
|
|
4160
4462
|
|
|
4161
4463
|
> <K8sIoApimachineryPkgApisMetaV1APIGroup> get_api_group_clone_kubevirt_io
|
|
@@ -4644,9 +4946,9 @@ No authorization required
|
|
|
4644
4946
|
- **Accept**: application/json
|
|
4645
4947
|
|
|
4646
4948
|
|
|
4647
|
-
##
|
|
4949
|
+
## get_api_resources_backup_kubevirt_io_v1alpha1
|
|
4648
4950
|
|
|
4649
|
-
> <K8sIoApimachineryPkgApisMetaV1APIResourceList>
|
|
4951
|
+
> <K8sIoApimachineryPkgApisMetaV1APIResourceList> get_api_resources_backup_kubevirt_io_v1alpha1
|
|
4650
4952
|
|
|
4651
4953
|
|
|
4652
4954
|
|
|
@@ -4662,28 +4964,28 @@ api_instance = Kubevirt::DefaultApi.new
|
|
|
4662
4964
|
|
|
4663
4965
|
begin
|
|
4664
4966
|
|
|
4665
|
-
result = api_instance.
|
|
4967
|
+
result = api_instance.get_api_resources_backup_kubevirt_io_v1alpha1
|
|
4666
4968
|
p result
|
|
4667
4969
|
rescue Kubevirt::ApiError => e
|
|
4668
|
-
puts "Error when calling DefaultApi->
|
|
4970
|
+
puts "Error when calling DefaultApi->get_api_resources_backup_kubevirt_io_v1alpha1: #{e}"
|
|
4669
4971
|
end
|
|
4670
4972
|
```
|
|
4671
4973
|
|
|
4672
|
-
#### Using the
|
|
4974
|
+
#### Using the get_api_resources_backup_kubevirt_io_v1alpha1_with_http_info variant
|
|
4673
4975
|
|
|
4674
4976
|
This returns an Array which contains the response data, status code and headers.
|
|
4675
4977
|
|
|
4676
|
-
> <Array(<K8sIoApimachineryPkgApisMetaV1APIResourceList>, Integer, Hash)>
|
|
4978
|
+
> <Array(<K8sIoApimachineryPkgApisMetaV1APIResourceList>, Integer, Hash)> get_api_resources_backup_kubevirt_io_v1alpha1_with_http_info
|
|
4677
4979
|
|
|
4678
4980
|
```ruby
|
|
4679
4981
|
begin
|
|
4680
4982
|
|
|
4681
|
-
data, status_code, headers = api_instance.
|
|
4983
|
+
data, status_code, headers = api_instance.get_api_resources_backup_kubevirt_io_v1alpha1_with_http_info
|
|
4682
4984
|
p status_code # => 2xx
|
|
4683
4985
|
p headers # => { ... }
|
|
4684
4986
|
p data # => <K8sIoApimachineryPkgApisMetaV1APIResourceList>
|
|
4685
4987
|
rescue Kubevirt::ApiError => e
|
|
4686
|
-
puts "Error when calling DefaultApi->
|
|
4988
|
+
puts "Error when calling DefaultApi->get_api_resources_backup_kubevirt_io_v1alpha1_with_http_info: #{e}"
|
|
4687
4989
|
end
|
|
4688
4990
|
```
|
|
4689
4991
|
|
|
@@ -4705,9 +5007,9 @@ No authorization required
|
|
|
4705
5007
|
- **Accept**: application/json
|
|
4706
5008
|
|
|
4707
5009
|
|
|
4708
|
-
##
|
|
5010
|
+
## get_api_resources_clone_kubevirt_io_v1beta1
|
|
4709
5011
|
|
|
4710
|
-
> <K8sIoApimachineryPkgApisMetaV1APIResourceList>
|
|
5012
|
+
> <K8sIoApimachineryPkgApisMetaV1APIResourceList> get_api_resources_clone_kubevirt_io_v1beta1
|
|
4711
5013
|
|
|
4712
5014
|
|
|
4713
5015
|
|
|
@@ -4723,28 +5025,89 @@ api_instance = Kubevirt::DefaultApi.new
|
|
|
4723
5025
|
|
|
4724
5026
|
begin
|
|
4725
5027
|
|
|
4726
|
-
result = api_instance.
|
|
5028
|
+
result = api_instance.get_api_resources_clone_kubevirt_io_v1beta1
|
|
4727
5029
|
p result
|
|
4728
5030
|
rescue Kubevirt::ApiError => e
|
|
4729
|
-
puts "Error when calling DefaultApi->
|
|
5031
|
+
puts "Error when calling DefaultApi->get_api_resources_clone_kubevirt_io_v1beta1: #{e}"
|
|
4730
5032
|
end
|
|
4731
5033
|
```
|
|
4732
5034
|
|
|
4733
|
-
#### Using the
|
|
5035
|
+
#### Using the get_api_resources_clone_kubevirt_io_v1beta1_with_http_info variant
|
|
4734
5036
|
|
|
4735
5037
|
This returns an Array which contains the response data, status code and headers.
|
|
4736
5038
|
|
|
4737
|
-
> <Array(<K8sIoApimachineryPkgApisMetaV1APIResourceList>, Integer, Hash)>
|
|
5039
|
+
> <Array(<K8sIoApimachineryPkgApisMetaV1APIResourceList>, Integer, Hash)> get_api_resources_clone_kubevirt_io_v1beta1_with_http_info
|
|
4738
5040
|
|
|
4739
5041
|
```ruby
|
|
4740
5042
|
begin
|
|
4741
5043
|
|
|
4742
|
-
data, status_code, headers = api_instance.
|
|
5044
|
+
data, status_code, headers = api_instance.get_api_resources_clone_kubevirt_io_v1beta1_with_http_info
|
|
4743
5045
|
p status_code # => 2xx
|
|
4744
5046
|
p headers # => { ... }
|
|
4745
5047
|
p data # => <K8sIoApimachineryPkgApisMetaV1APIResourceList>
|
|
4746
5048
|
rescue Kubevirt::ApiError => e
|
|
4747
|
-
puts "Error when calling DefaultApi->
|
|
5049
|
+
puts "Error when calling DefaultApi->get_api_resources_clone_kubevirt_io_v1beta1_with_http_info: #{e}"
|
|
5050
|
+
end
|
|
5051
|
+
```
|
|
5052
|
+
|
|
5053
|
+
### Parameters
|
|
5054
|
+
|
|
5055
|
+
This endpoint does not need any parameter.
|
|
5056
|
+
|
|
5057
|
+
### Return type
|
|
5058
|
+
|
|
5059
|
+
[**K8sIoApimachineryPkgApisMetaV1APIResourceList**](K8sIoApimachineryPkgApisMetaV1APIResourceList.md)
|
|
5060
|
+
|
|
5061
|
+
### Authorization
|
|
5062
|
+
|
|
5063
|
+
No authorization required
|
|
5064
|
+
|
|
5065
|
+
### HTTP request headers
|
|
5066
|
+
|
|
5067
|
+
- **Content-Type**: Not defined
|
|
5068
|
+
- **Accept**: application/json
|
|
5069
|
+
|
|
5070
|
+
|
|
5071
|
+
## get_api_resources_export_kubevirt_io_v1
|
|
5072
|
+
|
|
5073
|
+
> <K8sIoApimachineryPkgApisMetaV1APIResourceList> get_api_resources_export_kubevirt_io_v1
|
|
5074
|
+
|
|
5075
|
+
|
|
5076
|
+
|
|
5077
|
+
Get KubeVirt API Resources
|
|
5078
|
+
|
|
5079
|
+
### Examples
|
|
5080
|
+
|
|
5081
|
+
```ruby
|
|
5082
|
+
require 'time'
|
|
5083
|
+
require 'kubevirt'
|
|
5084
|
+
|
|
5085
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
5086
|
+
|
|
5087
|
+
begin
|
|
5088
|
+
|
|
5089
|
+
result = api_instance.get_api_resources_export_kubevirt_io_v1
|
|
5090
|
+
p result
|
|
5091
|
+
rescue Kubevirt::ApiError => e
|
|
5092
|
+
puts "Error when calling DefaultApi->get_api_resources_export_kubevirt_io_v1: #{e}"
|
|
5093
|
+
end
|
|
5094
|
+
```
|
|
5095
|
+
|
|
5096
|
+
#### Using the get_api_resources_export_kubevirt_io_v1_with_http_info variant
|
|
5097
|
+
|
|
5098
|
+
This returns an Array which contains the response data, status code and headers.
|
|
5099
|
+
|
|
5100
|
+
> <Array(<K8sIoApimachineryPkgApisMetaV1APIResourceList>, Integer, Hash)> get_api_resources_export_kubevirt_io_v1_with_http_info
|
|
5101
|
+
|
|
5102
|
+
```ruby
|
|
5103
|
+
begin
|
|
5104
|
+
|
|
5105
|
+
data, status_code, headers = api_instance.get_api_resources_export_kubevirt_io_v1_with_http_info
|
|
5106
|
+
p status_code # => 2xx
|
|
5107
|
+
p headers # => { ... }
|
|
5108
|
+
p data # => <K8sIoApimachineryPkgApisMetaV1APIResourceList>
|
|
5109
|
+
rescue Kubevirt::ApiError => e
|
|
5110
|
+
puts "Error when calling DefaultApi->get_api_resources_export_kubevirt_io_v1_with_http_info: #{e}"
|
|
4748
5111
|
end
|
|
4749
5112
|
```
|
|
4750
5113
|
|
|
@@ -5071,6 +5434,188 @@ No authorization required
|
|
|
5071
5434
|
- **Accept**: application/json
|
|
5072
5435
|
|
|
5073
5436
|
|
|
5437
|
+
## get_open_apiv3_discovery
|
|
5438
|
+
|
|
5439
|
+
> get_open_apiv3_discovery
|
|
5440
|
+
|
|
5441
|
+
|
|
5442
|
+
|
|
5443
|
+
Get OpenAPI v3 discovery
|
|
5444
|
+
|
|
5445
|
+
### Examples
|
|
5446
|
+
|
|
5447
|
+
```ruby
|
|
5448
|
+
require 'time'
|
|
5449
|
+
require 'kubevirt'
|
|
5450
|
+
|
|
5451
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
5452
|
+
|
|
5453
|
+
begin
|
|
5454
|
+
|
|
5455
|
+
api_instance.get_open_apiv3_discovery
|
|
5456
|
+
rescue Kubevirt::ApiError => e
|
|
5457
|
+
puts "Error when calling DefaultApi->get_open_apiv3_discovery: #{e}"
|
|
5458
|
+
end
|
|
5459
|
+
```
|
|
5460
|
+
|
|
5461
|
+
#### Using the get_open_apiv3_discovery_with_http_info variant
|
|
5462
|
+
|
|
5463
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
5464
|
+
|
|
5465
|
+
> <Array(nil, Integer, Hash)> get_open_apiv3_discovery_with_http_info
|
|
5466
|
+
|
|
5467
|
+
```ruby
|
|
5468
|
+
begin
|
|
5469
|
+
|
|
5470
|
+
data, status_code, headers = api_instance.get_open_apiv3_discovery_with_http_info
|
|
5471
|
+
p status_code # => 2xx
|
|
5472
|
+
p headers # => { ... }
|
|
5473
|
+
p data # => nil
|
|
5474
|
+
rescue Kubevirt::ApiError => e
|
|
5475
|
+
puts "Error when calling DefaultApi->get_open_apiv3_discovery_with_http_info: #{e}"
|
|
5476
|
+
end
|
|
5477
|
+
```
|
|
5478
|
+
|
|
5479
|
+
### Parameters
|
|
5480
|
+
|
|
5481
|
+
This endpoint does not need any parameter.
|
|
5482
|
+
|
|
5483
|
+
### Return type
|
|
5484
|
+
|
|
5485
|
+
nil (empty response body)
|
|
5486
|
+
|
|
5487
|
+
### Authorization
|
|
5488
|
+
|
|
5489
|
+
No authorization required
|
|
5490
|
+
|
|
5491
|
+
### HTTP request headers
|
|
5492
|
+
|
|
5493
|
+
- **Content-Type**: Not defined
|
|
5494
|
+
- **Accept**: Not defined
|
|
5495
|
+
|
|
5496
|
+
|
|
5497
|
+
## get_open_apiv3_spec_subresources_kubevirt_io_v1
|
|
5498
|
+
|
|
5499
|
+
> String get_open_apiv3_spec_subresources_kubevirt_io_v1
|
|
5500
|
+
|
|
5501
|
+
|
|
5502
|
+
|
|
5503
|
+
Get OpenAPI v3 specification for subresources.kubevirt.io/v1
|
|
5504
|
+
|
|
5505
|
+
### Examples
|
|
5506
|
+
|
|
5507
|
+
```ruby
|
|
5508
|
+
require 'time'
|
|
5509
|
+
require 'kubevirt'
|
|
5510
|
+
|
|
5511
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
5512
|
+
|
|
5513
|
+
begin
|
|
5514
|
+
|
|
5515
|
+
result = api_instance.get_open_apiv3_spec_subresources_kubevirt_io_v1
|
|
5516
|
+
p result
|
|
5517
|
+
rescue Kubevirt::ApiError => e
|
|
5518
|
+
puts "Error when calling DefaultApi->get_open_apiv3_spec_subresources_kubevirt_io_v1: #{e}"
|
|
5519
|
+
end
|
|
5520
|
+
```
|
|
5521
|
+
|
|
5522
|
+
#### Using the get_open_apiv3_spec_subresources_kubevirt_io_v1_with_http_info variant
|
|
5523
|
+
|
|
5524
|
+
This returns an Array which contains the response data, status code and headers.
|
|
5525
|
+
|
|
5526
|
+
> <Array(String, Integer, Hash)> get_open_apiv3_spec_subresources_kubevirt_io_v1_with_http_info
|
|
5527
|
+
|
|
5528
|
+
```ruby
|
|
5529
|
+
begin
|
|
5530
|
+
|
|
5531
|
+
data, status_code, headers = api_instance.get_open_apiv3_spec_subresources_kubevirt_io_v1_with_http_info
|
|
5532
|
+
p status_code # => 2xx
|
|
5533
|
+
p headers # => { ... }
|
|
5534
|
+
p data # => String
|
|
5535
|
+
rescue Kubevirt::ApiError => e
|
|
5536
|
+
puts "Error when calling DefaultApi->get_open_apiv3_spec_subresources_kubevirt_io_v1_with_http_info: #{e}"
|
|
5537
|
+
end
|
|
5538
|
+
```
|
|
5539
|
+
|
|
5540
|
+
### Parameters
|
|
5541
|
+
|
|
5542
|
+
This endpoint does not need any parameter.
|
|
5543
|
+
|
|
5544
|
+
### Return type
|
|
5545
|
+
|
|
5546
|
+
**String**
|
|
5547
|
+
|
|
5548
|
+
### Authorization
|
|
5549
|
+
|
|
5550
|
+
No authorization required
|
|
5551
|
+
|
|
5552
|
+
### HTTP request headers
|
|
5553
|
+
|
|
5554
|
+
- **Content-Type**: Not defined
|
|
5555
|
+
- **Accept**: application/json
|
|
5556
|
+
|
|
5557
|
+
|
|
5558
|
+
## get_open_apiv3_spec_subresources_kubevirt_io_v1alpha3
|
|
5559
|
+
|
|
5560
|
+
> String get_open_apiv3_spec_subresources_kubevirt_io_v1alpha3
|
|
5561
|
+
|
|
5562
|
+
|
|
5563
|
+
|
|
5564
|
+
Get OpenAPI v3 specification for subresources.kubevirt.io/v1alpha3
|
|
5565
|
+
|
|
5566
|
+
### Examples
|
|
5567
|
+
|
|
5568
|
+
```ruby
|
|
5569
|
+
require 'time'
|
|
5570
|
+
require 'kubevirt'
|
|
5571
|
+
|
|
5572
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
5573
|
+
|
|
5574
|
+
begin
|
|
5575
|
+
|
|
5576
|
+
result = api_instance.get_open_apiv3_spec_subresources_kubevirt_io_v1alpha3
|
|
5577
|
+
p result
|
|
5578
|
+
rescue Kubevirt::ApiError => e
|
|
5579
|
+
puts "Error when calling DefaultApi->get_open_apiv3_spec_subresources_kubevirt_io_v1alpha3: #{e}"
|
|
5580
|
+
end
|
|
5581
|
+
```
|
|
5582
|
+
|
|
5583
|
+
#### Using the get_open_apiv3_spec_subresources_kubevirt_io_v1alpha3_with_http_info variant
|
|
5584
|
+
|
|
5585
|
+
This returns an Array which contains the response data, status code and headers.
|
|
5586
|
+
|
|
5587
|
+
> <Array(String, Integer, Hash)> get_open_apiv3_spec_subresources_kubevirt_io_v1alpha3_with_http_info
|
|
5588
|
+
|
|
5589
|
+
```ruby
|
|
5590
|
+
begin
|
|
5591
|
+
|
|
5592
|
+
data, status_code, headers = api_instance.get_open_apiv3_spec_subresources_kubevirt_io_v1alpha3_with_http_info
|
|
5593
|
+
p status_code # => 2xx
|
|
5594
|
+
p headers # => { ... }
|
|
5595
|
+
p data # => String
|
|
5596
|
+
rescue Kubevirt::ApiError => e
|
|
5597
|
+
puts "Error when calling DefaultApi->get_open_apiv3_spec_subresources_kubevirt_io_v1alpha3_with_http_info: #{e}"
|
|
5598
|
+
end
|
|
5599
|
+
```
|
|
5600
|
+
|
|
5601
|
+
### Parameters
|
|
5602
|
+
|
|
5603
|
+
This endpoint does not need any parameter.
|
|
5604
|
+
|
|
5605
|
+
### Return type
|
|
5606
|
+
|
|
5607
|
+
**String**
|
|
5608
|
+
|
|
5609
|
+
### Authorization
|
|
5610
|
+
|
|
5611
|
+
No authorization required
|
|
5612
|
+
|
|
5613
|
+
### HTTP request headers
|
|
5614
|
+
|
|
5615
|
+
- **Content-Type**: Not defined
|
|
5616
|
+
- **Accept**: application/json
|
|
5617
|
+
|
|
5618
|
+
|
|
5074
5619
|
## get_root_paths
|
|
5075
5620
|
|
|
5076
5621
|
> <K8sIoApimachineryPkgApisMetaV1RootPaths> get_root_paths
|
|
@@ -5636,9 +6181,91 @@ No authorization required
|
|
|
5636
6181
|
- **Accept**: application/json, application/yaml, application/json;stream=watch
|
|
5637
6182
|
|
|
5638
6183
|
|
|
6184
|
+
## list_namespaced_virtual_machine_backup
|
|
6185
|
+
|
|
6186
|
+
> <V1alpha1VirtualMachineBackupList> list_namespaced_virtual_machine_backup(namespace, opts)
|
|
6187
|
+
|
|
6188
|
+
|
|
6189
|
+
|
|
6190
|
+
Get a list of VirtualMachineBackup objects.
|
|
6191
|
+
|
|
6192
|
+
### Examples
|
|
6193
|
+
|
|
6194
|
+
```ruby
|
|
6195
|
+
require 'time'
|
|
6196
|
+
require 'kubevirt'
|
|
6197
|
+
|
|
6198
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
6199
|
+
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
6200
|
+
opts = {
|
|
6201
|
+
continue: 'continue_example', # String | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
|
|
6202
|
+
field_selector: 'field_selector_example', # String | A selector to restrict the list of returned objects by their fields. Defaults to everything.
|
|
6203
|
+
include_uninitialized: true, # Boolean | If true, partially initialized resources are included in the response.
|
|
6204
|
+
label_selector: 'label_selector_example', # String | A selector to restrict the list of returned objects by their labels. Defaults to everything
|
|
6205
|
+
limit: 56, # Integer | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
|
|
6206
|
+
resource_version: 'resource_version_example', # String | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
|
|
6207
|
+
timeout_seconds: 56, # Integer | TimeoutSeconds for the list/watch call.
|
|
6208
|
+
watch: true # Boolean | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
|
|
6209
|
+
}
|
|
6210
|
+
|
|
6211
|
+
begin
|
|
6212
|
+
|
|
6213
|
+
result = api_instance.list_namespaced_virtual_machine_backup(namespace, opts)
|
|
6214
|
+
p result
|
|
6215
|
+
rescue Kubevirt::ApiError => e
|
|
6216
|
+
puts "Error when calling DefaultApi->list_namespaced_virtual_machine_backup: #{e}"
|
|
6217
|
+
end
|
|
6218
|
+
```
|
|
6219
|
+
|
|
6220
|
+
#### Using the list_namespaced_virtual_machine_backup_with_http_info variant
|
|
6221
|
+
|
|
6222
|
+
This returns an Array which contains the response data, status code and headers.
|
|
6223
|
+
|
|
6224
|
+
> <Array(<V1alpha1VirtualMachineBackupList>, Integer, Hash)> list_namespaced_virtual_machine_backup_with_http_info(namespace, opts)
|
|
6225
|
+
|
|
6226
|
+
```ruby
|
|
6227
|
+
begin
|
|
6228
|
+
|
|
6229
|
+
data, status_code, headers = api_instance.list_namespaced_virtual_machine_backup_with_http_info(namespace, opts)
|
|
6230
|
+
p status_code # => 2xx
|
|
6231
|
+
p headers # => { ... }
|
|
6232
|
+
p data # => <V1alpha1VirtualMachineBackupList>
|
|
6233
|
+
rescue Kubevirt::ApiError => e
|
|
6234
|
+
puts "Error when calling DefaultApi->list_namespaced_virtual_machine_backup_with_http_info: #{e}"
|
|
6235
|
+
end
|
|
6236
|
+
```
|
|
6237
|
+
|
|
6238
|
+
### Parameters
|
|
6239
|
+
|
|
6240
|
+
| Name | Type | Description | Notes |
|
|
6241
|
+
| ---- | ---- | ----------- | ----- |
|
|
6242
|
+
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
6243
|
+
| **continue** | **String** | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional] |
|
|
6244
|
+
| **field_selector** | **String** | A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] |
|
|
6245
|
+
| **include_uninitialized** | **Boolean** | If true, partially initialized resources are included in the response. | [optional] |
|
|
6246
|
+
| **label_selector** | **String** | A selector to restrict the list of returned objects by their labels. Defaults to everything | [optional] |
|
|
6247
|
+
| **limit** | **Integer** | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. | [optional] |
|
|
6248
|
+
| **resource_version** | **String** | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. | [optional] |
|
|
6249
|
+
| **timeout_seconds** | **Integer** | TimeoutSeconds for the list/watch call. | [optional] |
|
|
6250
|
+
| **watch** | **Boolean** | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. | [optional] |
|
|
6251
|
+
|
|
6252
|
+
### Return type
|
|
6253
|
+
|
|
6254
|
+
[**V1alpha1VirtualMachineBackupList**](V1alpha1VirtualMachineBackupList.md)
|
|
6255
|
+
|
|
6256
|
+
### Authorization
|
|
6257
|
+
|
|
6258
|
+
No authorization required
|
|
6259
|
+
|
|
6260
|
+
### HTTP request headers
|
|
6261
|
+
|
|
6262
|
+
- **Content-Type**: Not defined
|
|
6263
|
+
- **Accept**: application/json, application/yaml, application/json;stream=watch
|
|
6264
|
+
|
|
6265
|
+
|
|
5639
6266
|
## list_namespaced_virtual_machine_export
|
|
5640
6267
|
|
|
5641
|
-
> <
|
|
6268
|
+
> <V1VirtualMachineExportList> list_namespaced_virtual_machine_export(namespace, opts)
|
|
5642
6269
|
|
|
5643
6270
|
|
|
5644
6271
|
|
|
@@ -5676,7 +6303,7 @@ end
|
|
|
5676
6303
|
|
|
5677
6304
|
This returns an Array which contains the response data, status code and headers.
|
|
5678
6305
|
|
|
5679
|
-
> <Array(<
|
|
6306
|
+
> <Array(<V1VirtualMachineExportList>, Integer, Hash)> list_namespaced_virtual_machine_export_with_http_info(namespace, opts)
|
|
5680
6307
|
|
|
5681
6308
|
```ruby
|
|
5682
6309
|
begin
|
|
@@ -5684,7 +6311,7 @@ begin
|
|
|
5684
6311
|
data, status_code, headers = api_instance.list_namespaced_virtual_machine_export_with_http_info(namespace, opts)
|
|
5685
6312
|
p status_code # => 2xx
|
|
5686
6313
|
p headers # => { ... }
|
|
5687
|
-
p data # => <
|
|
6314
|
+
p data # => <V1VirtualMachineExportList>
|
|
5688
6315
|
rescue Kubevirt::ApiError => e
|
|
5689
6316
|
puts "Error when calling DefaultApi->list_namespaced_virtual_machine_export_with_http_info: #{e}"
|
|
5690
6317
|
end
|
|
@@ -5706,7 +6333,7 @@ end
|
|
|
5706
6333
|
|
|
5707
6334
|
### Return type
|
|
5708
6335
|
|
|
5709
|
-
[**
|
|
6336
|
+
[**V1VirtualMachineExportList**](V1VirtualMachineExportList.md)
|
|
5710
6337
|
|
|
5711
6338
|
### Authorization
|
|
5712
6339
|
|
|
@@ -6538,6 +7165,86 @@ No authorization required
|
|
|
6538
7165
|
- **Accept**: application/json, application/yaml, application/json;stream=watch
|
|
6539
7166
|
|
|
6540
7167
|
|
|
7168
|
+
## list_virtual_machine_backup_for_all_namespaces
|
|
7169
|
+
|
|
7170
|
+
> <V1alpha1VirtualMachineBackupList> list_virtual_machine_backup_for_all_namespaces(opts)
|
|
7171
|
+
|
|
7172
|
+
|
|
7173
|
+
|
|
7174
|
+
Get a list of all VirtualMachineBackup objects.
|
|
7175
|
+
|
|
7176
|
+
### Examples
|
|
7177
|
+
|
|
7178
|
+
```ruby
|
|
7179
|
+
require 'time'
|
|
7180
|
+
require 'kubevirt'
|
|
7181
|
+
|
|
7182
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
7183
|
+
opts = {
|
|
7184
|
+
continue: 'continue_example', # String | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
|
|
7185
|
+
field_selector: 'field_selector_example', # String | A selector to restrict the list of returned objects by their fields. Defaults to everything.
|
|
7186
|
+
include_uninitialized: true, # Boolean | If true, partially initialized resources are included in the response.
|
|
7187
|
+
label_selector: 'label_selector_example', # String | A selector to restrict the list of returned objects by their labels. Defaults to everything
|
|
7188
|
+
limit: 56, # Integer | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
|
|
7189
|
+
resource_version: 'resource_version_example', # String | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
|
|
7190
|
+
timeout_seconds: 56, # Integer | TimeoutSeconds for the list/watch call.
|
|
7191
|
+
watch: true # Boolean | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
|
|
7192
|
+
}
|
|
7193
|
+
|
|
7194
|
+
begin
|
|
7195
|
+
|
|
7196
|
+
result = api_instance.list_virtual_machine_backup_for_all_namespaces(opts)
|
|
7197
|
+
p result
|
|
7198
|
+
rescue Kubevirt::ApiError => e
|
|
7199
|
+
puts "Error when calling DefaultApi->list_virtual_machine_backup_for_all_namespaces: #{e}"
|
|
7200
|
+
end
|
|
7201
|
+
```
|
|
7202
|
+
|
|
7203
|
+
#### Using the list_virtual_machine_backup_for_all_namespaces_with_http_info variant
|
|
7204
|
+
|
|
7205
|
+
This returns an Array which contains the response data, status code and headers.
|
|
7206
|
+
|
|
7207
|
+
> <Array(<V1alpha1VirtualMachineBackupList>, Integer, Hash)> list_virtual_machine_backup_for_all_namespaces_with_http_info(opts)
|
|
7208
|
+
|
|
7209
|
+
```ruby
|
|
7210
|
+
begin
|
|
7211
|
+
|
|
7212
|
+
data, status_code, headers = api_instance.list_virtual_machine_backup_for_all_namespaces_with_http_info(opts)
|
|
7213
|
+
p status_code # => 2xx
|
|
7214
|
+
p headers # => { ... }
|
|
7215
|
+
p data # => <V1alpha1VirtualMachineBackupList>
|
|
7216
|
+
rescue Kubevirt::ApiError => e
|
|
7217
|
+
puts "Error when calling DefaultApi->list_virtual_machine_backup_for_all_namespaces_with_http_info: #{e}"
|
|
7218
|
+
end
|
|
7219
|
+
```
|
|
7220
|
+
|
|
7221
|
+
### Parameters
|
|
7222
|
+
|
|
7223
|
+
| Name | Type | Description | Notes |
|
|
7224
|
+
| ---- | ---- | ----------- | ----- |
|
|
7225
|
+
| **continue** | **String** | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional] |
|
|
7226
|
+
| **field_selector** | **String** | A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] |
|
|
7227
|
+
| **include_uninitialized** | **Boolean** | If true, partially initialized resources are included in the response. | [optional] |
|
|
7228
|
+
| **label_selector** | **String** | A selector to restrict the list of returned objects by their labels. Defaults to everything | [optional] |
|
|
7229
|
+
| **limit** | **Integer** | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. | [optional] |
|
|
7230
|
+
| **resource_version** | **String** | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. | [optional] |
|
|
7231
|
+
| **timeout_seconds** | **Integer** | TimeoutSeconds for the list/watch call. | [optional] |
|
|
7232
|
+
| **watch** | **Boolean** | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. | [optional] |
|
|
7233
|
+
|
|
7234
|
+
### Return type
|
|
7235
|
+
|
|
7236
|
+
[**V1alpha1VirtualMachineBackupList**](V1alpha1VirtualMachineBackupList.md)
|
|
7237
|
+
|
|
7238
|
+
### Authorization
|
|
7239
|
+
|
|
7240
|
+
No authorization required
|
|
7241
|
+
|
|
7242
|
+
### HTTP request headers
|
|
7243
|
+
|
|
7244
|
+
- **Content-Type**: Not defined
|
|
7245
|
+
- **Accept**: application/json, application/yaml, application/json;stream=watch
|
|
7246
|
+
|
|
7247
|
+
|
|
6541
7248
|
## list_virtual_machine_clone
|
|
6542
7249
|
|
|
6543
7250
|
> <V1beta1VirtualMachineCloneList> list_virtual_machine_clone(opts)
|
|
@@ -6780,7 +7487,7 @@ No authorization required
|
|
|
6780
7487
|
|
|
6781
7488
|
## list_virtual_machine_export_for_all_namespaces
|
|
6782
7489
|
|
|
6783
|
-
> <
|
|
7490
|
+
> <V1VirtualMachineExportList> list_virtual_machine_export_for_all_namespaces(opts)
|
|
6784
7491
|
|
|
6785
7492
|
|
|
6786
7493
|
|
|
@@ -6817,7 +7524,7 @@ end
|
|
|
6817
7524
|
|
|
6818
7525
|
This returns an Array which contains the response data, status code and headers.
|
|
6819
7526
|
|
|
6820
|
-
> <Array(<
|
|
7527
|
+
> <Array(<V1VirtualMachineExportList>, Integer, Hash)> list_virtual_machine_export_for_all_namespaces_with_http_info(opts)
|
|
6821
7528
|
|
|
6822
7529
|
```ruby
|
|
6823
7530
|
begin
|
|
@@ -6825,7 +7532,7 @@ begin
|
|
|
6825
7532
|
data, status_code, headers = api_instance.list_virtual_machine_export_for_all_namespaces_with_http_info(opts)
|
|
6826
7533
|
p status_code # => 2xx
|
|
6827
7534
|
p headers # => { ... }
|
|
6828
|
-
p data # => <
|
|
7535
|
+
p data # => <V1VirtualMachineExportList>
|
|
6829
7536
|
rescue Kubevirt::ApiError => e
|
|
6830
7537
|
puts "Error when calling DefaultApi->list_virtual_machine_export_for_all_namespaces_with_http_info: #{e}"
|
|
6831
7538
|
end
|
|
@@ -6846,7 +7553,7 @@ end
|
|
|
6846
7553
|
|
|
6847
7554
|
### Return type
|
|
6848
7555
|
|
|
6849
|
-
[**
|
|
7556
|
+
[**V1VirtualMachineExportList**](V1VirtualMachineExportList.md)
|
|
6850
7557
|
|
|
6851
7558
|
### Authorization
|
|
6852
7559
|
|
|
@@ -7940,9 +8647,77 @@ No authorization required
|
|
|
7940
8647
|
- **Accept**: application/json
|
|
7941
8648
|
|
|
7942
8649
|
|
|
8650
|
+
## patch_namespaced_virtual_machine_backup
|
|
8651
|
+
|
|
8652
|
+
> <V1alpha1VirtualMachineBackup> patch_namespaced_virtual_machine_backup(name, namespace, body)
|
|
8653
|
+
|
|
8654
|
+
|
|
8655
|
+
|
|
8656
|
+
Patch a VirtualMachineBackup object.
|
|
8657
|
+
|
|
8658
|
+
### Examples
|
|
8659
|
+
|
|
8660
|
+
```ruby
|
|
8661
|
+
require 'time'
|
|
8662
|
+
require 'kubevirt'
|
|
8663
|
+
|
|
8664
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
8665
|
+
name = 'name_example' # String | Name of the resource
|
|
8666
|
+
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
8667
|
+
body = { ... } # Object |
|
|
8668
|
+
|
|
8669
|
+
begin
|
|
8670
|
+
|
|
8671
|
+
result = api_instance.patch_namespaced_virtual_machine_backup(name, namespace, body)
|
|
8672
|
+
p result
|
|
8673
|
+
rescue Kubevirt::ApiError => e
|
|
8674
|
+
puts "Error when calling DefaultApi->patch_namespaced_virtual_machine_backup: #{e}"
|
|
8675
|
+
end
|
|
8676
|
+
```
|
|
8677
|
+
|
|
8678
|
+
#### Using the patch_namespaced_virtual_machine_backup_with_http_info variant
|
|
8679
|
+
|
|
8680
|
+
This returns an Array which contains the response data, status code and headers.
|
|
8681
|
+
|
|
8682
|
+
> <Array(<V1alpha1VirtualMachineBackup>, Integer, Hash)> patch_namespaced_virtual_machine_backup_with_http_info(name, namespace, body)
|
|
8683
|
+
|
|
8684
|
+
```ruby
|
|
8685
|
+
begin
|
|
8686
|
+
|
|
8687
|
+
data, status_code, headers = api_instance.patch_namespaced_virtual_machine_backup_with_http_info(name, namespace, body)
|
|
8688
|
+
p status_code # => 2xx
|
|
8689
|
+
p headers # => { ... }
|
|
8690
|
+
p data # => <V1alpha1VirtualMachineBackup>
|
|
8691
|
+
rescue Kubevirt::ApiError => e
|
|
8692
|
+
puts "Error when calling DefaultApi->patch_namespaced_virtual_machine_backup_with_http_info: #{e}"
|
|
8693
|
+
end
|
|
8694
|
+
```
|
|
8695
|
+
|
|
8696
|
+
### Parameters
|
|
8697
|
+
|
|
8698
|
+
| Name | Type | Description | Notes |
|
|
8699
|
+
| ---- | ---- | ----------- | ----- |
|
|
8700
|
+
| **name** | **String** | Name of the resource | |
|
|
8701
|
+
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
8702
|
+
| **body** | **Object** | | |
|
|
8703
|
+
|
|
8704
|
+
### Return type
|
|
8705
|
+
|
|
8706
|
+
[**V1alpha1VirtualMachineBackup**](V1alpha1VirtualMachineBackup.md)
|
|
8707
|
+
|
|
8708
|
+
### Authorization
|
|
8709
|
+
|
|
8710
|
+
No authorization required
|
|
8711
|
+
|
|
8712
|
+
### HTTP request headers
|
|
8713
|
+
|
|
8714
|
+
- **Content-Type**: application/json-patch+json, application/merge-patch+json
|
|
8715
|
+
- **Accept**: application/json
|
|
8716
|
+
|
|
8717
|
+
|
|
7943
8718
|
## patch_namespaced_virtual_machine_export
|
|
7944
8719
|
|
|
7945
|
-
> <
|
|
8720
|
+
> <V1VirtualMachineExport> patch_namespaced_virtual_machine_export(name, namespace, body)
|
|
7946
8721
|
|
|
7947
8722
|
|
|
7948
8723
|
|
|
@@ -7972,7 +8747,7 @@ end
|
|
|
7972
8747
|
|
|
7973
8748
|
This returns an Array which contains the response data, status code and headers.
|
|
7974
8749
|
|
|
7975
|
-
> <Array(<
|
|
8750
|
+
> <Array(<V1VirtualMachineExport>, Integer, Hash)> patch_namespaced_virtual_machine_export_with_http_info(name, namespace, body)
|
|
7976
8751
|
|
|
7977
8752
|
```ruby
|
|
7978
8753
|
begin
|
|
@@ -7980,7 +8755,7 @@ begin
|
|
|
7980
8755
|
data, status_code, headers = api_instance.patch_namespaced_virtual_machine_export_with_http_info(name, namespace, body)
|
|
7981
8756
|
p status_code # => 2xx
|
|
7982
8757
|
p headers # => { ... }
|
|
7983
|
-
p data # => <
|
|
8758
|
+
p data # => <V1VirtualMachineExport>
|
|
7984
8759
|
rescue Kubevirt::ApiError => e
|
|
7985
8760
|
puts "Error when calling DefaultApi->patch_namespaced_virtual_machine_export_with_http_info: #{e}"
|
|
7986
8761
|
end
|
|
@@ -7996,7 +8771,7 @@ end
|
|
|
7996
8771
|
|
|
7997
8772
|
### Return type
|
|
7998
8773
|
|
|
7999
|
-
[**
|
|
8774
|
+
[**V1VirtualMachineExport**](V1VirtualMachineExport.md)
|
|
8000
8775
|
|
|
8001
8776
|
### Authorization
|
|
8002
8777
|
|
|
@@ -8996,12 +9771,84 @@ This returns an Array which contains the response data, status code and headers.
|
|
|
8996
9771
|
```ruby
|
|
8997
9772
|
begin
|
|
8998
9773
|
|
|
8999
|
-
data, status_code, headers = api_instance.read_namespaced_kube_virt_with_http_info(name, namespace, opts)
|
|
9774
|
+
data, status_code, headers = api_instance.read_namespaced_kube_virt_with_http_info(name, namespace, opts)
|
|
9775
|
+
p status_code # => 2xx
|
|
9776
|
+
p headers # => { ... }
|
|
9777
|
+
p data # => <V1KubeVirt>
|
|
9778
|
+
rescue Kubevirt::ApiError => e
|
|
9779
|
+
puts "Error when calling DefaultApi->read_namespaced_kube_virt_with_http_info: #{e}"
|
|
9780
|
+
end
|
|
9781
|
+
```
|
|
9782
|
+
|
|
9783
|
+
### Parameters
|
|
9784
|
+
|
|
9785
|
+
| Name | Type | Description | Notes |
|
|
9786
|
+
| ---- | ---- | ----------- | ----- |
|
|
9787
|
+
| **name** | **String** | Name of the resource | |
|
|
9788
|
+
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
9789
|
+
| **exact** | **Boolean** | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. | [optional] |
|
|
9790
|
+
| **export** | **Boolean** | Should this value be exported. Export strips fields that a user can not specify. | [optional] |
|
|
9791
|
+
|
|
9792
|
+
### Return type
|
|
9793
|
+
|
|
9794
|
+
[**V1KubeVirt**](V1KubeVirt.md)
|
|
9795
|
+
|
|
9796
|
+
### Authorization
|
|
9797
|
+
|
|
9798
|
+
No authorization required
|
|
9799
|
+
|
|
9800
|
+
### HTTP request headers
|
|
9801
|
+
|
|
9802
|
+
- **Content-Type**: Not defined
|
|
9803
|
+
- **Accept**: application/json, application/yaml, application/json;stream=watch
|
|
9804
|
+
|
|
9805
|
+
|
|
9806
|
+
## read_namespaced_virtual_machine
|
|
9807
|
+
|
|
9808
|
+
> <V1VirtualMachine> read_namespaced_virtual_machine(name, namespace, opts)
|
|
9809
|
+
|
|
9810
|
+
|
|
9811
|
+
|
|
9812
|
+
Get a VirtualMachine object.
|
|
9813
|
+
|
|
9814
|
+
### Examples
|
|
9815
|
+
|
|
9816
|
+
```ruby
|
|
9817
|
+
require 'time'
|
|
9818
|
+
require 'kubevirt'
|
|
9819
|
+
|
|
9820
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
9821
|
+
name = 'name_example' # String | Name of the resource
|
|
9822
|
+
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
9823
|
+
opts = {
|
|
9824
|
+
exact: true, # Boolean | Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
|
|
9825
|
+
export: true # Boolean | Should this value be exported. Export strips fields that a user can not specify.
|
|
9826
|
+
}
|
|
9827
|
+
|
|
9828
|
+
begin
|
|
9829
|
+
|
|
9830
|
+
result = api_instance.read_namespaced_virtual_machine(name, namespace, opts)
|
|
9831
|
+
p result
|
|
9832
|
+
rescue Kubevirt::ApiError => e
|
|
9833
|
+
puts "Error when calling DefaultApi->read_namespaced_virtual_machine: #{e}"
|
|
9834
|
+
end
|
|
9835
|
+
```
|
|
9836
|
+
|
|
9837
|
+
#### Using the read_namespaced_virtual_machine_with_http_info variant
|
|
9838
|
+
|
|
9839
|
+
This returns an Array which contains the response data, status code and headers.
|
|
9840
|
+
|
|
9841
|
+
> <Array(<V1VirtualMachine>, Integer, Hash)> read_namespaced_virtual_machine_with_http_info(name, namespace, opts)
|
|
9842
|
+
|
|
9843
|
+
```ruby
|
|
9844
|
+
begin
|
|
9845
|
+
|
|
9846
|
+
data, status_code, headers = api_instance.read_namespaced_virtual_machine_with_http_info(name, namespace, opts)
|
|
9000
9847
|
p status_code # => 2xx
|
|
9001
9848
|
p headers # => { ... }
|
|
9002
|
-
p data # => <
|
|
9849
|
+
p data # => <V1VirtualMachine>
|
|
9003
9850
|
rescue Kubevirt::ApiError => e
|
|
9004
|
-
puts "Error when calling DefaultApi->
|
|
9851
|
+
puts "Error when calling DefaultApi->read_namespaced_virtual_machine_with_http_info: #{e}"
|
|
9005
9852
|
end
|
|
9006
9853
|
```
|
|
9007
9854
|
|
|
@@ -9016,7 +9863,7 @@ end
|
|
|
9016
9863
|
|
|
9017
9864
|
### Return type
|
|
9018
9865
|
|
|
9019
|
-
[**
|
|
9866
|
+
[**V1VirtualMachine**](V1VirtualMachine.md)
|
|
9020
9867
|
|
|
9021
9868
|
### Authorization
|
|
9022
9869
|
|
|
@@ -9028,13 +9875,13 @@ No authorization required
|
|
|
9028
9875
|
- **Accept**: application/json, application/yaml, application/json;stream=watch
|
|
9029
9876
|
|
|
9030
9877
|
|
|
9031
|
-
##
|
|
9878
|
+
## read_namespaced_virtual_machine_backup
|
|
9032
9879
|
|
|
9033
|
-
> <
|
|
9880
|
+
> <V1alpha1VirtualMachineBackup> read_namespaced_virtual_machine_backup(name, namespace, opts)
|
|
9034
9881
|
|
|
9035
9882
|
|
|
9036
9883
|
|
|
9037
|
-
Get a
|
|
9884
|
+
Get a VirtualMachineBackup object.
|
|
9038
9885
|
|
|
9039
9886
|
### Examples
|
|
9040
9887
|
|
|
@@ -9052,28 +9899,28 @@ opts = {
|
|
|
9052
9899
|
|
|
9053
9900
|
begin
|
|
9054
9901
|
|
|
9055
|
-
result = api_instance.
|
|
9902
|
+
result = api_instance.read_namespaced_virtual_machine_backup(name, namespace, opts)
|
|
9056
9903
|
p result
|
|
9057
9904
|
rescue Kubevirt::ApiError => e
|
|
9058
|
-
puts "Error when calling DefaultApi->
|
|
9905
|
+
puts "Error when calling DefaultApi->read_namespaced_virtual_machine_backup: #{e}"
|
|
9059
9906
|
end
|
|
9060
9907
|
```
|
|
9061
9908
|
|
|
9062
|
-
#### Using the
|
|
9909
|
+
#### Using the read_namespaced_virtual_machine_backup_with_http_info variant
|
|
9063
9910
|
|
|
9064
9911
|
This returns an Array which contains the response data, status code and headers.
|
|
9065
9912
|
|
|
9066
|
-
> <Array(<
|
|
9913
|
+
> <Array(<V1alpha1VirtualMachineBackup>, Integer, Hash)> read_namespaced_virtual_machine_backup_with_http_info(name, namespace, opts)
|
|
9067
9914
|
|
|
9068
9915
|
```ruby
|
|
9069
9916
|
begin
|
|
9070
9917
|
|
|
9071
|
-
data, status_code, headers = api_instance.
|
|
9918
|
+
data, status_code, headers = api_instance.read_namespaced_virtual_machine_backup_with_http_info(name, namespace, opts)
|
|
9072
9919
|
p status_code # => 2xx
|
|
9073
9920
|
p headers # => { ... }
|
|
9074
|
-
p data # => <
|
|
9921
|
+
p data # => <V1alpha1VirtualMachineBackup>
|
|
9075
9922
|
rescue Kubevirt::ApiError => e
|
|
9076
|
-
puts "Error when calling DefaultApi->
|
|
9923
|
+
puts "Error when calling DefaultApi->read_namespaced_virtual_machine_backup_with_http_info: #{e}"
|
|
9077
9924
|
end
|
|
9078
9925
|
```
|
|
9079
9926
|
|
|
@@ -9088,7 +9935,7 @@ end
|
|
|
9088
9935
|
|
|
9089
9936
|
### Return type
|
|
9090
9937
|
|
|
9091
|
-
[**
|
|
9938
|
+
[**V1alpha1VirtualMachineBackup**](V1alpha1VirtualMachineBackup.md)
|
|
9092
9939
|
|
|
9093
9940
|
### Authorization
|
|
9094
9941
|
|
|
@@ -9102,7 +9949,7 @@ No authorization required
|
|
|
9102
9949
|
|
|
9103
9950
|
## read_namespaced_virtual_machine_export
|
|
9104
9951
|
|
|
9105
|
-
> <
|
|
9952
|
+
> <V1VirtualMachineExport> read_namespaced_virtual_machine_export(name, namespace, opts)
|
|
9106
9953
|
|
|
9107
9954
|
|
|
9108
9955
|
|
|
@@ -9135,7 +9982,7 @@ end
|
|
|
9135
9982
|
|
|
9136
9983
|
This returns an Array which contains the response data, status code and headers.
|
|
9137
9984
|
|
|
9138
|
-
> <Array(<
|
|
9985
|
+
> <Array(<V1VirtualMachineExport>, Integer, Hash)> read_namespaced_virtual_machine_export_with_http_info(name, namespace, opts)
|
|
9139
9986
|
|
|
9140
9987
|
```ruby
|
|
9141
9988
|
begin
|
|
@@ -9143,7 +9990,7 @@ begin
|
|
|
9143
9990
|
data, status_code, headers = api_instance.read_namespaced_virtual_machine_export_with_http_info(name, namespace, opts)
|
|
9144
9991
|
p status_code # => 2xx
|
|
9145
9992
|
p headers # => { ... }
|
|
9146
|
-
p data # => <
|
|
9993
|
+
p data # => <V1VirtualMachineExport>
|
|
9147
9994
|
rescue Kubevirt::ApiError => e
|
|
9148
9995
|
puts "Error when calling DefaultApi->read_namespaced_virtual_machine_export_with_http_info: #{e}"
|
|
9149
9996
|
end
|
|
@@ -9160,7 +10007,7 @@ end
|
|
|
9160
10007
|
|
|
9161
10008
|
### Return type
|
|
9162
10009
|
|
|
9163
|
-
[**
|
|
10010
|
+
[**V1VirtualMachineExport**](V1VirtualMachineExport.md)
|
|
9164
10011
|
|
|
9165
10012
|
### Authorization
|
|
9166
10013
|
|
|
@@ -10304,9 +11151,77 @@ No authorization required
|
|
|
10304
11151
|
- **Accept**: application/json, application/yaml
|
|
10305
11152
|
|
|
10306
11153
|
|
|
11154
|
+
## replace_namespaced_virtual_machine_backup
|
|
11155
|
+
|
|
11156
|
+
> <V1alpha1VirtualMachineBackup> replace_namespaced_virtual_machine_backup(name, namespace, body)
|
|
11157
|
+
|
|
11158
|
+
|
|
11159
|
+
|
|
11160
|
+
Update a VirtualMachineBackup object.
|
|
11161
|
+
|
|
11162
|
+
### Examples
|
|
11163
|
+
|
|
11164
|
+
```ruby
|
|
11165
|
+
require 'time'
|
|
11166
|
+
require 'kubevirt'
|
|
11167
|
+
|
|
11168
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
11169
|
+
name = 'name_example' # String | Name of the resource
|
|
11170
|
+
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
11171
|
+
body = Kubevirt::V1alpha1VirtualMachineBackup.new({spec: Kubevirt::V1alpha1VirtualMachineBackupSpec.new({source: Kubevirt::K8sIoApiCoreV1TypedLocalObjectReference.new({kind: 'kind_example', name: 'name_example'})})}) # V1alpha1VirtualMachineBackup |
|
|
11172
|
+
|
|
11173
|
+
begin
|
|
11174
|
+
|
|
11175
|
+
result = api_instance.replace_namespaced_virtual_machine_backup(name, namespace, body)
|
|
11176
|
+
p result
|
|
11177
|
+
rescue Kubevirt::ApiError => e
|
|
11178
|
+
puts "Error when calling DefaultApi->replace_namespaced_virtual_machine_backup: #{e}"
|
|
11179
|
+
end
|
|
11180
|
+
```
|
|
11181
|
+
|
|
11182
|
+
#### Using the replace_namespaced_virtual_machine_backup_with_http_info variant
|
|
11183
|
+
|
|
11184
|
+
This returns an Array which contains the response data, status code and headers.
|
|
11185
|
+
|
|
11186
|
+
> <Array(<V1alpha1VirtualMachineBackup>, Integer, Hash)> replace_namespaced_virtual_machine_backup_with_http_info(name, namespace, body)
|
|
11187
|
+
|
|
11188
|
+
```ruby
|
|
11189
|
+
begin
|
|
11190
|
+
|
|
11191
|
+
data, status_code, headers = api_instance.replace_namespaced_virtual_machine_backup_with_http_info(name, namespace, body)
|
|
11192
|
+
p status_code # => 2xx
|
|
11193
|
+
p headers # => { ... }
|
|
11194
|
+
p data # => <V1alpha1VirtualMachineBackup>
|
|
11195
|
+
rescue Kubevirt::ApiError => e
|
|
11196
|
+
puts "Error when calling DefaultApi->replace_namespaced_virtual_machine_backup_with_http_info: #{e}"
|
|
11197
|
+
end
|
|
11198
|
+
```
|
|
11199
|
+
|
|
11200
|
+
### Parameters
|
|
11201
|
+
|
|
11202
|
+
| Name | Type | Description | Notes |
|
|
11203
|
+
| ---- | ---- | ----------- | ----- |
|
|
11204
|
+
| **name** | **String** | Name of the resource | |
|
|
11205
|
+
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
11206
|
+
| **body** | [**V1alpha1VirtualMachineBackup**](V1alpha1VirtualMachineBackup.md) | | |
|
|
11207
|
+
|
|
11208
|
+
### Return type
|
|
11209
|
+
|
|
11210
|
+
[**V1alpha1VirtualMachineBackup**](V1alpha1VirtualMachineBackup.md)
|
|
11211
|
+
|
|
11212
|
+
### Authorization
|
|
11213
|
+
|
|
11214
|
+
No authorization required
|
|
11215
|
+
|
|
11216
|
+
### HTTP request headers
|
|
11217
|
+
|
|
11218
|
+
- **Content-Type**: application/json, application/yaml
|
|
11219
|
+
- **Accept**: application/json, application/yaml
|
|
11220
|
+
|
|
11221
|
+
|
|
10307
11222
|
## replace_namespaced_virtual_machine_export
|
|
10308
11223
|
|
|
10309
|
-
> <
|
|
11224
|
+
> <V1VirtualMachineExport> replace_namespaced_virtual_machine_export(name, namespace, body)
|
|
10310
11225
|
|
|
10311
11226
|
|
|
10312
11227
|
|
|
@@ -10321,7 +11236,7 @@ require 'kubevirt'
|
|
|
10321
11236
|
api_instance = Kubevirt::DefaultApi.new
|
|
10322
11237
|
name = 'name_example' # String | Name of the resource
|
|
10323
11238
|
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
10324
|
-
body = Kubevirt::
|
|
11239
|
+
body = Kubevirt::V1VirtualMachineExport.new({spec: Kubevirt::V1VirtualMachineExportSpec.new({source: Kubevirt::K8sIoApiCoreV1TypedLocalObjectReference.new({kind: 'kind_example', name: 'name_example'})})}) # V1VirtualMachineExport |
|
|
10325
11240
|
|
|
10326
11241
|
begin
|
|
10327
11242
|
|
|
@@ -10336,7 +11251,7 @@ end
|
|
|
10336
11251
|
|
|
10337
11252
|
This returns an Array which contains the response data, status code and headers.
|
|
10338
11253
|
|
|
10339
|
-
> <Array(<
|
|
11254
|
+
> <Array(<V1VirtualMachineExport>, Integer, Hash)> replace_namespaced_virtual_machine_export_with_http_info(name, namespace, body)
|
|
10340
11255
|
|
|
10341
11256
|
```ruby
|
|
10342
11257
|
begin
|
|
@@ -10344,7 +11259,7 @@ begin
|
|
|
10344
11259
|
data, status_code, headers = api_instance.replace_namespaced_virtual_machine_export_with_http_info(name, namespace, body)
|
|
10345
11260
|
p status_code # => 2xx
|
|
10346
11261
|
p headers # => { ... }
|
|
10347
|
-
p data # => <
|
|
11262
|
+
p data # => <V1VirtualMachineExport>
|
|
10348
11263
|
rescue Kubevirt::ApiError => e
|
|
10349
11264
|
puts "Error when calling DefaultApi->replace_namespaced_virtual_machine_export_with_http_info: #{e}"
|
|
10350
11265
|
end
|
|
@@ -10356,11 +11271,11 @@ end
|
|
|
10356
11271
|
| ---- | ---- | ----------- | ----- |
|
|
10357
11272
|
| **name** | **String** | Name of the resource | |
|
|
10358
11273
|
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
10359
|
-
| **body** | [**
|
|
11274
|
+
| **body** | [**V1VirtualMachineExport**](V1VirtualMachineExport.md) | | |
|
|
10360
11275
|
|
|
10361
11276
|
### Return type
|
|
10362
11277
|
|
|
10363
|
-
[**
|
|
11278
|
+
[**V1VirtualMachineExport**](V1VirtualMachineExport.md)
|
|
10364
11279
|
|
|
10365
11280
|
### Authorization
|
|
10366
11281
|
|
|
@@ -11250,6 +12165,74 @@ No authorization required
|
|
|
11250
12165
|
- **Accept**: application/json, application/yaml
|
|
11251
12166
|
|
|
11252
12167
|
|
|
12168
|
+
## v1_backup
|
|
12169
|
+
|
|
12170
|
+
> String v1_backup(name, namespace, body)
|
|
12171
|
+
|
|
12172
|
+
|
|
12173
|
+
|
|
12174
|
+
Initiate a VirtualMachineInstance backup.
|
|
12175
|
+
|
|
12176
|
+
### Examples
|
|
12177
|
+
|
|
12178
|
+
```ruby
|
|
12179
|
+
require 'time'
|
|
12180
|
+
require 'kubevirt'
|
|
12181
|
+
|
|
12182
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
12183
|
+
name = 'name_example' # String | Name of the resource
|
|
12184
|
+
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
12185
|
+
body = Kubevirt::V1alpha1BackupOptions.new # V1alpha1BackupOptions |
|
|
12186
|
+
|
|
12187
|
+
begin
|
|
12188
|
+
|
|
12189
|
+
result = api_instance.v1_backup(name, namespace, body)
|
|
12190
|
+
p result
|
|
12191
|
+
rescue Kubevirt::ApiError => e
|
|
12192
|
+
puts "Error when calling DefaultApi->v1_backup: #{e}"
|
|
12193
|
+
end
|
|
12194
|
+
```
|
|
12195
|
+
|
|
12196
|
+
#### Using the v1_backup_with_http_info variant
|
|
12197
|
+
|
|
12198
|
+
This returns an Array which contains the response data, status code and headers.
|
|
12199
|
+
|
|
12200
|
+
> <Array(String, Integer, Hash)> v1_backup_with_http_info(name, namespace, body)
|
|
12201
|
+
|
|
12202
|
+
```ruby
|
|
12203
|
+
begin
|
|
12204
|
+
|
|
12205
|
+
data, status_code, headers = api_instance.v1_backup_with_http_info(name, namespace, body)
|
|
12206
|
+
p status_code # => 2xx
|
|
12207
|
+
p headers # => { ... }
|
|
12208
|
+
p data # => String
|
|
12209
|
+
rescue Kubevirt::ApiError => e
|
|
12210
|
+
puts "Error when calling DefaultApi->v1_backup_with_http_info: #{e}"
|
|
12211
|
+
end
|
|
12212
|
+
```
|
|
12213
|
+
|
|
12214
|
+
### Parameters
|
|
12215
|
+
|
|
12216
|
+
| Name | Type | Description | Notes |
|
|
12217
|
+
| ---- | ---- | ----------- | ----- |
|
|
12218
|
+
| **name** | **String** | Name of the resource | |
|
|
12219
|
+
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
12220
|
+
| **body** | [**V1alpha1BackupOptions**](V1alpha1BackupOptions.md) | | |
|
|
12221
|
+
|
|
12222
|
+
### Return type
|
|
12223
|
+
|
|
12224
|
+
**String**
|
|
12225
|
+
|
|
12226
|
+
### Authorization
|
|
12227
|
+
|
|
12228
|
+
No authorization required
|
|
12229
|
+
|
|
12230
|
+
### HTTP request headers
|
|
12231
|
+
|
|
12232
|
+
- **Content-Type**: Not defined
|
|
12233
|
+
- **Accept**: */*
|
|
12234
|
+
|
|
12235
|
+
|
|
11253
12236
|
## v1_check_health
|
|
11254
12237
|
|
|
11255
12238
|
> String v1_check_health
|
|
@@ -11964,6 +12947,74 @@ No authorization required
|
|
|
11964
12947
|
- **Accept**: */*
|
|
11965
12948
|
|
|
11966
12949
|
|
|
12950
|
+
## v1_redefine_checkpoint
|
|
12951
|
+
|
|
12952
|
+
> String v1_redefine_checkpoint(name, namespace, body)
|
|
12953
|
+
|
|
12954
|
+
|
|
12955
|
+
|
|
12956
|
+
Redefine a checkpoint for a VirtualMachineInstance.
|
|
12957
|
+
|
|
12958
|
+
### Examples
|
|
12959
|
+
|
|
12960
|
+
```ruby
|
|
12961
|
+
require 'time'
|
|
12962
|
+
require 'kubevirt'
|
|
12963
|
+
|
|
12964
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
12965
|
+
name = 'name_example' # String | Name of the resource
|
|
12966
|
+
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
12967
|
+
body = Kubevirt::V1alpha1BackupCheckpoint.new # V1alpha1BackupCheckpoint |
|
|
12968
|
+
|
|
12969
|
+
begin
|
|
12970
|
+
|
|
12971
|
+
result = api_instance.v1_redefine_checkpoint(name, namespace, body)
|
|
12972
|
+
p result
|
|
12973
|
+
rescue Kubevirt::ApiError => e
|
|
12974
|
+
puts "Error when calling DefaultApi->v1_redefine_checkpoint: #{e}"
|
|
12975
|
+
end
|
|
12976
|
+
```
|
|
12977
|
+
|
|
12978
|
+
#### Using the v1_redefine_checkpoint_with_http_info variant
|
|
12979
|
+
|
|
12980
|
+
This returns an Array which contains the response data, status code and headers.
|
|
12981
|
+
|
|
12982
|
+
> <Array(String, Integer, Hash)> v1_redefine_checkpoint_with_http_info(name, namespace, body)
|
|
12983
|
+
|
|
12984
|
+
```ruby
|
|
12985
|
+
begin
|
|
12986
|
+
|
|
12987
|
+
data, status_code, headers = api_instance.v1_redefine_checkpoint_with_http_info(name, namespace, body)
|
|
12988
|
+
p status_code # => 2xx
|
|
12989
|
+
p headers # => { ... }
|
|
12990
|
+
p data # => String
|
|
12991
|
+
rescue Kubevirt::ApiError => e
|
|
12992
|
+
puts "Error when calling DefaultApi->v1_redefine_checkpoint_with_http_info: #{e}"
|
|
12993
|
+
end
|
|
12994
|
+
```
|
|
12995
|
+
|
|
12996
|
+
### Parameters
|
|
12997
|
+
|
|
12998
|
+
| Name | Type | Description | Notes |
|
|
12999
|
+
| ---- | ---- | ----------- | ----- |
|
|
13000
|
+
| **name** | **String** | Name of the resource | |
|
|
13001
|
+
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
13002
|
+
| **body** | [**V1alpha1BackupCheckpoint**](V1alpha1BackupCheckpoint.md) | | |
|
|
13003
|
+
|
|
13004
|
+
### Return type
|
|
13005
|
+
|
|
13006
|
+
**String**
|
|
13007
|
+
|
|
13008
|
+
### Authorization
|
|
13009
|
+
|
|
13010
|
+
No authorization required
|
|
13011
|
+
|
|
13012
|
+
### HTTP request headers
|
|
13013
|
+
|
|
13014
|
+
- **Content-Type**: Not defined
|
|
13015
|
+
- **Accept**: */*
|
|
13016
|
+
|
|
13017
|
+
|
|
11967
13018
|
## v1_remove_memory_dump
|
|
11968
13019
|
|
|
11969
13020
|
> String v1_remove_memory_dump(name, namespace)
|
|
@@ -12934,12 +13985,81 @@ This returns an Array which contains the response data (`nil` in this case), sta
|
|
|
12934
13985
|
```ruby
|
|
12935
13986
|
begin
|
|
12936
13987
|
|
|
12937
|
-
data, status_code, headers = api_instance.v1_vnc_with_http_info(name, namespace, opts)
|
|
13988
|
+
data, status_code, headers = api_instance.v1_vnc_with_http_info(name, namespace, opts)
|
|
13989
|
+
p status_code # => 2xx
|
|
13990
|
+
p headers # => { ... }
|
|
13991
|
+
p data # => nil
|
|
13992
|
+
rescue Kubevirt::ApiError => e
|
|
13993
|
+
puts "Error when calling DefaultApi->v1_vnc_with_http_info: #{e}"
|
|
13994
|
+
end
|
|
13995
|
+
```
|
|
13996
|
+
|
|
13997
|
+
### Parameters
|
|
13998
|
+
|
|
13999
|
+
| Name | Type | Description | Notes |
|
|
14000
|
+
| ---- | ---- | ----------- | ----- |
|
|
14001
|
+
| **name** | **String** | Name of the resource | |
|
|
14002
|
+
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
14003
|
+
| **preserve_session** | **Boolean** | Connect only if ongoing session is not disturbed. | [optional] |
|
|
14004
|
+
|
|
14005
|
+
### Return type
|
|
14006
|
+
|
|
14007
|
+
nil (empty response body)
|
|
14008
|
+
|
|
14009
|
+
### Authorization
|
|
14010
|
+
|
|
14011
|
+
No authorization required
|
|
14012
|
+
|
|
14013
|
+
### HTTP request headers
|
|
14014
|
+
|
|
14015
|
+
- **Content-Type**: Not defined
|
|
14016
|
+
- **Accept**: Not defined
|
|
14017
|
+
|
|
14018
|
+
|
|
14019
|
+
## v1_vnc_screenshot
|
|
14020
|
+
|
|
14021
|
+
> v1_vnc_screenshot(name, namespace, opts)
|
|
14022
|
+
|
|
14023
|
+
|
|
14024
|
+
|
|
14025
|
+
Get a PNG VNC screenshot of the specified VirtualMachineInstance.
|
|
14026
|
+
|
|
14027
|
+
### Examples
|
|
14028
|
+
|
|
14029
|
+
```ruby
|
|
14030
|
+
require 'time'
|
|
14031
|
+
require 'kubevirt'
|
|
14032
|
+
|
|
14033
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
14034
|
+
name = 'name_example' # String | Name of the resource
|
|
14035
|
+
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
14036
|
+
opts = {
|
|
14037
|
+
move_cursor: true # Boolean | Move the cursor on the VNC display to wake up the screen
|
|
14038
|
+
}
|
|
14039
|
+
|
|
14040
|
+
begin
|
|
14041
|
+
|
|
14042
|
+
api_instance.v1_vnc_screenshot(name, namespace, opts)
|
|
14043
|
+
rescue Kubevirt::ApiError => e
|
|
14044
|
+
puts "Error when calling DefaultApi->v1_vnc_screenshot: #{e}"
|
|
14045
|
+
end
|
|
14046
|
+
```
|
|
14047
|
+
|
|
14048
|
+
#### Using the v1_vnc_screenshot_with_http_info variant
|
|
14049
|
+
|
|
14050
|
+
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
14051
|
+
|
|
14052
|
+
> <Array(nil, Integer, Hash)> v1_vnc_screenshot_with_http_info(name, namespace, opts)
|
|
14053
|
+
|
|
14054
|
+
```ruby
|
|
14055
|
+
begin
|
|
14056
|
+
|
|
14057
|
+
data, status_code, headers = api_instance.v1_vnc_screenshot_with_http_info(name, namespace, opts)
|
|
12938
14058
|
p status_code # => 2xx
|
|
12939
14059
|
p headers # => { ... }
|
|
12940
14060
|
p data # => nil
|
|
12941
14061
|
rescue Kubevirt::ApiError => e
|
|
12942
|
-
puts "Error when calling DefaultApi->
|
|
14062
|
+
puts "Error when calling DefaultApi->v1_vnc_screenshot_with_http_info: #{e}"
|
|
12943
14063
|
end
|
|
12944
14064
|
```
|
|
12945
14065
|
|
|
@@ -12949,7 +14069,7 @@ end
|
|
|
12949
14069
|
| ---- | ---- | ----------- | ----- |
|
|
12950
14070
|
| **name** | **String** | Name of the resource | |
|
|
12951
14071
|
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
12952
|
-
| **
|
|
14072
|
+
| **move_cursor** | **Boolean** | Move the cursor on the VNC display to wake up the screen | [optional] |
|
|
12953
14073
|
|
|
12954
14074
|
### Return type
|
|
12955
14075
|
|
|
@@ -12965,13 +14085,13 @@ No authorization required
|
|
|
12965
14085
|
- **Accept**: Not defined
|
|
12966
14086
|
|
|
12967
14087
|
|
|
12968
|
-
##
|
|
14088
|
+
## v1_vsock
|
|
12969
14089
|
|
|
12970
|
-
>
|
|
14090
|
+
> v1_vsock(name, namespace, port, opts)
|
|
12971
14091
|
|
|
12972
14092
|
|
|
12973
14093
|
|
|
12974
|
-
|
|
14094
|
+
Open a websocket connection forwarding traffic to the specified VirtualMachineInstance and port via VSOCK.
|
|
12975
14095
|
|
|
12976
14096
|
### Examples
|
|
12977
14097
|
|
|
@@ -12982,33 +14102,34 @@ require 'kubevirt'
|
|
|
12982
14102
|
api_instance = Kubevirt::DefaultApi.new
|
|
12983
14103
|
name = 'name_example' # String | Name of the resource
|
|
12984
14104
|
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
14105
|
+
port = 56 # Integer | The port which the VSOCK application listens to.
|
|
12985
14106
|
opts = {
|
|
12986
|
-
|
|
14107
|
+
tls: true # Boolean | Weather to request a TLS encrypted session from the VSOCK application.
|
|
12987
14108
|
}
|
|
12988
14109
|
|
|
12989
14110
|
begin
|
|
12990
14111
|
|
|
12991
|
-
api_instance.
|
|
14112
|
+
api_instance.v1_vsock(name, namespace, port, opts)
|
|
12992
14113
|
rescue Kubevirt::ApiError => e
|
|
12993
|
-
puts "Error when calling DefaultApi->
|
|
14114
|
+
puts "Error when calling DefaultApi->v1_vsock: #{e}"
|
|
12994
14115
|
end
|
|
12995
14116
|
```
|
|
12996
14117
|
|
|
12997
|
-
#### Using the
|
|
14118
|
+
#### Using the v1_vsock_with_http_info variant
|
|
12998
14119
|
|
|
12999
14120
|
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
|
13000
14121
|
|
|
13001
|
-
> <Array(nil, Integer, Hash)>
|
|
14122
|
+
> <Array(nil, Integer, Hash)> v1_vsock_with_http_info(name, namespace, port, opts)
|
|
13002
14123
|
|
|
13003
14124
|
```ruby
|
|
13004
14125
|
begin
|
|
13005
14126
|
|
|
13006
|
-
data, status_code, headers = api_instance.
|
|
14127
|
+
data, status_code, headers = api_instance.v1_vsock_with_http_info(name, namespace, port, opts)
|
|
13007
14128
|
p status_code # => 2xx
|
|
13008
14129
|
p headers # => { ... }
|
|
13009
14130
|
p data # => nil
|
|
13010
14131
|
rescue Kubevirt::ApiError => e
|
|
13011
|
-
puts "Error when calling DefaultApi->
|
|
14132
|
+
puts "Error when calling DefaultApi->v1_vsock_with_http_info: #{e}"
|
|
13012
14133
|
end
|
|
13013
14134
|
```
|
|
13014
14135
|
|
|
@@ -13018,7 +14139,8 @@ end
|
|
|
13018
14139
|
| ---- | ---- | ----------- | ----- |
|
|
13019
14140
|
| **name** | **String** | Name of the resource | |
|
|
13020
14141
|
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
13021
|
-
| **
|
|
14142
|
+
| **port** | **Integer** | The port which the VSOCK application listens to. | |
|
|
14143
|
+
| **tls** | **Boolean** | Weather to request a TLS encrypted session from the VSOCK application. | [optional] |
|
|
13022
14144
|
|
|
13023
14145
|
### Return type
|
|
13024
14146
|
|
|
@@ -13034,13 +14156,13 @@ No authorization required
|
|
|
13034
14156
|
- **Accept**: Not defined
|
|
13035
14157
|
|
|
13036
14158
|
|
|
13037
|
-
##
|
|
14159
|
+
## v1alpha3_backup
|
|
13038
14160
|
|
|
13039
|
-
>
|
|
14161
|
+
> String v1alpha3_backup(name, namespace, body)
|
|
13040
14162
|
|
|
13041
14163
|
|
|
13042
14164
|
|
|
13043
|
-
|
|
14165
|
+
Initiate a VirtualMachineInstance backup.
|
|
13044
14166
|
|
|
13045
14167
|
### Examples
|
|
13046
14168
|
|
|
@@ -13051,34 +14173,32 @@ require 'kubevirt'
|
|
|
13051
14173
|
api_instance = Kubevirt::DefaultApi.new
|
|
13052
14174
|
name = 'name_example' # String | Name of the resource
|
|
13053
14175
|
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
13054
|
-
|
|
13055
|
-
opts = {
|
|
13056
|
-
tls: true # Boolean | Weather to request a TLS encrypted session from the VSOCK application.
|
|
13057
|
-
}
|
|
14176
|
+
body = Kubevirt::V1alpha1BackupOptions.new # V1alpha1BackupOptions |
|
|
13058
14177
|
|
|
13059
14178
|
begin
|
|
13060
14179
|
|
|
13061
|
-
api_instance.
|
|
14180
|
+
result = api_instance.v1alpha3_backup(name, namespace, body)
|
|
14181
|
+
p result
|
|
13062
14182
|
rescue Kubevirt::ApiError => e
|
|
13063
|
-
puts "Error when calling DefaultApi->
|
|
14183
|
+
puts "Error when calling DefaultApi->v1alpha3_backup: #{e}"
|
|
13064
14184
|
end
|
|
13065
14185
|
```
|
|
13066
14186
|
|
|
13067
|
-
#### Using the
|
|
14187
|
+
#### Using the v1alpha3_backup_with_http_info variant
|
|
13068
14188
|
|
|
13069
|
-
This returns an Array which contains the response data
|
|
14189
|
+
This returns an Array which contains the response data, status code and headers.
|
|
13070
14190
|
|
|
13071
|
-
> <Array(
|
|
14191
|
+
> <Array(String, Integer, Hash)> v1alpha3_backup_with_http_info(name, namespace, body)
|
|
13072
14192
|
|
|
13073
14193
|
```ruby
|
|
13074
14194
|
begin
|
|
13075
14195
|
|
|
13076
|
-
data, status_code, headers = api_instance.
|
|
14196
|
+
data, status_code, headers = api_instance.v1alpha3_backup_with_http_info(name, namespace, body)
|
|
13077
14197
|
p status_code # => 2xx
|
|
13078
14198
|
p headers # => { ... }
|
|
13079
|
-
p data # =>
|
|
14199
|
+
p data # => String
|
|
13080
14200
|
rescue Kubevirt::ApiError => e
|
|
13081
|
-
puts "Error when calling DefaultApi->
|
|
14201
|
+
puts "Error when calling DefaultApi->v1alpha3_backup_with_http_info: #{e}"
|
|
13082
14202
|
end
|
|
13083
14203
|
```
|
|
13084
14204
|
|
|
@@ -13088,12 +14208,11 @@ end
|
|
|
13088
14208
|
| ---- | ---- | ----------- | ----- |
|
|
13089
14209
|
| **name** | **String** | Name of the resource | |
|
|
13090
14210
|
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
13091
|
-
| **
|
|
13092
|
-
| **tls** | **Boolean** | Weather to request a TLS encrypted session from the VSOCK application. | [optional] |
|
|
14211
|
+
| **body** | [**V1alpha1BackupOptions**](V1alpha1BackupOptions.md) | | |
|
|
13093
14212
|
|
|
13094
14213
|
### Return type
|
|
13095
14214
|
|
|
13096
|
-
|
|
14215
|
+
**String**
|
|
13097
14216
|
|
|
13098
14217
|
### Authorization
|
|
13099
14218
|
|
|
@@ -13102,7 +14221,7 @@ No authorization required
|
|
|
13102
14221
|
### HTTP request headers
|
|
13103
14222
|
|
|
13104
14223
|
- **Content-Type**: Not defined
|
|
13105
|
-
- **Accept**:
|
|
14224
|
+
- **Accept**: */*
|
|
13106
14225
|
|
|
13107
14226
|
|
|
13108
14227
|
## v1alpha3_check_health
|
|
@@ -13758,6 +14877,74 @@ No authorization required
|
|
|
13758
14877
|
- **Accept**: */*
|
|
13759
14878
|
|
|
13760
14879
|
|
|
14880
|
+
## v1alpha3_redefine_checkpoint
|
|
14881
|
+
|
|
14882
|
+
> String v1alpha3_redefine_checkpoint(name, namespace, body)
|
|
14883
|
+
|
|
14884
|
+
|
|
14885
|
+
|
|
14886
|
+
Redefine a checkpoint for a VirtualMachineInstance.
|
|
14887
|
+
|
|
14888
|
+
### Examples
|
|
14889
|
+
|
|
14890
|
+
```ruby
|
|
14891
|
+
require 'time'
|
|
14892
|
+
require 'kubevirt'
|
|
14893
|
+
|
|
14894
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
14895
|
+
name = 'name_example' # String | Name of the resource
|
|
14896
|
+
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
14897
|
+
body = Kubevirt::V1alpha1BackupCheckpoint.new # V1alpha1BackupCheckpoint |
|
|
14898
|
+
|
|
14899
|
+
begin
|
|
14900
|
+
|
|
14901
|
+
result = api_instance.v1alpha3_redefine_checkpoint(name, namespace, body)
|
|
14902
|
+
p result
|
|
14903
|
+
rescue Kubevirt::ApiError => e
|
|
14904
|
+
puts "Error when calling DefaultApi->v1alpha3_redefine_checkpoint: #{e}"
|
|
14905
|
+
end
|
|
14906
|
+
```
|
|
14907
|
+
|
|
14908
|
+
#### Using the v1alpha3_redefine_checkpoint_with_http_info variant
|
|
14909
|
+
|
|
14910
|
+
This returns an Array which contains the response data, status code and headers.
|
|
14911
|
+
|
|
14912
|
+
> <Array(String, Integer, Hash)> v1alpha3_redefine_checkpoint_with_http_info(name, namespace, body)
|
|
14913
|
+
|
|
14914
|
+
```ruby
|
|
14915
|
+
begin
|
|
14916
|
+
|
|
14917
|
+
data, status_code, headers = api_instance.v1alpha3_redefine_checkpoint_with_http_info(name, namespace, body)
|
|
14918
|
+
p status_code # => 2xx
|
|
14919
|
+
p headers # => { ... }
|
|
14920
|
+
p data # => String
|
|
14921
|
+
rescue Kubevirt::ApiError => e
|
|
14922
|
+
puts "Error when calling DefaultApi->v1alpha3_redefine_checkpoint_with_http_info: #{e}"
|
|
14923
|
+
end
|
|
14924
|
+
```
|
|
14925
|
+
|
|
14926
|
+
### Parameters
|
|
14927
|
+
|
|
14928
|
+
| Name | Type | Description | Notes |
|
|
14929
|
+
| ---- | ---- | ----------- | ----- |
|
|
14930
|
+
| **name** | **String** | Name of the resource | |
|
|
14931
|
+
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
14932
|
+
| **body** | [**V1alpha1BackupCheckpoint**](V1alpha1BackupCheckpoint.md) | | |
|
|
14933
|
+
|
|
14934
|
+
### Return type
|
|
14935
|
+
|
|
14936
|
+
**String**
|
|
14937
|
+
|
|
14938
|
+
### Authorization
|
|
14939
|
+
|
|
14940
|
+
No authorization required
|
|
14941
|
+
|
|
14942
|
+
### HTTP request headers
|
|
14943
|
+
|
|
14944
|
+
- **Content-Type**: Not defined
|
|
14945
|
+
- **Accept**: */*
|
|
14946
|
+
|
|
14947
|
+
|
|
13761
14948
|
## v1alpha3_remove_memory_dump
|
|
13762
14949
|
|
|
13763
14950
|
> String v1alpha3_remove_memory_dump(name, namespace)
|
|
@@ -17587,6 +18774,88 @@ No authorization required
|
|
|
17587
18774
|
- **Accept**: application/json
|
|
17588
18775
|
|
|
17589
18776
|
|
|
18777
|
+
## watch_namespaced_virtual_machine_backup
|
|
18778
|
+
|
|
18779
|
+
> <K8sIoApimachineryPkgApisMetaV1WatchEvent> watch_namespaced_virtual_machine_backup(namespace, opts)
|
|
18780
|
+
|
|
18781
|
+
|
|
18782
|
+
|
|
18783
|
+
Watch a VirtualMachineBackup object.
|
|
18784
|
+
|
|
18785
|
+
### Examples
|
|
18786
|
+
|
|
18787
|
+
```ruby
|
|
18788
|
+
require 'time'
|
|
18789
|
+
require 'kubevirt'
|
|
18790
|
+
|
|
18791
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
18792
|
+
namespace = 'namespace_example' # String | Object name and auth scope, such as for teams and projects
|
|
18793
|
+
opts = {
|
|
18794
|
+
continue: 'continue_example', # String | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
|
|
18795
|
+
field_selector: 'field_selector_example', # String | A selector to restrict the list of returned objects by their fields. Defaults to everything.
|
|
18796
|
+
include_uninitialized: true, # Boolean | If true, partially initialized resources are included in the response.
|
|
18797
|
+
label_selector: 'label_selector_example', # String | A selector to restrict the list of returned objects by their labels. Defaults to everything
|
|
18798
|
+
limit: 56, # Integer | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
|
|
18799
|
+
resource_version: 'resource_version_example', # String | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
|
|
18800
|
+
timeout_seconds: 56, # Integer | TimeoutSeconds for the list/watch call.
|
|
18801
|
+
watch: true # Boolean | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
|
|
18802
|
+
}
|
|
18803
|
+
|
|
18804
|
+
begin
|
|
18805
|
+
|
|
18806
|
+
result = api_instance.watch_namespaced_virtual_machine_backup(namespace, opts)
|
|
18807
|
+
p result
|
|
18808
|
+
rescue Kubevirt::ApiError => e
|
|
18809
|
+
puts "Error when calling DefaultApi->watch_namespaced_virtual_machine_backup: #{e}"
|
|
18810
|
+
end
|
|
18811
|
+
```
|
|
18812
|
+
|
|
18813
|
+
#### Using the watch_namespaced_virtual_machine_backup_with_http_info variant
|
|
18814
|
+
|
|
18815
|
+
This returns an Array which contains the response data, status code and headers.
|
|
18816
|
+
|
|
18817
|
+
> <Array(<K8sIoApimachineryPkgApisMetaV1WatchEvent>, Integer, Hash)> watch_namespaced_virtual_machine_backup_with_http_info(namespace, opts)
|
|
18818
|
+
|
|
18819
|
+
```ruby
|
|
18820
|
+
begin
|
|
18821
|
+
|
|
18822
|
+
data, status_code, headers = api_instance.watch_namespaced_virtual_machine_backup_with_http_info(namespace, opts)
|
|
18823
|
+
p status_code # => 2xx
|
|
18824
|
+
p headers # => { ... }
|
|
18825
|
+
p data # => <K8sIoApimachineryPkgApisMetaV1WatchEvent>
|
|
18826
|
+
rescue Kubevirt::ApiError => e
|
|
18827
|
+
puts "Error when calling DefaultApi->watch_namespaced_virtual_machine_backup_with_http_info: #{e}"
|
|
18828
|
+
end
|
|
18829
|
+
```
|
|
18830
|
+
|
|
18831
|
+
### Parameters
|
|
18832
|
+
|
|
18833
|
+
| Name | Type | Description | Notes |
|
|
18834
|
+
| ---- | ---- | ----------- | ----- |
|
|
18835
|
+
| **namespace** | **String** | Object name and auth scope, such as for teams and projects | |
|
|
18836
|
+
| **continue** | **String** | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional] |
|
|
18837
|
+
| **field_selector** | **String** | A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] |
|
|
18838
|
+
| **include_uninitialized** | **Boolean** | If true, partially initialized resources are included in the response. | [optional] |
|
|
18839
|
+
| **label_selector** | **String** | A selector to restrict the list of returned objects by their labels. Defaults to everything | [optional] |
|
|
18840
|
+
| **limit** | **Integer** | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. | [optional] |
|
|
18841
|
+
| **resource_version** | **String** | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. | [optional] |
|
|
18842
|
+
| **timeout_seconds** | **Integer** | TimeoutSeconds for the list/watch call. | [optional] |
|
|
18843
|
+
| **watch** | **Boolean** | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. | [optional] |
|
|
18844
|
+
|
|
18845
|
+
### Return type
|
|
18846
|
+
|
|
18847
|
+
[**K8sIoApimachineryPkgApisMetaV1WatchEvent**](K8sIoApimachineryPkgApisMetaV1WatchEvent.md)
|
|
18848
|
+
|
|
18849
|
+
### Authorization
|
|
18850
|
+
|
|
18851
|
+
No authorization required
|
|
18852
|
+
|
|
18853
|
+
### HTTP request headers
|
|
18854
|
+
|
|
18855
|
+
- **Content-Type**: Not defined
|
|
18856
|
+
- **Accept**: application/json
|
|
18857
|
+
|
|
18858
|
+
|
|
17590
18859
|
## watch_namespaced_virtual_machine_export
|
|
17591
18860
|
|
|
17592
18861
|
> <K8sIoApimachineryPkgApisMetaV1WatchEvent> watch_namespaced_virtual_machine_export(namespace, opts)
|
|
@@ -18489,6 +19758,86 @@ No authorization required
|
|
|
18489
19758
|
- **Accept**: application/json
|
|
18490
19759
|
|
|
18491
19760
|
|
|
19761
|
+
## watch_virtual_machine_backup_list_for_all_namespaces
|
|
19762
|
+
|
|
19763
|
+
> <K8sIoApimachineryPkgApisMetaV1WatchEvent> watch_virtual_machine_backup_list_for_all_namespaces(opts)
|
|
19764
|
+
|
|
19765
|
+
|
|
19766
|
+
|
|
19767
|
+
Watch a VirtualMachineBackupList object.
|
|
19768
|
+
|
|
19769
|
+
### Examples
|
|
19770
|
+
|
|
19771
|
+
```ruby
|
|
19772
|
+
require 'time'
|
|
19773
|
+
require 'kubevirt'
|
|
19774
|
+
|
|
19775
|
+
api_instance = Kubevirt::DefaultApi.new
|
|
19776
|
+
opts = {
|
|
19777
|
+
continue: 'continue_example', # String | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
|
|
19778
|
+
field_selector: 'field_selector_example', # String | A selector to restrict the list of returned objects by their fields. Defaults to everything.
|
|
19779
|
+
include_uninitialized: true, # Boolean | If true, partially initialized resources are included in the response.
|
|
19780
|
+
label_selector: 'label_selector_example', # String | A selector to restrict the list of returned objects by their labels. Defaults to everything
|
|
19781
|
+
limit: 56, # Integer | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
|
|
19782
|
+
resource_version: 'resource_version_example', # String | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
|
|
19783
|
+
timeout_seconds: 56, # Integer | TimeoutSeconds for the list/watch call.
|
|
19784
|
+
watch: true # Boolean | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
|
|
19785
|
+
}
|
|
19786
|
+
|
|
19787
|
+
begin
|
|
19788
|
+
|
|
19789
|
+
result = api_instance.watch_virtual_machine_backup_list_for_all_namespaces(opts)
|
|
19790
|
+
p result
|
|
19791
|
+
rescue Kubevirt::ApiError => e
|
|
19792
|
+
puts "Error when calling DefaultApi->watch_virtual_machine_backup_list_for_all_namespaces: #{e}"
|
|
19793
|
+
end
|
|
19794
|
+
```
|
|
19795
|
+
|
|
19796
|
+
#### Using the watch_virtual_machine_backup_list_for_all_namespaces_with_http_info variant
|
|
19797
|
+
|
|
19798
|
+
This returns an Array which contains the response data, status code and headers.
|
|
19799
|
+
|
|
19800
|
+
> <Array(<K8sIoApimachineryPkgApisMetaV1WatchEvent>, Integer, Hash)> watch_virtual_machine_backup_list_for_all_namespaces_with_http_info(opts)
|
|
19801
|
+
|
|
19802
|
+
```ruby
|
|
19803
|
+
begin
|
|
19804
|
+
|
|
19805
|
+
data, status_code, headers = api_instance.watch_virtual_machine_backup_list_for_all_namespaces_with_http_info(opts)
|
|
19806
|
+
p status_code # => 2xx
|
|
19807
|
+
p headers # => { ... }
|
|
19808
|
+
p data # => <K8sIoApimachineryPkgApisMetaV1WatchEvent>
|
|
19809
|
+
rescue Kubevirt::ApiError => e
|
|
19810
|
+
puts "Error when calling DefaultApi->watch_virtual_machine_backup_list_for_all_namespaces_with_http_info: #{e}"
|
|
19811
|
+
end
|
|
19812
|
+
```
|
|
19813
|
+
|
|
19814
|
+
### Parameters
|
|
19815
|
+
|
|
19816
|
+
| Name | Type | Description | Notes |
|
|
19817
|
+
| ---- | ---- | ----------- | ----- |
|
|
19818
|
+
| **continue** | **String** | The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. | [optional] |
|
|
19819
|
+
| **field_selector** | **String** | A selector to restrict the list of returned objects by their fields. Defaults to everything. | [optional] |
|
|
19820
|
+
| **include_uninitialized** | **Boolean** | If true, partially initialized resources are included in the response. | [optional] |
|
|
19821
|
+
| **label_selector** | **String** | A selector to restrict the list of returned objects by their labels. Defaults to everything | [optional] |
|
|
19822
|
+
| **limit** | **Integer** | limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. | [optional] |
|
|
19823
|
+
| **resource_version** | **String** | When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. | [optional] |
|
|
19824
|
+
| **timeout_seconds** | **Integer** | TimeoutSeconds for the list/watch call. | [optional] |
|
|
19825
|
+
| **watch** | **Boolean** | Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. | [optional] |
|
|
19826
|
+
|
|
19827
|
+
### Return type
|
|
19828
|
+
|
|
19829
|
+
[**K8sIoApimachineryPkgApisMetaV1WatchEvent**](K8sIoApimachineryPkgApisMetaV1WatchEvent.md)
|
|
19830
|
+
|
|
19831
|
+
### Authorization
|
|
19832
|
+
|
|
19833
|
+
No authorization required
|
|
19834
|
+
|
|
19835
|
+
### HTTP request headers
|
|
19836
|
+
|
|
19837
|
+
- **Content-Type**: Not defined
|
|
19838
|
+
- **Accept**: application/json
|
|
19839
|
+
|
|
19840
|
+
|
|
18492
19841
|
## watch_virtual_machine_clone_list_for_all_namespaces
|
|
18493
19842
|
|
|
18494
19843
|
> <K8sIoApimachineryPkgApisMetaV1WatchEvent> watch_virtual_machine_clone_list_for_all_namespaces(opts)
|