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.
Files changed (860) hide show
  1. checksums.yaml +4 -4
  2. data/.openapi-config.json +9 -0
  3. data/.openapi-generator/FILES +1195 -0
  4. data/.openapi-generator/VERSION +1 -0
  5. data/.openapi-generator-ignore +28 -0
  6. data/.rspec +2 -0
  7. data/.rubocop.yml +148 -0
  8. data/.whitesource +3 -0
  9. data/CHANGELOG.md +21 -1
  10. data/README.md +75 -31
  11. data/docs/DefaultApi.md +1461 -112
  12. data/docs/K8sIoApiCoreV1PersistentVolumeClaimSpec.md +1 -1
  13. data/docs/K8sIoApiCoreV1PodAntiAffinity.md +1 -1
  14. data/docs/K8sIoApimachineryPkgApisMetaV1Condition.md +26 -0
  15. data/docs/V1ChangedBlockTrackingStatus.md +2 -0
  16. data/docs/V1ClaimRequest.md +20 -0
  17. data/docs/V1Condition.md +24 -0
  18. data/docs/V1ConfidentialComputeConfiguration.md +18 -0
  19. data/docs/V1ContainerPathVolumeSource.md +20 -0
  20. data/docs/V1DeveloperConfiguration.md +3 -1
  21. data/docs/V1DomainSpec.md +2 -0
  22. data/docs/V1DowntimeTuningOptions.md +24 -0
  23. data/docs/V1ExperimentalMigrationOptions.md +22 -0
  24. data/docs/V1FeatureHyperv.md +1 -1
  25. data/docs/V1GPU.md +2 -2
  26. data/docs/V1HostDevice.md +2 -2
  27. data/docs/V1HypervisorConfiguration.md +18 -0
  28. data/docs/V1Interface.md +5 -1
  29. data/docs/V1KubeVirtConfiguration.md +11 -1
  30. data/docs/V1KubeVirtSpec.md +1 -1
  31. data/docs/V1MediatedDevicesConfiguration.md +2 -0
  32. data/docs/V1Memory.md +3 -1
  33. data/docs/V1MemoryStatus.md +3 -1
  34. data/docs/V1MigrationConfiguration.md +5 -1
  35. data/docs/V1Network.md +3 -1
  36. data/docs/V1PersistentReservationConfiguration.md +18 -0
  37. data/docs/V1PortRange.md +22 -0
  38. data/docs/V1ReservedOverhead.md +20 -0
  39. data/docs/V1StallDetectorOptions.md +32 -0
  40. data/docs/V1SyNICTimer.md +1 -1
  41. data/docs/V1TDXAttestationConfiguration.md +20 -0
  42. data/docs/V1TDXConfiguration.md +18 -0
  43. data/docs/V1TLBFlush.md +22 -0
  44. data/docs/V1UtilityVolume.md +24 -0
  45. data/docs/V1VMIMConfigurationOptions.md +48 -0
  46. data/docs/V1VirtTemplateDeployment.md +18 -0
  47. data/docs/{V1beta1VirtualMachineExport.md → V1VirtualMachineExport.md} +4 -4
  48. data/docs/V1VirtualMachineExportBackup.md +20 -0
  49. data/docs/V1VirtualMachineExportBackupEndpoint.md +20 -0
  50. data/docs/V1VirtualMachineExportLink.md +24 -0
  51. data/docs/V1VirtualMachineExportLinks.md +20 -0
  52. data/docs/{V1beta1VirtualMachineExportList.md → V1VirtualMachineExportList.md} +3 -3
  53. data/docs/{V1beta1VirtualMachineExportManifest.md → V1VirtualMachineExportManifest.md} +2 -2
  54. data/docs/{V1beta1VirtualMachineExportSpec.md → V1VirtualMachineExportSpec.md} +2 -2
  55. data/docs/{V1beta1VirtualMachineExportStatus.md → V1VirtualMachineExportStatus.md} +4 -4
  56. data/docs/{V1beta1VirtualMachineExportVolume.md → V1VirtualMachineExportVolume.md} +3 -3
  57. data/docs/{V1beta1VirtualMachineExportVolumeFormat.md → V1VirtualMachineExportVolumeFormat.md} +2 -2
  58. data/docs/V1VirtualMachineInstanceBackupStatus.md +34 -0
  59. data/docs/V1VirtualMachineInstanceBackupVolumeInfo.md +18 -0
  60. data/docs/V1VirtualMachineInstanceMigrationState.md +3 -1
  61. data/docs/V1VirtualMachineInstanceResourceClaim.md +22 -0
  62. data/docs/V1VirtualMachineInstanceSpec.md +5 -1
  63. data/docs/V1VirtualMachineInstanceStatus.md +0 -2
  64. data/docs/V1VirtualMachineSpec.md +1 -1
  65. data/docs/V1Volume.md +2 -0
  66. data/docs/V1alpha1BackupCheckpoint.md +22 -0
  67. data/docs/V1alpha1BackupOptions.md +40 -0
  68. data/docs/V1alpha1BackupVolumeInfo.md +22 -0
  69. data/docs/V1alpha1MigrationPolicySpec.md +4 -0
  70. data/docs/V1alpha1VirtualMachineBackup.md +26 -0
  71. data/docs/V1alpha1VirtualMachineBackupList.md +24 -0
  72. data/docs/V1alpha1VirtualMachineBackupSpec.md +30 -0
  73. data/docs/V1alpha1VirtualMachineBackupStatus.md +28 -0
  74. data/docs/V1beta1DataVolumeSourceImageIO.md +2 -0
  75. data/docs/V1beta1DevicePreferences.md +2 -0
  76. data/docs/V1beta1VirtualMachineCloneSpec.md +3 -1
  77. data/docs/V1beta1VirtualMachinePreferenceSpec.md +2 -0
  78. data/lib/kubevirt/api/default_api.rb +1628 -268
  79. data/lib/kubevirt/api_client.rb +7 -3
  80. data/lib/kubevirt/api_error.rb +1 -1
  81. data/lib/kubevirt/api_model_base.rb +1 -1
  82. data/lib/kubevirt/configuration.rb +1 -1
  83. data/lib/kubevirt/models/k8s_io_api_core_v1_affinity.rb +1 -1
  84. data/lib/kubevirt/models/k8s_io_api_core_v1_downward_api_volume_file.rb +1 -1
  85. data/lib/kubevirt/models/k8s_io_api_core_v1_exec_action.rb +1 -1
  86. data/lib/kubevirt/models/k8s_io_api_core_v1_http_get_action.rb +1 -1
  87. data/lib/kubevirt/models/k8s_io_api_core_v1_http_header.rb +1 -1
  88. data/lib/kubevirt/models/k8s_io_api_core_v1_local_object_reference.rb +1 -1
  89. data/lib/kubevirt/models/k8s_io_api_core_v1_node_affinity.rb +1 -1
  90. data/lib/kubevirt/models/k8s_io_api_core_v1_node_selector.rb +1 -1
  91. data/lib/kubevirt/models/k8s_io_api_core_v1_node_selector_requirement.rb +1 -1
  92. data/lib/kubevirt/models/k8s_io_api_core_v1_node_selector_term.rb +1 -1
  93. data/lib/kubevirt/models/k8s_io_api_core_v1_object_field_selector.rb +1 -1
  94. data/lib/kubevirt/models/k8s_io_api_core_v1_persistent_volume_claim_spec.rb +2 -2
  95. data/lib/kubevirt/models/k8s_io_api_core_v1_persistent_volume_claim_volume_source.rb +1 -1
  96. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_affinity.rb +1 -1
  97. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_affinity_term.rb +1 -1
  98. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_anti_affinity.rb +2 -2
  99. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_dns_config.rb +1 -1
  100. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_dns_config_option.rb +1 -1
  101. data/lib/kubevirt/models/k8s_io_api_core_v1_preferred_scheduling_term.rb +1 -1
  102. data/lib/kubevirt/models/k8s_io_api_core_v1_resource_field_selector.rb +1 -1
  103. data/lib/kubevirt/models/k8s_io_api_core_v1_tcp_socket_action.rb +1 -1
  104. data/lib/kubevirt/models/k8s_io_api_core_v1_toleration.rb +1 -1
  105. data/lib/kubevirt/models/k8s_io_api_core_v1_topology_spread_constraint.rb +1 -1
  106. data/lib/kubevirt/models/k8s_io_api_core_v1_typed_local_object_reference.rb +1 -1
  107. data/lib/kubevirt/models/k8s_io_api_core_v1_typed_object_reference.rb +1 -1
  108. data/lib/kubevirt/models/k8s_io_api_core_v1_volume_resource_requirements.rb +1 -1
  109. data/lib/kubevirt/models/k8s_io_api_core_v1_weighted_pod_affinity_term.rb +1 -1
  110. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group.rb +1 -1
  111. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group_list.rb +1 -1
  112. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource.rb +1 -1
  113. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource_list.rb +1 -1
  114. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_condition.rb +257 -0
  115. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_delete_options.rb +1 -1
  116. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_group_version_for_discovery.rb +1 -1
  117. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector.rb +1 -1
  118. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector_requirement.rb +1 -1
  119. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_list_meta.rb +1 -1
  120. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_managed_fields_entry.rb +1 -1
  121. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_object_meta.rb +1 -1
  122. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_owner_reference.rb +1 -1
  123. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_preconditions.rb +1 -1
  124. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_root_paths.rb +1 -1
  125. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_server_address_by_client_cidr.rb +1 -1
  126. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_status.rb +1 -1
  127. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_cause.rb +1 -1
  128. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_details.rb +1 -1
  129. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_watch_event.rb +1 -1
  130. data/lib/kubevirt/models/v1_access_credential.rb +1 -1
  131. data/lib/kubevirt/models/v1_access_credential_secret_source.rb +1 -1
  132. data/lib/kubevirt/models/v1_acpi.rb +1 -1
  133. data/lib/kubevirt/models/v1_add_volume_options.rb +1 -1
  134. data/lib/kubevirt/models/v1_arch_configuration.rb +1 -1
  135. data/lib/kubevirt/models/v1_arch_specific_configuration.rb +1 -1
  136. data/lib/kubevirt/models/v1_bios.rb +1 -1
  137. data/lib/kubevirt/models/v1_block_size.rb +1 -1
  138. data/lib/kubevirt/models/v1_bootloader.rb +1 -1
  139. data/lib/kubevirt/models/v1_cd_rom_target.rb +1 -1
  140. data/lib/kubevirt/models/v1_cert_config.rb +1 -1
  141. data/lib/kubevirt/models/v1_changed_block_tracking_selectors.rb +1 -1
  142. data/lib/kubevirt/models/v1_changed_block_tracking_status.rb +11 -2
  143. data/lib/kubevirt/models/v1_chassis.rb +1 -1
  144. data/lib/kubevirt/models/{v1_device_status.rb → v1_claim_request.rb} +19 -24
  145. data/lib/kubevirt/models/v1_clock.rb +1 -1
  146. data/lib/kubevirt/models/v1_clock_offset.rb +1 -1
  147. data/lib/kubevirt/models/v1_clock_offset_utc.rb +1 -1
  148. data/lib/kubevirt/models/v1_cloud_init_config_drive_source.rb +1 -1
  149. data/lib/kubevirt/models/v1_cloud_init_no_cloud_source.rb +1 -1
  150. data/lib/kubevirt/models/v1_common_instancetypes_deployment.rb +1 -1
  151. data/lib/kubevirt/models/v1_component_config.rb +1 -1
  152. data/lib/kubevirt/models/v1_condition.rb +209 -0
  153. data/lib/kubevirt/models/v1_confidential_compute_configuration.rb +147 -0
  154. data/lib/kubevirt/models/v1_config_map_volume_source.rb +1 -1
  155. data/lib/kubevirt/models/v1_container_disk_info.rb +1 -1
  156. data/lib/kubevirt/models/v1_container_disk_source.rb +1 -1
  157. data/lib/kubevirt/models/v1_container_path_volume_source.rb +176 -0
  158. data/lib/kubevirt/models/v1_controller_revision_ref.rb +1 -1
  159. data/lib/kubevirt/models/v1_cpu.rb +1 -1
  160. data/lib/kubevirt/models/v1_cpu_feature.rb +1 -1
  161. data/lib/kubevirt/models/v1_cpu_topology.rb +1 -1
  162. data/lib/kubevirt/models/v1_custom_block_size.rb +1 -1
  163. data/lib/kubevirt/models/v1_custom_profile.rb +1 -1
  164. data/lib/kubevirt/models/v1_customize_components.rb +1 -1
  165. data/lib/kubevirt/models/v1_customize_components_patch.rb +1 -1
  166. data/lib/kubevirt/models/v1_data_volume_source.rb +1 -1
  167. data/lib/kubevirt/models/v1_data_volume_template_spec.rb +1 -1
  168. data/lib/kubevirt/models/v1_developer_configuration.rb +15 -3
  169. data/lib/kubevirt/models/v1_devices.rb +1 -1
  170. data/lib/kubevirt/models/v1_dhcp_options.rb +1 -1
  171. data/lib/kubevirt/models/v1_dhcp_private_options.rb +1 -1
  172. data/lib/kubevirt/models/v1_diag288_watchdog.rb +1 -1
  173. data/lib/kubevirt/models/v1_disk.rb +1 -1
  174. data/lib/kubevirt/models/v1_disk_io_threads.rb +1 -1
  175. data/lib/kubevirt/models/v1_disk_target.rb +1 -1
  176. data/lib/kubevirt/models/v1_disk_verification.rb +1 -1
  177. data/lib/kubevirt/models/v1_domain_memory_dump_info.rb +1 -1
  178. data/lib/kubevirt/models/v1_domain_spec.rb +12 -2
  179. data/lib/kubevirt/models/v1_downtime_tuning_options.rb +179 -0
  180. data/lib/kubevirt/models/v1_downward_api_volume_source.rb +1 -1
  181. data/lib/kubevirt/models/v1_efi.rb +1 -1
  182. data/lib/kubevirt/models/v1_empty_disk_source.rb +1 -1
  183. data/lib/kubevirt/models/v1_ephemeral_volume_source.rb +1 -1
  184. data/lib/kubevirt/models/v1_evacuate_cancel_options.rb +1 -1
  185. data/lib/kubevirt/models/v1_experimental_migration_options.rb +167 -0
  186. data/lib/kubevirt/models/v1_feature_apic.rb +1 -1
  187. data/lib/kubevirt/models/v1_feature_hyperv.rb +2 -2
  188. data/lib/kubevirt/models/v1_feature_kvm.rb +1 -1
  189. data/lib/kubevirt/models/v1_feature_spinlocks.rb +1 -1
  190. data/lib/kubevirt/models/v1_feature_state.rb +1 -1
  191. data/lib/kubevirt/models/v1_feature_vendor_id.rb +1 -1
  192. data/lib/kubevirt/models/v1_features.rb +1 -1
  193. data/lib/kubevirt/models/v1_filesystem.rb +1 -1
  194. data/lib/kubevirt/models/v1_firmware.rb +1 -1
  195. data/lib/kubevirt/models/v1_flags.rb +1 -1
  196. data/lib/kubevirt/models/v1_freeze_unfreeze_timeout.rb +1 -1
  197. data/lib/kubevirt/models/v1_generation_status.rb +1 -1
  198. data/lib/kubevirt/models/v1_gpu.rb +3 -3
  199. data/lib/kubevirt/models/v1_guest_agent_command_info.rb +1 -1
  200. data/lib/kubevirt/models/v1_host_device.rb +3 -3
  201. data/lib/kubevirt/models/v1_host_disk.rb +1 -1
  202. data/lib/kubevirt/models/v1_hotplug_volume_source.rb +1 -1
  203. data/lib/kubevirt/models/v1_hotplug_volume_status.rb +1 -1
  204. data/lib/kubevirt/models/v1_hpet_timer.rb +1 -1
  205. data/lib/kubevirt/models/v1_hugepages.rb +1 -1
  206. data/lib/kubevirt/models/v1_hyper_v_passthrough.rb +1 -1
  207. data/lib/kubevirt/models/v1_hyperv_timer.rb +1 -1
  208. data/lib/kubevirt/models/v1_hypervisor_configuration.rb +149 -0
  209. data/lib/kubevirt/models/v1_i6300_esb_watchdog.rb +1 -1
  210. data/lib/kubevirt/models/v1_initrd_info.rb +1 -1
  211. data/lib/kubevirt/models/v1_input.rb +1 -1
  212. data/lib/kubevirt/models/v1_instancetype_configuration.rb +1 -1
  213. data/lib/kubevirt/models/v1_instancetype_matcher.rb +1 -1
  214. data/lib/kubevirt/models/v1_instancetype_status_ref.rb +1 -1
  215. data/lib/kubevirt/models/v1_interface.rb +25 -3
  216. data/lib/kubevirt/models/v1_interface_binding_migration.rb +1 -1
  217. data/lib/kubevirt/models/v1_interface_binding_plugin.rb +1 -1
  218. data/lib/kubevirt/models/v1_kernel_boot.rb +1 -1
  219. data/lib/kubevirt/models/v1_kernel_boot_container.rb +1 -1
  220. data/lib/kubevirt/models/v1_kernel_boot_status.rb +1 -1
  221. data/lib/kubevirt/models/v1_kernel_info.rb +1 -1
  222. data/lib/kubevirt/models/v1_ksm_configuration.rb +1 -1
  223. data/lib/kubevirt/models/v1_kube_virt.rb +1 -1
  224. data/lib/kubevirt/models/v1_kube_virt_certificate_rotate_strategy.rb +1 -1
  225. data/lib/kubevirt/models/v1_kube_virt_condition.rb +1 -1
  226. data/lib/kubevirt/models/v1_kube_virt_configuration.rb +52 -3
  227. data/lib/kubevirt/models/v1_kube_virt_list.rb +1 -1
  228. data/lib/kubevirt/models/v1_kube_virt_self_sign_configuration.rb +1 -1
  229. data/lib/kubevirt/models/v1_kube_virt_spec.rb +2 -2
  230. data/lib/kubevirt/models/v1_kube_virt_status.rb +1 -1
  231. data/lib/kubevirt/models/v1_kube_virt_workload_update_strategy.rb +1 -1
  232. data/lib/kubevirt/models/v1_kvm_timer.rb +1 -1
  233. data/lib/kubevirt/models/v1_launch_security.rb +1 -1
  234. data/lib/kubevirt/models/v1_live_update_configuration.rb +1 -1
  235. data/lib/kubevirt/models/v1_log_verbosity.rb +1 -1
  236. data/lib/kubevirt/models/v1_lun_target.rb +1 -1
  237. data/lib/kubevirt/models/v1_machine.rb +1 -1
  238. data/lib/kubevirt/models/v1_mediated_devices_configuration.rb +12 -2
  239. data/lib/kubevirt/models/v1_mediated_host_device.rb +1 -1
  240. data/lib/kubevirt/models/v1_memory.rb +14 -5
  241. data/lib/kubevirt/models/v1_memory_dump_volume_source.rb +1 -1
  242. data/lib/kubevirt/models/v1_memory_status.rb +15 -5
  243. data/lib/kubevirt/models/v1_migrate_options.rb +1 -1
  244. data/lib/kubevirt/models/v1_migration_configuration.rb +25 -5
  245. data/lib/kubevirt/models/v1_multus_network.rb +1 -1
  246. data/lib/kubevirt/models/v1_network.rb +14 -5
  247. data/lib/kubevirt/models/v1_network_configuration.rb +1 -1
  248. data/lib/kubevirt/models/v1_node_mediated_device_types_config.rb +1 -1
  249. data/lib/kubevirt/models/v1_node_placement.rb +1 -1
  250. data/lib/kubevirt/models/v1_numa.rb +1 -1
  251. data/lib/kubevirt/models/v1_object_graph_node.rb +1 -1
  252. data/lib/kubevirt/models/v1_object_graph_options.rb +1 -1
  253. data/lib/kubevirt/models/v1_panic_device.rb +1 -1
  254. data/lib/kubevirt/models/v1_pause_options.rb +1 -1
  255. data/lib/kubevirt/models/v1_pci_host_device.rb +1 -1
  256. data/lib/kubevirt/models/v1_permitted_host_devices.rb +1 -1
  257. data/lib/kubevirt/models/v1_persistent_reservation_configuration.rb +148 -0
  258. data/lib/kubevirt/models/v1_persistent_volume_claim_info.rb +1 -1
  259. data/lib/kubevirt/models/v1_persistent_volume_claim_volume_source.rb +1 -1
  260. data/lib/kubevirt/models/v1_pit_timer.rb +1 -1
  261. data/lib/kubevirt/models/v1_plugin_binding.rb +1 -1
  262. data/lib/kubevirt/models/v1_pod_network.rb +1 -1
  263. data/lib/kubevirt/models/v1_port.rb +1 -1
  264. data/lib/kubevirt/models/v1_port_range.rb +220 -0
  265. data/lib/kubevirt/models/v1_preference_matcher.rb +1 -1
  266. data/lib/kubevirt/models/v1_probe.rb +1 -1
  267. data/lib/kubevirt/models/v1_qemu_guest_agent_ssh_public_key_access_credential_propagation.rb +1 -1
  268. data/lib/kubevirt/models/v1_rate_limiter.rb +1 -1
  269. data/lib/kubevirt/models/v1_realtime.rb +1 -1
  270. data/lib/kubevirt/models/v1_reloadable_component_configuration.rb +1 -1
  271. data/lib/kubevirt/models/v1_remove_volume_options.rb +1 -1
  272. data/lib/kubevirt/models/v1_reserved_overhead.rb +158 -0
  273. data/lib/kubevirt/models/v1_resource_requirements.rb +1 -1
  274. data/lib/kubevirt/models/v1_resource_requirements_without_claims.rb +1 -1
  275. data/lib/kubevirt/models/v1_rest_client_configuration.rb +1 -1
  276. data/lib/kubevirt/models/v1_restart_options.rb +1 -1
  277. data/lib/kubevirt/models/v1_rtc_timer.rb +1 -1
  278. data/lib/kubevirt/models/v1_seccomp_configuration.rb +1 -1
  279. data/lib/kubevirt/models/v1_secret_volume_source.rb +1 -1
  280. data/lib/kubevirt/models/v1_service_account_volume_source.rb +1 -1
  281. data/lib/kubevirt/models/v1_sev.rb +1 -1
  282. data/lib/kubevirt/models/v1_sev_measurement_info.rb +1 -1
  283. data/lib/kubevirt/models/v1_sev_platform_info.rb +1 -1
  284. data/lib/kubevirt/models/v1_sev_policy.rb +1 -1
  285. data/lib/kubevirt/models/v1_sev_secret_options.rb +1 -1
  286. data/lib/kubevirt/models/v1_sev_session_options.rb +1 -1
  287. data/lib/kubevirt/models/v1_sm_bios_configuration.rb +1 -1
  288. data/lib/kubevirt/models/v1_sound_device.rb +1 -1
  289. data/lib/kubevirt/models/v1_ssh_public_key_access_credential.rb +1 -1
  290. data/lib/kubevirt/models/v1_ssh_public_key_access_credential_propagation_method.rb +1 -1
  291. data/lib/kubevirt/models/v1_ssh_public_key_access_credential_source.rb +1 -1
  292. data/lib/kubevirt/models/v1_stall_detector_options.rb +218 -0
  293. data/lib/kubevirt/models/v1_start_options.rb +1 -1
  294. data/lib/kubevirt/models/v1_stop_options.rb +1 -1
  295. data/lib/kubevirt/models/v1_storage_migrated_volume_info.rb +1 -1
  296. data/lib/kubevirt/models/v1_support_container_resources.rb +1 -1
  297. data/lib/kubevirt/models/v1_sy_nic_timer.rb +2 -1
  298. data/lib/kubevirt/models/v1_sysprep_source.rb +1 -1
  299. data/lib/kubevirt/models/v1_tdx_attestation_configuration.rb +159 -0
  300. data/lib/kubevirt/models/{v1_device_attribute.rb → v1_tdx_configuration.rb} +11 -23
  301. data/lib/kubevirt/models/v1_timer.rb +1 -1
  302. data/lib/kubevirt/models/v1_tlb_flush.rb +166 -0
  303. data/lib/kubevirt/models/v1_tls_configuration.rb +1 -1
  304. data/lib/kubevirt/models/v1_token_bucket_rate_limiter.rb +1 -1
  305. data/lib/kubevirt/models/v1_topology_hints.rb +1 -1
  306. data/lib/kubevirt/models/v1_tpm_device.rb +1 -1
  307. data/lib/kubevirt/models/v1_unpause_options.rb +1 -1
  308. data/lib/kubevirt/models/v1_usb_host_device.rb +1 -1
  309. data/lib/kubevirt/models/v1_usb_selector.rb +1 -1
  310. data/lib/kubevirt/models/v1_user_password_access_credential.rb +1 -1
  311. data/lib/kubevirt/models/v1_user_password_access_credential_propagation_method.rb +1 -1
  312. data/lib/kubevirt/models/v1_user_password_access_credential_source.rb +1 -1
  313. data/lib/kubevirt/models/v1_utility_volume.rb +212 -0
  314. data/lib/kubevirt/models/v1_vgpu_display_options.rb +1 -1
  315. data/lib/kubevirt/models/v1_vgpu_options.rb +1 -1
  316. data/lib/kubevirt/models/v1_video_device.rb +1 -1
  317. data/lib/kubevirt/models/v1_virt_template_deployment.rb +148 -0
  318. data/lib/kubevirt/models/v1_virtual_machine.rb +1 -1
  319. data/lib/kubevirt/models/v1_virtual_machine_condition.rb +1 -1
  320. data/lib/kubevirt/models/{v1beta1_virtual_machine_export.rb → v1_virtual_machine_export.rb} +6 -6
  321. data/lib/kubevirt/models/{v1_device_status_info.rb → v1_virtual_machine_export_backup.rb} +15 -12
  322. data/lib/kubevirt/models/v1_virtual_machine_export_backup_endpoint.rb +193 -0
  323. data/lib/kubevirt/models/{v1beta1_virtual_machine_export_link.rb → v1_virtual_machine_export_link.rb} +19 -7
  324. data/lib/kubevirt/models/{v1beta1_virtual_machine_export_links.rb → v1_virtual_machine_export_links.rb} +6 -6
  325. data/lib/kubevirt/models/{v1beta1_virtual_machine_export_list.rb → v1_virtual_machine_export_list.rb} +5 -5
  326. data/lib/kubevirt/models/{v1beta1_virtual_machine_export_manifest.rb → v1_virtual_machine_export_manifest.rb} +4 -4
  327. data/lib/kubevirt/models/{v1beta1_virtual_machine_export_spec.rb → v1_virtual_machine_export_spec.rb} +4 -4
  328. data/lib/kubevirt/models/{v1beta1_virtual_machine_export_status.rb → v1_virtual_machine_export_status.rb} +6 -6
  329. data/lib/kubevirt/models/{v1beta1_virtual_machine_export_volume.rb → v1_virtual_machine_export_volume.rb} +5 -5
  330. data/lib/kubevirt/models/{v1beta1_virtual_machine_export_volume_format.rb → v1_virtual_machine_export_volume_format.rb} +4 -4
  331. data/lib/kubevirt/models/v1_virtual_machine_instance.rb +1 -1
  332. data/lib/kubevirt/models/v1_virtual_machine_instance_backup_status.rb +231 -0
  333. data/lib/kubevirt/models/v1_virtual_machine_instance_backup_volume_info.rb +166 -0
  334. data/lib/kubevirt/models/v1_virtual_machine_instance_condition.rb +1 -1
  335. data/lib/kubevirt/models/v1_virtual_machine_instance_file_system.rb +1 -1
  336. data/lib/kubevirt/models/v1_virtual_machine_instance_file_system_disk.rb +1 -1
  337. data/lib/kubevirt/models/v1_virtual_machine_instance_file_system_info.rb +1 -1
  338. data/lib/kubevirt/models/v1_virtual_machine_instance_file_system_list.rb +1 -1
  339. data/lib/kubevirt/models/v1_virtual_machine_instance_guest_agent_info.rb +1 -1
  340. data/lib/kubevirt/models/v1_virtual_machine_instance_guest_os_info.rb +1 -1
  341. data/lib/kubevirt/models/v1_virtual_machine_instance_guest_os_user.rb +1 -1
  342. data/lib/kubevirt/models/v1_virtual_machine_instance_guest_os_user_list.rb +1 -1
  343. data/lib/kubevirt/models/v1_virtual_machine_instance_list.rb +1 -1
  344. data/lib/kubevirt/models/v1_virtual_machine_instance_migration.rb +1 -1
  345. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_condition.rb +1 -1
  346. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_list.rb +1 -1
  347. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_phase_transition_timestamp.rb +1 -1
  348. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_source.rb +1 -1
  349. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_source_state.rb +1 -1
  350. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_spec.rb +1 -1
  351. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_state.rb +13 -3
  352. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_status.rb +1 -1
  353. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_target.rb +1 -1
  354. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_target_state.rb +1 -1
  355. data/lib/kubevirt/models/v1_virtual_machine_instance_network_interface.rb +1 -1
  356. data/lib/kubevirt/models/v1_virtual_machine_instance_phase_transition_timestamp.rb +1 -1
  357. data/lib/kubevirt/models/v1_virtual_machine_instance_preset.rb +1 -1
  358. data/lib/kubevirt/models/v1_virtual_machine_instance_preset_list.rb +1 -1
  359. data/lib/kubevirt/models/v1_virtual_machine_instance_preset_spec.rb +1 -1
  360. data/lib/kubevirt/models/v1_virtual_machine_instance_profile.rb +1 -1
  361. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set.rb +1 -1
  362. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_condition.rb +1 -1
  363. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_list.rb +1 -1
  364. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_spec.rb +1 -1
  365. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_status.rb +1 -1
  366. data/lib/kubevirt/models/{k8s_io_api_core_v1_pod_resource_claim.rb → v1_virtual_machine_instance_resource_claim.rb} +7 -8
  367. data/lib/kubevirt/models/v1_virtual_machine_instance_spec.rb +26 -4
  368. data/lib/kubevirt/models/v1_virtual_machine_instance_status.rb +2 -11
  369. data/lib/kubevirt/models/v1_virtual_machine_instance_template_spec.rb +1 -1
  370. data/lib/kubevirt/models/v1_virtual_machine_list.rb +1 -1
  371. data/lib/kubevirt/models/v1_virtual_machine_memory_dump_request.rb +1 -1
  372. data/lib/kubevirt/models/v1_virtual_machine_options.rb +1 -1
  373. data/lib/kubevirt/models/v1_virtual_machine_spec.rb +2 -2
  374. data/lib/kubevirt/models/v1_virtual_machine_start_failure.rb +1 -1
  375. data/lib/kubevirt/models/v1_virtual_machine_state_change_request.rb +1 -1
  376. data/lib/kubevirt/models/v1_virtual_machine_status.rb +1 -1
  377. data/lib/kubevirt/models/v1_virtual_machine_volume_request.rb +1 -1
  378. data/lib/kubevirt/models/v1_vmim_configuration_options.rb +298 -0
  379. data/lib/kubevirt/models/v1_volume.rb +11 -2
  380. data/lib/kubevirt/models/v1_volume_migration_state.rb +1 -1
  381. data/lib/kubevirt/models/v1_volume_snapshot_status.rb +1 -1
  382. data/lib/kubevirt/models/v1_volume_status.rb +1 -1
  383. data/lib/kubevirt/models/v1_volume_update_state.rb +1 -1
  384. data/lib/kubevirt/models/v1_watchdog.rb +1 -1
  385. data/lib/kubevirt/models/{v1_device_resource_claim_status.rb → v1alpha1_backup_checkpoint.rb} +21 -20
  386. data/lib/kubevirt/models/v1alpha1_backup_options.rb +248 -0
  387. data/lib/kubevirt/models/v1alpha1_backup_volume_info.rb +186 -0
  388. data/lib/kubevirt/models/v1alpha1_migration_policy.rb +1 -1
  389. data/lib/kubevirt/models/v1alpha1_migration_policy_list.rb +1 -1
  390. data/lib/kubevirt/models/v1alpha1_migration_policy_spec.rb +20 -2
  391. data/lib/kubevirt/models/v1alpha1_selectors.rb +1 -1
  392. data/lib/kubevirt/models/v1alpha1_virtual_machine_backup.rb +203 -0
  393. data/lib/kubevirt/models/v1alpha1_virtual_machine_backup_list.rb +213 -0
  394. data/lib/kubevirt/models/v1alpha1_virtual_machine_backup_spec.rb +225 -0
  395. data/lib/kubevirt/models/v1alpha1_virtual_machine_backup_status.rb +202 -0
  396. data/lib/kubevirt/models/v1beta1_clock_preferences.rb +1 -1
  397. data/lib/kubevirt/models/v1beta1_condition.rb +1 -1
  398. data/lib/kubevirt/models/v1beta1_cpu_instancetype.rb +1 -1
  399. data/lib/kubevirt/models/v1beta1_cpu_preference_requirement.rb +1 -1
  400. data/lib/kubevirt/models/v1beta1_cpu_preferences.rb +1 -1
  401. data/lib/kubevirt/models/v1beta1_data_volume_checkpoint.rb +1 -1
  402. data/lib/kubevirt/models/v1beta1_data_volume_source.rb +1 -1
  403. data/lib/kubevirt/models/v1beta1_data_volume_source_gcs.rb +1 -1
  404. data/lib/kubevirt/models/v1beta1_data_volume_source_http.rb +1 -1
  405. data/lib/kubevirt/models/v1beta1_data_volume_source_image_io.rb +12 -2
  406. data/lib/kubevirt/models/v1beta1_data_volume_source_pvc.rb +1 -1
  407. data/lib/kubevirt/models/v1beta1_data_volume_source_ref.rb +1 -1
  408. data/lib/kubevirt/models/v1beta1_data_volume_source_registry.rb +1 -1
  409. data/lib/kubevirt/models/v1beta1_data_volume_source_s3.rb +1 -1
  410. data/lib/kubevirt/models/v1beta1_data_volume_source_snapshot.rb +1 -1
  411. data/lib/kubevirt/models/v1beta1_data_volume_source_vddk.rb +1 -1
  412. data/lib/kubevirt/models/v1beta1_data_volume_spec.rb +1 -1
  413. data/lib/kubevirt/models/v1beta1_device_preferences.rb +12 -2
  414. data/lib/kubevirt/models/v1beta1_error.rb +1 -1
  415. data/lib/kubevirt/models/v1beta1_feature_preferences.rb +1 -1
  416. data/lib/kubevirt/models/v1beta1_firmware_preferences.rb +1 -1
  417. data/lib/kubevirt/models/v1beta1_machine_preferences.rb +1 -1
  418. data/lib/kubevirt/models/v1beta1_memory_instancetype.rb +1 -1
  419. data/lib/kubevirt/models/v1beta1_memory_preference_requirement.rb +1 -1
  420. data/lib/kubevirt/models/v1beta1_persistent_volume_claim.rb +1 -1
  421. data/lib/kubevirt/models/v1beta1_platform_options.rb +1 -1
  422. data/lib/kubevirt/models/v1beta1_preference_requirements.rb +1 -1
  423. data/lib/kubevirt/models/v1beta1_snapshot_volumes_lists.rb +1 -1
  424. data/lib/kubevirt/models/v1beta1_source_indication.rb +1 -1
  425. data/lib/kubevirt/models/v1beta1_source_spec.rb +1 -1
  426. data/lib/kubevirt/models/v1beta1_spread_options.rb +1 -1
  427. data/lib/kubevirt/models/v1beta1_storage_spec.rb +1 -1
  428. data/lib/kubevirt/models/v1beta1_virtual_machine.rb +1 -1
  429. data/lib/kubevirt/models/v1beta1_virtual_machine_clone.rb +1 -1
  430. data/lib/kubevirt/models/v1beta1_virtual_machine_clone_list.rb +1 -1
  431. data/lib/kubevirt/models/v1beta1_virtual_machine_clone_spec.rb +15 -5
  432. data/lib/kubevirt/models/v1beta1_virtual_machine_clone_status.rb +1 -1
  433. data/lib/kubevirt/models/v1beta1_virtual_machine_clone_template_filters.rb +1 -1
  434. data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_instancetype.rb +1 -1
  435. data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_instancetype_list.rb +1 -1
  436. data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_preference.rb +1 -1
  437. data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_preference_list.rb +1 -1
  438. data/lib/kubevirt/models/v1beta1_virtual_machine_instancetype.rb +1 -1
  439. data/lib/kubevirt/models/v1beta1_virtual_machine_instancetype_list.rb +1 -1
  440. data/lib/kubevirt/models/v1beta1_virtual_machine_instancetype_spec.rb +1 -1
  441. data/lib/kubevirt/models/v1beta1_virtual_machine_pool.rb +1 -1
  442. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_autohealing_strategy.rb +1 -1
  443. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_condition.rb +1 -1
  444. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_list.rb +1 -1
  445. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_name_generation.rb +1 -1
  446. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_opportunistic_scale_in_strategy.rb +1 -1
  447. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_proactive_scale_in_strategy.rb +1 -1
  448. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_proactive_update_strategy.rb +1 -1
  449. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_scale_in_strategy.rb +1 -1
  450. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_selection_policy.rb +1 -1
  451. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_selectors.rb +1 -1
  452. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_spec.rb +1 -1
  453. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_status.rb +1 -1
  454. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_update_strategy.rb +1 -1
  455. data/lib/kubevirt/models/v1beta1_virtual_machine_preference.rb +1 -1
  456. data/lib/kubevirt/models/v1beta1_virtual_machine_preference_list.rb +1 -1
  457. data/lib/kubevirt/models/v1beta1_virtual_machine_preference_spec.rb +11 -2
  458. data/lib/kubevirt/models/v1beta1_virtual_machine_restore.rb +1 -1
  459. data/lib/kubevirt/models/v1beta1_virtual_machine_restore_list.rb +1 -1
  460. data/lib/kubevirt/models/v1beta1_virtual_machine_restore_spec.rb +1 -1
  461. data/lib/kubevirt/models/v1beta1_virtual_machine_restore_status.rb +1 -1
  462. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot.rb +1 -1
  463. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content.rb +1 -1
  464. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content_list.rb +1 -1
  465. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content_spec.rb +1 -1
  466. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content_status.rb +1 -1
  467. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_list.rb +1 -1
  468. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_spec.rb +1 -1
  469. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_status.rb +1 -1
  470. data/lib/kubevirt/models/v1beta1_virtual_machine_template_spec.rb +1 -1
  471. data/lib/kubevirt/models/v1beta1_volume_backup.rb +1 -1
  472. data/lib/kubevirt/models/v1beta1_volume_preferences.rb +1 -1
  473. data/lib/kubevirt/models/v1beta1_volume_restore.rb +1 -1
  474. data/lib/kubevirt/models/v1beta1_volume_restore_override.rb +1 -1
  475. data/lib/kubevirt/models/v1beta1_volume_snapshot_status.rb +1 -1
  476. data/lib/kubevirt/version.rb +2 -2
  477. data/lib/kubevirt.rb +40 -15
  478. metadata +87 -775
  479. data/Gemfile +0 -9
  480. data/bin/console +0 -15
  481. data/bin/openapi-generate +0 -20
  482. data/docs/K8sIoApiCoreV1PodResourceClaim.md +0 -22
  483. data/docs/V1DeviceAttribute.md +0 -20
  484. data/docs/V1DeviceResourceClaimStatus.md +0 -22
  485. data/docs/V1DeviceStatus.md +0 -20
  486. data/docs/V1DeviceStatusInfo.md +0 -20
  487. data/docs/V1beta1VirtualMachineExportLink.md +0 -22
  488. data/docs/V1beta1VirtualMachineExportLinks.md +0 -20
  489. data/kubevirt.gemspec +0 -39
  490. data/openapi-generator-cli-7.16.0.jar +0 -0
  491. data/spec/api/default_api_spec.rb +0 -3898
  492. data/spec/models/k8s_io_api_core_v1_affinity_spec.rb +0 -48
  493. data/spec/models/k8s_io_api_core_v1_downward_api_volume_file_spec.rb +0 -54
  494. data/spec/models/k8s_io_api_core_v1_exec_action_spec.rb +0 -36
  495. data/spec/models/k8s_io_api_core_v1_http_get_action_spec.rb +0 -58
  496. data/spec/models/k8s_io_api_core_v1_http_header_spec.rb +0 -42
  497. data/spec/models/k8s_io_api_core_v1_local_object_reference_spec.rb +0 -36
  498. data/spec/models/k8s_io_api_core_v1_node_affinity_spec.rb +0 -42
  499. data/spec/models/k8s_io_api_core_v1_node_selector_requirement_spec.rb +0 -52
  500. data/spec/models/k8s_io_api_core_v1_node_selector_spec.rb +0 -36
  501. data/spec/models/k8s_io_api_core_v1_node_selector_term_spec.rb +0 -42
  502. data/spec/models/k8s_io_api_core_v1_object_field_selector_spec.rb +0 -42
  503. data/spec/models/k8s_io_api_core_v1_persistent_volume_claim_spec_spec.rb +0 -92
  504. data/spec/models/k8s_io_api_core_v1_persistent_volume_claim_volume_source_spec.rb +0 -42
  505. data/spec/models/k8s_io_api_core_v1_pod_affinity_spec.rb +0 -42
  506. data/spec/models/k8s_io_api_core_v1_pod_affinity_term_spec.rb +0 -66
  507. data/spec/models/k8s_io_api_core_v1_pod_anti_affinity_spec.rb +0 -42
  508. data/spec/models/k8s_io_api_core_v1_pod_dns_config_option_spec.rb +0 -42
  509. data/spec/models/k8s_io_api_core_v1_pod_dns_config_spec.rb +0 -48
  510. data/spec/models/k8s_io_api_core_v1_pod_resource_claim_spec.rb +0 -48
  511. data/spec/models/k8s_io_api_core_v1_preferred_scheduling_term_spec.rb +0 -42
  512. data/spec/models/k8s_io_api_core_v1_resource_field_selector_spec.rb +0 -48
  513. data/spec/models/k8s_io_api_core_v1_tcp_socket_action_spec.rb +0 -36
  514. data/spec/models/k8s_io_api_core_v1_toleration_spec.rb +0 -68
  515. data/spec/models/k8s_io_api_core_v1_topology_spread_constraint_spec.rb +0 -90
  516. data/spec/models/k8s_io_api_core_v1_typed_local_object_reference_spec.rb +0 -48
  517. data/spec/models/k8s_io_api_core_v1_typed_object_reference_spec.rb +0 -54
  518. data/spec/models/k8s_io_api_core_v1_volume_resource_requirements_spec.rb +0 -42
  519. data/spec/models/k8s_io_api_core_v1_weighted_pod_affinity_term_spec.rb +0 -42
  520. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group_list_spec.rb +0 -48
  521. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group_spec.rb +0 -66
  522. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource_list_spec.rb +0 -54
  523. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource_spec.rb +0 -90
  524. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_delete_options_spec.rb +0 -78
  525. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_group_version_for_discovery_spec.rb +0 -42
  526. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector_requirement_spec.rb +0 -48
  527. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector_spec.rb +0 -42
  528. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_list_meta_spec.rb +0 -54
  529. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_managed_fields_entry_spec.rb +0 -72
  530. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_object_meta_spec.rb +0 -114
  531. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_owner_reference_spec.rb +0 -66
  532. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_preconditions_spec.rb +0 -42
  533. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_root_paths_spec.rb +0 -36
  534. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_server_address_by_client_cidr_spec.rb +0 -42
  535. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_cause_spec.rb +0 -48
  536. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_details_spec.rb +0 -66
  537. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_spec.rb +0 -78
  538. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_watch_event_spec.rb +0 -42
  539. data/spec/models/v1_access_credential_secret_source_spec.rb +0 -36
  540. data/spec/models/v1_access_credential_spec.rb +0 -42
  541. data/spec/models/v1_acpi_spec.rb +0 -42
  542. data/spec/models/v1_add_volume_options_spec.rb +0 -54
  543. data/spec/models/v1_arch_configuration_spec.rb +0 -60
  544. data/spec/models/v1_arch_specific_configuration_spec.rb +0 -48
  545. data/spec/models/v1_bios_spec.rb +0 -36
  546. data/spec/models/v1_block_size_spec.rb +0 -42
  547. data/spec/models/v1_bootloader_spec.rb +0 -42
  548. data/spec/models/v1_cd_rom_target_spec.rb +0 -48
  549. data/spec/models/v1_cert_config_spec.rb +0 -42
  550. data/spec/models/v1_changed_block_tracking_selectors_spec.rb +0 -42
  551. data/spec/models/v1_changed_block_tracking_status_spec.rb +0 -36
  552. data/spec/models/v1_chassis_spec.rb +0 -60
  553. data/spec/models/v1_clock_offset_spec.rb +0 -42
  554. data/spec/models/v1_clock_offset_utc_spec.rb +0 -36
  555. data/spec/models/v1_clock_spec.rb +0 -48
  556. data/spec/models/v1_cloud_init_config_drive_source_spec.rb +0 -66
  557. data/spec/models/v1_cloud_init_no_cloud_source_spec.rb +0 -66
  558. data/spec/models/v1_common_instancetypes_deployment_spec.rb +0 -36
  559. data/spec/models/v1_component_config_spec.rb +0 -42
  560. data/spec/models/v1_config_map_volume_source_spec.rb +0 -48
  561. data/spec/models/v1_container_disk_info_spec.rb +0 -36
  562. data/spec/models/v1_container_disk_source_spec.rb +0 -58
  563. data/spec/models/v1_controller_revision_ref_spec.rb +0 -36
  564. data/spec/models/v1_cpu_feature_spec.rb +0 -42
  565. data/spec/models/v1_cpu_spec.rb +0 -90
  566. data/spec/models/v1_cpu_topology_spec.rb +0 -48
  567. data/spec/models/v1_custom_block_size_spec.rb +0 -48
  568. data/spec/models/v1_custom_profile_spec.rb +0 -42
  569. data/spec/models/v1_customize_components_patch_spec.rb +0 -54
  570. data/spec/models/v1_customize_components_spec.rb +0 -42
  571. data/spec/models/v1_data_volume_source_spec.rb +0 -42
  572. data/spec/models/v1_data_volume_template_spec_spec.rb +0 -60
  573. data/spec/models/v1_developer_configuration_spec.rb +0 -96
  574. data/spec/models/v1_device_attribute_spec.rb +0 -42
  575. data/spec/models/v1_device_resource_claim_status_spec.rb +0 -48
  576. data/spec/models/v1_device_status_info_spec.rb +0 -42
  577. data/spec/models/v1_device_status_spec.rb +0 -42
  578. data/spec/models/v1_devices_spec.rb +0 -180
  579. data/spec/models/v1_dhcp_options_spec.rb +0 -54
  580. data/spec/models/v1_dhcp_private_options_spec.rb +0 -42
  581. data/spec/models/v1_diag288_watchdog_spec.rb +0 -36
  582. data/spec/models/v1_disk_io_threads_spec.rb +0 -36
  583. data/spec/models/v1_disk_spec.rb +0 -114
  584. data/spec/models/v1_disk_target_spec.rb +0 -48
  585. data/spec/models/v1_disk_verification_spec.rb +0 -36
  586. data/spec/models/v1_domain_memory_dump_info_spec.rb +0 -54
  587. data/spec/models/v1_domain_spec_spec.rb +0 -102
  588. data/spec/models/v1_downward_api_volume_source_spec.rb +0 -42
  589. data/spec/models/v1_efi_spec.rb +0 -42
  590. data/spec/models/v1_empty_disk_source_spec.rb +0 -36
  591. data/spec/models/v1_ephemeral_volume_source_spec.rb +0 -36
  592. data/spec/models/v1_evacuate_cancel_options_spec.rb +0 -54
  593. data/spec/models/v1_feature_apic_spec.rb +0 -42
  594. data/spec/models/v1_feature_hyperv_spec.rb +0 -114
  595. data/spec/models/v1_feature_kvm_spec.rb +0 -36
  596. data/spec/models/v1_feature_spinlocks_spec.rb +0 -42
  597. data/spec/models/v1_feature_state_spec.rb +0 -36
  598. data/spec/models/v1_feature_vendor_id_spec.rb +0 -42
  599. data/spec/models/v1_features_spec.rb +0 -72
  600. data/spec/models/v1_filesystem_spec.rb +0 -42
  601. data/spec/models/v1_firmware_spec.rb +0 -60
  602. data/spec/models/v1_flags_spec.rb +0 -48
  603. data/spec/models/v1_freeze_unfreeze_timeout_spec.rb +0 -36
  604. data/spec/models/v1_generation_status_spec.rb +0 -66
  605. data/spec/models/v1_gpu_spec.rb +0 -66
  606. data/spec/models/v1_guest_agent_command_info_spec.rb +0 -42
  607. data/spec/models/v1_host_device_spec.rb +0 -60
  608. data/spec/models/v1_host_disk_spec.rb +0 -54
  609. data/spec/models/v1_hotplug_volume_source_spec.rb +0 -42
  610. data/spec/models/v1_hotplug_volume_status_spec.rb +0 -42
  611. data/spec/models/v1_hpet_timer_spec.rb +0 -42
  612. data/spec/models/v1_hugepages_spec.rb +0 -36
  613. data/spec/models/v1_hyper_v_passthrough_spec.rb +0 -36
  614. data/spec/models/v1_hyperv_timer_spec.rb +0 -36
  615. data/spec/models/v1_i6300_esb_watchdog_spec.rb +0 -36
  616. data/spec/models/v1_initrd_info_spec.rb +0 -36
  617. data/spec/models/v1_input_spec.rb +0 -48
  618. data/spec/models/v1_instancetype_configuration_spec.rb +0 -36
  619. data/spec/models/v1_instancetype_matcher_spec.rb +0 -60
  620. data/spec/models/v1_instancetype_status_ref_spec.rb +0 -60
  621. data/spec/models/v1_interface_binding_migration_spec.rb +0 -36
  622. data/spec/models/v1_interface_binding_plugin_spec.rb +0 -66
  623. data/spec/models/v1_interface_spec.rb +0 -132
  624. data/spec/models/v1_kernel_boot_container_spec.rb +0 -64
  625. data/spec/models/v1_kernel_boot_spec.rb +0 -42
  626. data/spec/models/v1_kernel_boot_status_spec.rb +0 -42
  627. data/spec/models/v1_kernel_info_spec.rb +0 -36
  628. data/spec/models/v1_ksm_configuration_spec.rb +0 -36
  629. data/spec/models/v1_kube_virt_certificate_rotate_strategy_spec.rb +0 -36
  630. data/spec/models/v1_kube_virt_condition_spec.rb +0 -54
  631. data/spec/models/v1_kube_virt_configuration_spec.rb +0 -262
  632. data/spec/models/v1_kube_virt_list_spec.rb +0 -54
  633. data/spec/models/v1_kube_virt_self_sign_configuration_spec.rb +0 -60
  634. data/spec/models/v1_kube_virt_spec.rb +0 -60
  635. data/spec/models/v1_kube_virt_spec_spec.rb +0 -142
  636. data/spec/models/v1_kube_virt_status_spec.rb +0 -126
  637. data/spec/models/v1_kube_virt_workload_update_strategy_spec.rb +0 -48
  638. data/spec/models/v1_kvm_timer_spec.rb +0 -36
  639. data/spec/models/v1_launch_security_spec.rb +0 -48
  640. data/spec/models/v1_live_update_configuration_spec.rb +0 -48
  641. data/spec/models/v1_log_verbosity_spec.rb +0 -72
  642. data/spec/models/v1_lun_target_spec.rb +0 -48
  643. data/spec/models/v1_machine_spec.rb +0 -36
  644. data/spec/models/v1_mediated_devices_configuration_spec.rb +0 -48
  645. data/spec/models/v1_mediated_host_device_spec.rb +0 -48
  646. data/spec/models/v1_memory_dump_volume_source_spec.rb +0 -48
  647. data/spec/models/v1_memory_spec.rb +0 -48
  648. data/spec/models/v1_memory_status_spec.rb +0 -48
  649. data/spec/models/v1_migrate_options_spec.rb +0 -54
  650. data/spec/models/v1_migration_configuration_spec.rb +0 -108
  651. data/spec/models/v1_multus_network_spec.rb +0 -42
  652. data/spec/models/v1_network_configuration_spec.rb +0 -54
  653. data/spec/models/v1_network_spec.rb +0 -48
  654. data/spec/models/v1_node_mediated_device_types_config_spec.rb +0 -48
  655. data/spec/models/v1_node_placement_spec.rb +0 -48
  656. data/spec/models/v1_numa_spec.rb +0 -36
  657. data/spec/models/v1_object_graph_node_spec.rb +0 -66
  658. data/spec/models/v1_object_graph_options_spec.rb +0 -42
  659. data/spec/models/v1_panic_device_spec.rb +0 -36
  660. data/spec/models/v1_pause_options_spec.rb +0 -48
  661. data/spec/models/v1_pci_host_device_spec.rb +0 -48
  662. data/spec/models/v1_permitted_host_devices_spec.rb +0 -48
  663. data/spec/models/v1_persistent_volume_claim_info_spec.rb +0 -80
  664. data/spec/models/v1_persistent_volume_claim_volume_source_spec.rb +0 -48
  665. data/spec/models/v1_pit_timer_spec.rb +0 -42
  666. data/spec/models/v1_plugin_binding_spec.rb +0 -36
  667. data/spec/models/v1_pod_network_spec.rb +0 -42
  668. data/spec/models/v1_port_spec.rb +0 -48
  669. data/spec/models/v1_preference_matcher_spec.rb +0 -60
  670. data/spec/models/v1_probe_spec.rb +0 -84
  671. data/spec/models/v1_qemu_guest_agent_ssh_public_key_access_credential_propagation_spec.rb +0 -36
  672. data/spec/models/v1_rate_limiter_spec.rb +0 -36
  673. data/spec/models/v1_realtime_spec.rb +0 -36
  674. data/spec/models/v1_reloadable_component_configuration_spec.rb +0 -36
  675. data/spec/models/v1_remove_volume_options_spec.rb +0 -42
  676. data/spec/models/v1_resource_requirements_spec.rb +0 -48
  677. data/spec/models/v1_resource_requirements_without_claims_spec.rb +0 -42
  678. data/spec/models/v1_rest_client_configuration_spec.rb +0 -36
  679. data/spec/models/v1_restart_options_spec.rb +0 -54
  680. data/spec/models/v1_rtc_timer_spec.rb +0 -48
  681. data/spec/models/v1_seccomp_configuration_spec.rb +0 -36
  682. data/spec/models/v1_secret_volume_source_spec.rb +0 -48
  683. data/spec/models/v1_service_account_volume_source_spec.rb +0 -36
  684. data/spec/models/v1_sev_measurement_info_spec.rb +0 -78
  685. data/spec/models/v1_sev_platform_info_spec.rb +0 -54
  686. data/spec/models/v1_sev_policy_spec.rb +0 -36
  687. data/spec/models/v1_sev_secret_options_spec.rb +0 -42
  688. data/spec/models/v1_sev_session_options_spec.rb +0 -42
  689. data/spec/models/v1_sev_spec.rb +0 -54
  690. data/spec/models/v1_sm_bios_configuration_spec.rb +0 -60
  691. data/spec/models/v1_sound_device_spec.rb +0 -42
  692. data/spec/models/v1_ssh_public_key_access_credential_propagation_method_spec.rb +0 -48
  693. data/spec/models/v1_ssh_public_key_access_credential_source_spec.rb +0 -36
  694. data/spec/models/v1_ssh_public_key_access_credential_spec.rb +0 -42
  695. data/spec/models/v1_start_options_spec.rb +0 -54
  696. data/spec/models/v1_stop_options_spec.rb +0 -54
  697. data/spec/models/v1_storage_migrated_volume_info_spec.rb +0 -48
  698. data/spec/models/v1_support_container_resources_spec.rb +0 -42
  699. data/spec/models/v1_sy_nic_timer_spec.rb +0 -42
  700. data/spec/models/v1_sysprep_source_spec.rb +0 -42
  701. data/spec/models/v1_timer_spec.rb +0 -60
  702. data/spec/models/v1_tls_configuration_spec.rb +0 -42
  703. data/spec/models/v1_token_bucket_rate_limiter_spec.rb +0 -42
  704. data/spec/models/v1_topology_hints_spec.rb +0 -36
  705. data/spec/models/v1_tpm_device_spec.rb +0 -42
  706. data/spec/models/v1_unpause_options_spec.rb +0 -48
  707. data/spec/models/v1_usb_host_device_spec.rb +0 -48
  708. data/spec/models/v1_usb_selector_spec.rb +0 -42
  709. data/spec/models/v1_user_password_access_credential_propagation_method_spec.rb +0 -36
  710. data/spec/models/v1_user_password_access_credential_source_spec.rb +0 -36
  711. data/spec/models/v1_user_password_access_credential_spec.rb +0 -42
  712. data/spec/models/v1_vgpu_display_options_spec.rb +0 -42
  713. data/spec/models/v1_vgpu_options_spec.rb +0 -36
  714. data/spec/models/v1_video_device_spec.rb +0 -36
  715. data/spec/models/v1_virtual_machine_condition_spec.rb +0 -54
  716. data/spec/models/v1_virtual_machine_instance_condition_spec.rb +0 -54
  717. data/spec/models/v1_virtual_machine_instance_file_system_disk_spec.rb +0 -42
  718. data/spec/models/v1_virtual_machine_instance_file_system_info_spec.rb +0 -36
  719. data/spec/models/v1_virtual_machine_instance_file_system_list_spec.rb +0 -54
  720. data/spec/models/v1_virtual_machine_instance_file_system_spec.rb +0 -66
  721. data/spec/models/v1_virtual_machine_instance_guest_agent_info_spec.rb +0 -90
  722. data/spec/models/v1_virtual_machine_instance_guest_os_info_spec.rb +0 -78
  723. data/spec/models/v1_virtual_machine_instance_guest_os_user_list_spec.rb +0 -54
  724. data/spec/models/v1_virtual_machine_instance_guest_os_user_spec.rb +0 -48
  725. data/spec/models/v1_virtual_machine_instance_list_spec.rb +0 -54
  726. data/spec/models/v1_virtual_machine_instance_migration_condition_spec.rb +0 -54
  727. data/spec/models/v1_virtual_machine_instance_migration_list_spec.rb +0 -54
  728. data/spec/models/v1_virtual_machine_instance_migration_phase_transition_timestamp_spec.rb +0 -42
  729. data/spec/models/v1_virtual_machine_instance_migration_source_spec.rb +0 -42
  730. data/spec/models/v1_virtual_machine_instance_migration_source_state_spec.rb +0 -90
  731. data/spec/models/v1_virtual_machine_instance_migration_spec.rb +0 -60
  732. data/spec/models/v1_virtual_machine_instance_migration_spec_spec.rb +0 -60
  733. data/spec/models/v1_virtual_machine_instance_migration_state_spec.rb +0 -192
  734. data/spec/models/v1_virtual_machine_instance_migration_status_spec.rb +0 -60
  735. data/spec/models/v1_virtual_machine_instance_migration_target_spec.rb +0 -36
  736. data/spec/models/v1_virtual_machine_instance_migration_target_state_spec.rb +0 -126
  737. data/spec/models/v1_virtual_machine_instance_network_interface_spec.rb +0 -84
  738. data/spec/models/v1_virtual_machine_instance_phase_transition_timestamp_spec.rb +0 -42
  739. data/spec/models/v1_virtual_machine_instance_preset_list_spec.rb +0 -54
  740. data/spec/models/v1_virtual_machine_instance_preset_spec.rb +0 -54
  741. data/spec/models/v1_virtual_machine_instance_preset_spec_spec.rb +0 -42
  742. data/spec/models/v1_virtual_machine_instance_profile_spec.rb +0 -36
  743. data/spec/models/v1_virtual_machine_instance_replica_set_condition_spec.rb +0 -54
  744. data/spec/models/v1_virtual_machine_instance_replica_set_list_spec.rb +0 -54
  745. data/spec/models/v1_virtual_machine_instance_replica_set_spec.rb +0 -60
  746. data/spec/models/v1_virtual_machine_instance_replica_set_spec_spec.rb +0 -54
  747. data/spec/models/v1_virtual_machine_instance_replica_set_status_spec.rb +0 -54
  748. data/spec/models/v1_virtual_machine_instance_spec.rb +0 -60
  749. data/spec/models/v1_virtual_machine_instance_spec_spec.rb +0 -160
  750. data/spec/models/v1_virtual_machine_instance_status_spec.rb +0 -202
  751. data/spec/models/v1_virtual_machine_instance_template_spec_spec.rb +0 -42
  752. data/spec/models/v1_virtual_machine_list_spec.rb +0 -54
  753. data/spec/models/v1_virtual_machine_memory_dump_request_spec.rb +0 -72
  754. data/spec/models/v1_virtual_machine_options_spec.rb +0 -42
  755. data/spec/models/v1_virtual_machine_spec.rb +0 -60
  756. data/spec/models/v1_virtual_machine_spec_spec.rb +0 -72
  757. data/spec/models/v1_virtual_machine_start_failure_spec.rb +0 -48
  758. data/spec/models/v1_virtual_machine_state_change_request_spec.rb +0 -48
  759. data/spec/models/v1_virtual_machine_status_spec.rb +0 -138
  760. data/spec/models/v1_virtual_machine_volume_request_spec.rb +0 -42
  761. data/spec/models/v1_volume_migration_state_spec.rb +0 -36
  762. data/spec/models/v1_volume_snapshot_status_spec.rb +0 -48
  763. data/spec/models/v1_volume_spec.rb +0 -126
  764. data/spec/models/v1_volume_status_spec.rb +0 -90
  765. data/spec/models/v1_volume_update_state_spec.rb +0 -36
  766. data/spec/models/v1_watchdog_spec.rb +0 -48
  767. data/spec/models/v1alpha1_migration_policy_list_spec.rb +0 -54
  768. data/spec/models/v1alpha1_migration_policy_spec.rb +0 -60
  769. data/spec/models/v1alpha1_migration_policy_spec_spec.rb +0 -66
  770. data/spec/models/v1alpha1_selectors_spec.rb +0 -42
  771. data/spec/models/v1beta1_clock_preferences_spec.rb +0 -42
  772. data/spec/models/v1beta1_condition_spec.rb +0 -54
  773. data/spec/models/v1beta1_cpu_instancetype_spec.rb +0 -72
  774. data/spec/models/v1beta1_cpu_preference_requirement_spec.rb +0 -36
  775. data/spec/models/v1beta1_cpu_preferences_spec.rb +0 -48
  776. data/spec/models/v1beta1_data_volume_checkpoint_spec.rb +0 -42
  777. data/spec/models/v1beta1_data_volume_source_gcs_spec.rb +0 -42
  778. data/spec/models/v1beta1_data_volume_source_http_spec.rb +0 -60
  779. data/spec/models/v1beta1_data_volume_source_image_io_spec.rb +0 -54
  780. data/spec/models/v1beta1_data_volume_source_pvc_spec.rb +0 -42
  781. data/spec/models/v1beta1_data_volume_source_ref_spec.rb +0 -48
  782. data/spec/models/v1beta1_data_volume_source_registry_spec.rb +0 -66
  783. data/spec/models/v1beta1_data_volume_source_s3_spec.rb +0 -48
  784. data/spec/models/v1beta1_data_volume_source_snapshot_spec.rb +0 -42
  785. data/spec/models/v1beta1_data_volume_source_spec.rb +0 -90
  786. data/spec/models/v1beta1_data_volume_source_vddk_spec.rb +0 -72
  787. data/spec/models/v1beta1_data_volume_spec_spec.rb +0 -84
  788. data/spec/models/v1beta1_device_preferences_spec.rb +0 -180
  789. data/spec/models/v1beta1_error_spec.rb +0 -42
  790. data/spec/models/v1beta1_feature_preferences_spec.rb +0 -66
  791. data/spec/models/v1beta1_firmware_preferences_spec.rb +0 -60
  792. data/spec/models/v1beta1_machine_preferences_spec.rb +0 -36
  793. data/spec/models/v1beta1_memory_instancetype_spec.rb +0 -54
  794. data/spec/models/v1beta1_memory_preference_requirement_spec.rb +0 -36
  795. data/spec/models/v1beta1_persistent_volume_claim_spec.rb +0 -42
  796. data/spec/models/v1beta1_platform_options_spec.rb +0 -36
  797. data/spec/models/v1beta1_preference_requirements_spec.rb +0 -48
  798. data/spec/models/v1beta1_snapshot_volumes_lists_spec.rb +0 -42
  799. data/spec/models/v1beta1_source_indication_spec.rb +0 -42
  800. data/spec/models/v1beta1_source_spec_spec.rb +0 -36
  801. data/spec/models/v1beta1_spread_options_spec.rb +0 -42
  802. data/spec/models/v1beta1_storage_spec_spec.rb +0 -86
  803. data/spec/models/v1beta1_virtual_machine_clone_list_spec.rb +0 -54
  804. data/spec/models/v1beta1_virtual_machine_clone_spec.rb +0 -60
  805. data/spec/models/v1beta1_virtual_machine_clone_spec_spec.rb +0 -78
  806. data/spec/models/v1beta1_virtual_machine_clone_status_spec.rb +0 -66
  807. data/spec/models/v1beta1_virtual_machine_clone_template_filters_spec.rb +0 -42
  808. data/spec/models/v1beta1_virtual_machine_cluster_instancetype_list_spec.rb +0 -54
  809. data/spec/models/v1beta1_virtual_machine_cluster_instancetype_spec.rb +0 -54
  810. data/spec/models/v1beta1_virtual_machine_cluster_preference_list_spec.rb +0 -54
  811. data/spec/models/v1beta1_virtual_machine_cluster_preference_spec.rb +0 -54
  812. data/spec/models/v1beta1_virtual_machine_export_link_spec.rb +0 -48
  813. data/spec/models/v1beta1_virtual_machine_export_links_spec.rb +0 -42
  814. data/spec/models/v1beta1_virtual_machine_export_list_spec.rb +0 -54
  815. data/spec/models/v1beta1_virtual_machine_export_manifest_spec.rb +0 -42
  816. data/spec/models/v1beta1_virtual_machine_export_spec.rb +0 -60
  817. data/spec/models/v1beta1_virtual_machine_export_spec_spec.rb +0 -48
  818. data/spec/models/v1beta1_virtual_machine_export_status_spec.rb +0 -72
  819. data/spec/models/v1beta1_virtual_machine_export_volume_format_spec.rb +0 -42
  820. data/spec/models/v1beta1_virtual_machine_export_volume_spec.rb +0 -42
  821. data/spec/models/v1beta1_virtual_machine_instancetype_list_spec.rb +0 -54
  822. data/spec/models/v1beta1_virtual_machine_instancetype_spec.rb +0 -54
  823. data/spec/models/v1beta1_virtual_machine_instancetype_spec_spec.rb +0 -90
  824. data/spec/models/v1beta1_virtual_machine_pool_autohealing_strategy_spec.rb +0 -42
  825. data/spec/models/v1beta1_virtual_machine_pool_condition_spec.rb +0 -54
  826. data/spec/models/v1beta1_virtual_machine_pool_list_spec.rb +0 -54
  827. data/spec/models/v1beta1_virtual_machine_pool_name_generation_spec.rb +0 -42
  828. data/spec/models/v1beta1_virtual_machine_pool_opportunistic_scale_in_strategy_spec.rb +0 -36
  829. data/spec/models/v1beta1_virtual_machine_pool_proactive_scale_in_strategy_spec.rb +0 -42
  830. data/spec/models/v1beta1_virtual_machine_pool_proactive_update_strategy_spec.rb +0 -36
  831. data/spec/models/v1beta1_virtual_machine_pool_scale_in_strategy_spec.rb +0 -48
  832. data/spec/models/v1beta1_virtual_machine_pool_selection_policy_spec.rb +0 -42
  833. data/spec/models/v1beta1_virtual_machine_pool_selectors_spec.rb +0 -42
  834. data/spec/models/v1beta1_virtual_machine_pool_spec.rb +0 -60
  835. data/spec/models/v1beta1_virtual_machine_pool_spec_spec.rb +0 -84
  836. data/spec/models/v1beta1_virtual_machine_pool_status_spec.rb +0 -54
  837. data/spec/models/v1beta1_virtual_machine_pool_update_strategy_spec.rb +0 -48
  838. data/spec/models/v1beta1_virtual_machine_preference_list_spec.rb +0 -54
  839. data/spec/models/v1beta1_virtual_machine_preference_spec.rb +0 -54
  840. data/spec/models/v1beta1_virtual_machine_preference_spec_spec.rb +0 -108
  841. data/spec/models/v1beta1_virtual_machine_restore_list_spec.rb +0 -54
  842. data/spec/models/v1beta1_virtual_machine_restore_spec.rb +0 -60
  843. data/spec/models/v1beta1_virtual_machine_restore_spec_spec.rb +0 -72
  844. data/spec/models/v1beta1_virtual_machine_restore_status_spec.rb +0 -60
  845. data/spec/models/v1beta1_virtual_machine_snapshot_content_list_spec.rb +0 -54
  846. data/spec/models/v1beta1_virtual_machine_snapshot_content_spec.rb +0 -60
  847. data/spec/models/v1beta1_virtual_machine_snapshot_content_spec_spec.rb +0 -48
  848. data/spec/models/v1beta1_virtual_machine_snapshot_content_status_spec.rb +0 -54
  849. data/spec/models/v1beta1_virtual_machine_snapshot_list_spec.rb +0 -54
  850. data/spec/models/v1beta1_virtual_machine_snapshot_spec.rb +0 -60
  851. data/spec/models/v1beta1_virtual_machine_snapshot_spec_spec.rb +0 -48
  852. data/spec/models/v1beta1_virtual_machine_snapshot_status_spec.rb +0 -90
  853. data/spec/models/v1beta1_virtual_machine_spec.rb +0 -48
  854. data/spec/models/v1beta1_virtual_machine_template_spec_spec.rb +0 -42
  855. data/spec/models/v1beta1_volume_backup_spec.rb +0 -48
  856. data/spec/models/v1beta1_volume_preferences_spec.rb +0 -36
  857. data/spec/models/v1beta1_volume_restore_override_spec.rb +0 -54
  858. data/spec/models/v1beta1_volume_restore_spec.rb +0 -54
  859. data/spec/models/v1beta1_volume_snapshot_status_spec.rb +0 -54
  860. 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
- | [**create_namespaced_virtual_machine_export**](DefaultApi.md#create_namespaced_virtual_machine_export) | **POST** /apis/export.kubevirt.io/v1beta1/namespaces/{namespace}/virtualmachineexports | |
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
- | [**delete_collection_namespaced_virtual_machine_export**](DefaultApi.md#delete_collection_namespaced_virtual_machine_export) | **DELETE** /apis/export.kubevirt.io/v1beta1/namespaces/{namespace}/virtualmachineexports | |
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
- | [**delete_namespaced_virtual_machine_export**](DefaultApi.md#delete_namespaced_virtual_machine_export) | **DELETE** /apis/export.kubevirt.io/v1beta1/namespaces/{namespace}/virtualmachineexports/{name} | |
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
- | [**func15**](DefaultApi.md#func15) | **GET** /healthz | |
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
- | [**get_api_resources_export_kubevirt_io_v1beta1**](DefaultApi.md#get_api_resources_export_kubevirt_io_v1beta1) | **GET** /apis/export.kubevirt.io/v1beta1/ | |
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
- | [**list_namespaced_virtual_machine_export**](DefaultApi.md#list_namespaced_virtual_machine_export) | **GET** /apis/export.kubevirt.io/v1beta1/namespaces/{namespace}/virtualmachineexports | |
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/v1beta1/virtualmachineexports | |
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
- | [**patch_namespaced_virtual_machine_export**](DefaultApi.md#patch_namespaced_virtual_machine_export) | **PATCH** /apis/export.kubevirt.io/v1beta1/namespaces/{namespace}/virtualmachineexports/{name} | |
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
- | [**read_namespaced_virtual_machine_export**](DefaultApi.md#read_namespaced_virtual_machine_export) | **GET** /apis/export.kubevirt.io/v1beta1/namespaces/{namespace}/virtualmachineexports/{name} | |
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
- | [**replace_namespaced_virtual_machine_export**](DefaultApi.md#replace_namespaced_virtual_machine_export) | **PUT** /apis/export.kubevirt.io/v1beta1/namespaces/{namespace}/virtualmachineexports/{name} | |
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
- | [**watch_namespaced_virtual_machine_export**](DefaultApi.md#watch_namespaced_virtual_machine_export) | **GET** /apis/export.kubevirt.io/v1beta1/watch/namespaces/{namespace}/virtualmachineexports | |
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/v1beta1/watch/virtualmachineexports | |
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
- > <V1beta1VirtualMachineExport> create_namespaced_virtual_machine_export(namespace, body)
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::V1beta1VirtualMachineExport.new({spec: Kubevirt::V1beta1VirtualMachineExportSpec.new({source: Kubevirt::K8sIoApiCoreV1TypedLocalObjectReference.new({kind: 'kind_example', name: 'name_example'})})}) # V1beta1VirtualMachineExport |
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(<V1beta1VirtualMachineExport>, Integer, Hash)> create_namespaced_virtual_machine_export_with_http_info(namespace, body)
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 # => <V1beta1VirtualMachineExport>
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** | [**V1beta1VirtualMachineExport**](V1beta1VirtualMachineExport.md) | | |
614
+ | **body** | [**V1VirtualMachineExport**](V1VirtualMachineExport.md) | | |
530
615
 
531
616
  ### Return type
532
617
 
533
- [**V1beta1VirtualMachineExport**](V1beta1VirtualMachineExport.md)
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 &#x60;continue&#x60; 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 \&quot;orphan\&quot; finalizer will be added to/removed from the object&#39;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: &#39;Orphan&#39; - orphan the dependents; &#39;Background&#39; - allow the garbage collector to delete the dependents in the background; &#39;Foreground&#39; - 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
- ## func15
4282
+ ## func17
4042
4283
 
4043
- > func15
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.func15
4300
+ api_instance.func17
4060
4301
  rescue Kubevirt::ApiError => e
4061
- puts "Error when calling DefaultApi->func15: #{e}"
4302
+ puts "Error when calling DefaultApi->func17: #{e}"
4062
4303
  end
4063
4304
  ```
4064
4305
 
4065
- #### Using the func15_with_http_info variant
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)> func15_with_http_info
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.func15_with_http_info
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->func15_with_http_info: #{e}"
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
- ## get_api_resources_clone_kubevirt_io_v1beta1
4949
+ ## get_api_resources_backup_kubevirt_io_v1alpha1
4648
4950
 
4649
- > <K8sIoApimachineryPkgApisMetaV1APIResourceList> get_api_resources_clone_kubevirt_io_v1beta1
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.get_api_resources_clone_kubevirt_io_v1beta1
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->get_api_resources_clone_kubevirt_io_v1beta1: #{e}"
4970
+ puts "Error when calling DefaultApi->get_api_resources_backup_kubevirt_io_v1alpha1: #{e}"
4669
4971
  end
4670
4972
  ```
4671
4973
 
4672
- #### Using the get_api_resources_clone_kubevirt_io_v1beta1_with_http_info variant
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)> get_api_resources_clone_kubevirt_io_v1beta1_with_http_info
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.get_api_resources_clone_kubevirt_io_v1beta1_with_http_info
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->get_api_resources_clone_kubevirt_io_v1beta1_with_http_info: #{e}"
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
- ## get_api_resources_export_kubevirt_io_v1beta1
5010
+ ## get_api_resources_clone_kubevirt_io_v1beta1
4709
5011
 
4710
- > <K8sIoApimachineryPkgApisMetaV1APIResourceList> get_api_resources_export_kubevirt_io_v1beta1
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.get_api_resources_export_kubevirt_io_v1beta1
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->get_api_resources_export_kubevirt_io_v1beta1: #{e}"
5031
+ puts "Error when calling DefaultApi->get_api_resources_clone_kubevirt_io_v1beta1: #{e}"
4730
5032
  end
4731
5033
  ```
4732
5034
 
4733
- #### Using the get_api_resources_export_kubevirt_io_v1beta1_with_http_info variant
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)> get_api_resources_export_kubevirt_io_v1beta1_with_http_info
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.get_api_resources_export_kubevirt_io_v1beta1_with_http_info
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->get_api_resources_export_kubevirt_io_v1beta1_with_http_info: #{e}"
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 &#x60;continue&#x60; 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
- > <V1beta1VirtualMachineExportList> list_namespaced_virtual_machine_export(namespace, opts)
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(<V1beta1VirtualMachineExportList>, Integer, Hash)> list_namespaced_virtual_machine_export_with_http_info(namespace, opts)
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 # => <V1beta1VirtualMachineExportList>
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
- [**V1beta1VirtualMachineExportList**](V1beta1VirtualMachineExportList.md)
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 &#x60;continue&#x60; 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
- > <V1beta1VirtualMachineExportList> list_virtual_machine_export_for_all_namespaces(opts)
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(<V1beta1VirtualMachineExportList>, Integer, Hash)> list_virtual_machine_export_for_all_namespaces_with_http_info(opts)
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 # => <V1beta1VirtualMachineExportList>
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
- [**V1beta1VirtualMachineExportList**](V1beta1VirtualMachineExportList.md)
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
- > <V1beta1VirtualMachineExport> patch_namespaced_virtual_machine_export(name, namespace, body)
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(<V1beta1VirtualMachineExport>, Integer, Hash)> patch_namespaced_virtual_machine_export_with_http_info(name, namespace, body)
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 # => <V1beta1VirtualMachineExport>
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
- [**V1beta1VirtualMachineExport**](V1beta1VirtualMachineExport.md)
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 &#39;Namespace&#39;. | [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 # => <V1KubeVirt>
9849
+ p data # => <V1VirtualMachine>
9003
9850
  rescue Kubevirt::ApiError => e
9004
- puts "Error when calling DefaultApi->read_namespaced_kube_virt_with_http_info: #{e}"
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
- [**V1KubeVirt**](V1KubeVirt.md)
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
- ## read_namespaced_virtual_machine
9878
+ ## read_namespaced_virtual_machine_backup
9032
9879
 
9033
- > <V1VirtualMachine> read_namespaced_virtual_machine(name, namespace, opts)
9880
+ > <V1alpha1VirtualMachineBackup> read_namespaced_virtual_machine_backup(name, namespace, opts)
9034
9881
 
9035
9882
 
9036
9883
 
9037
- Get a VirtualMachine object.
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.read_namespaced_virtual_machine(name, namespace, opts)
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->read_namespaced_virtual_machine: #{e}"
9905
+ puts "Error when calling DefaultApi->read_namespaced_virtual_machine_backup: #{e}"
9059
9906
  end
9060
9907
  ```
9061
9908
 
9062
- #### Using the read_namespaced_virtual_machine_with_http_info variant
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(<V1VirtualMachine>, Integer, Hash)> read_namespaced_virtual_machine_with_http_info(name, namespace, opts)
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.read_namespaced_virtual_machine_with_http_info(name, namespace, opts)
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 # => <V1VirtualMachine>
9921
+ p data # => <V1alpha1VirtualMachineBackup>
9075
9922
  rescue Kubevirt::ApiError => e
9076
- puts "Error when calling DefaultApi->read_namespaced_virtual_machine_with_http_info: #{e}"
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
- [**V1VirtualMachine**](V1VirtualMachine.md)
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
- > <V1beta1VirtualMachineExport> read_namespaced_virtual_machine_export(name, namespace, opts)
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(<V1beta1VirtualMachineExport>, Integer, Hash)> read_namespaced_virtual_machine_export_with_http_info(name, namespace, opts)
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 # => <V1beta1VirtualMachineExport>
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
- [**V1beta1VirtualMachineExport**](V1beta1VirtualMachineExport.md)
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
- > <V1beta1VirtualMachineExport> replace_namespaced_virtual_machine_export(name, namespace, body)
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::V1beta1VirtualMachineExport.new({spec: Kubevirt::V1beta1VirtualMachineExportSpec.new({source: Kubevirt::K8sIoApiCoreV1TypedLocalObjectReference.new({kind: 'kind_example', name: 'name_example'})})}) # V1beta1VirtualMachineExport |
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(<V1beta1VirtualMachineExport>, Integer, Hash)> replace_namespaced_virtual_machine_export_with_http_info(name, namespace, body)
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 # => <V1beta1VirtualMachineExport>
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** | [**V1beta1VirtualMachineExport**](V1beta1VirtualMachineExport.md) | | |
11274
+ | **body** | [**V1VirtualMachineExport**](V1VirtualMachineExport.md) | | |
10360
11275
 
10361
11276
  ### Return type
10362
11277
 
10363
- [**V1beta1VirtualMachineExport**](V1beta1VirtualMachineExport.md)
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->v1_vnc_with_http_info: #{e}"
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
- | **preserve_session** | **Boolean** | Connect only if ongoing session is not disturbed. | [optional] |
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
- ## v1_vnc_screenshot
14088
+ ## v1_vsock
12969
14089
 
12970
- > v1_vnc_screenshot(name, namespace, opts)
14090
+ > v1_vsock(name, namespace, port, opts)
12971
14091
 
12972
14092
 
12973
14093
 
12974
- Get a PNG VNC screenshot of the specified VirtualMachineInstance.
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
- move_cursor: true # Boolean | Move the cursor on the VNC display to wake up the screen
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.v1_vnc_screenshot(name, namespace, opts)
14112
+ api_instance.v1_vsock(name, namespace, port, opts)
12992
14113
  rescue Kubevirt::ApiError => e
12993
- puts "Error when calling DefaultApi->v1_vnc_screenshot: #{e}"
14114
+ puts "Error when calling DefaultApi->v1_vsock: #{e}"
12994
14115
  end
12995
14116
  ```
12996
14117
 
12997
- #### Using the v1_vnc_screenshot_with_http_info variant
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)> v1_vnc_screenshot_with_http_info(name, namespace, opts)
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.v1_vnc_screenshot_with_http_info(name, namespace, opts)
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->v1_vnc_screenshot_with_http_info: #{e}"
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
- | **move_cursor** | **Boolean** | Move the cursor on the VNC display to wake up the screen | [optional] |
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
- ## v1_vsock
14159
+ ## v1alpha3_backup
13038
14160
 
13039
- > v1_vsock(name, namespace, port, opts)
14161
+ > String v1alpha3_backup(name, namespace, body)
13040
14162
 
13041
14163
 
13042
14164
 
13043
- Open a websocket connection forwarding traffic to the specified VirtualMachineInstance and port via VSOCK.
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
- port = 56 # Integer | The port which the VSOCK application listens to.
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.v1_vsock(name, namespace, port, opts)
14180
+ result = api_instance.v1alpha3_backup(name, namespace, body)
14181
+ p result
13062
14182
  rescue Kubevirt::ApiError => e
13063
- puts "Error when calling DefaultApi->v1_vsock: #{e}"
14183
+ puts "Error when calling DefaultApi->v1alpha3_backup: #{e}"
13064
14184
  end
13065
14185
  ```
13066
14186
 
13067
- #### Using the v1_vsock_with_http_info variant
14187
+ #### Using the v1alpha3_backup_with_http_info variant
13068
14188
 
13069
- This returns an Array which contains the response data (`nil` in this case), status code and headers.
14189
+ This returns an Array which contains the response data, status code and headers.
13070
14190
 
13071
- > <Array(nil, Integer, Hash)> v1_vsock_with_http_info(name, namespace, port, opts)
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.v1_vsock_with_http_info(name, namespace, port, opts)
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 # => nil
14199
+ p data # => String
13080
14200
  rescue Kubevirt::ApiError => e
13081
- puts "Error when calling DefaultApi->v1_vsock_with_http_info: #{e}"
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
- | **port** | **Integer** | The port which the VSOCK application listens to. | |
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
- nil (empty response body)
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**: Not defined
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 &#x60;continue&#x60; 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 &#x60;continue&#x60; 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)