kubevirt 0.1.0 → 0.2.1

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 (828) hide show
  1. checksums.yaml +4 -4
  2. data/.openapi-config.json +9 -0
  3. data/.openapi-generator/FILES +1120 -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 +11 -1
  10. data/README.md +75 -46
  11. data/docs/DefaultApi.md +824 -130
  12. data/docs/K8sIoApiCoreV1PodAffinityTerm.md +2 -2
  13. data/docs/K8sIoApiCoreV1PodDNSConfigOption.md +2 -2
  14. data/docs/K8sIoApiCoreV1PodResourceClaim.md +22 -0
  15. data/docs/K8sIoApiCoreV1ResourceFieldSelector.md +1 -1
  16. data/docs/K8sIoApiCoreV1TopologySpreadConstraint.md +2 -2
  17. data/docs/K8sIoApiCoreV1VolumeResourceRequirements.md +2 -2
  18. data/docs/K8sIoApimachineryPkgApisMetaV1DeleteOptions.md +2 -0
  19. data/docs/V1ACPI.md +2 -0
  20. data/docs/V1ArchConfiguration.md +3 -1
  21. data/docs/V1ChangedBlockTrackingSelectors.md +20 -0
  22. data/docs/V1ChangedBlockTrackingStatus.md +18 -0
  23. data/docs/V1ControllerRevisionRef.md +18 -0
  24. data/docs/V1CustomBlockSize.md +4 -2
  25. data/docs/V1DeveloperConfiguration.md +2 -0
  26. data/docs/V1DeviceAttribute.md +20 -0
  27. data/docs/V1DeviceResourceClaimStatus.md +22 -0
  28. data/docs/V1DeviceStatus.md +20 -0
  29. data/docs/V1DeviceStatusInfo.md +20 -0
  30. data/docs/V1Devices.md +4 -0
  31. data/docs/V1Diag288Watchdog.md +18 -0
  32. data/docs/V1Disk.md +3 -1
  33. data/docs/V1DiskIOThreads.md +18 -0
  34. data/docs/V1DiskVerification.md +1 -1
  35. data/docs/V1DomainSpec.md +3 -1
  36. data/docs/V1EmptyDiskSource.md +1 -1
  37. data/docs/V1EvacuateCancelOptions.md +24 -0
  38. data/docs/V1GPU.md +5 -1
  39. data/docs/V1HostDevice.md +5 -1
  40. data/docs/V1HostDisk.md +1 -1
  41. data/docs/V1InstancetypeStatusRef.md +26 -0
  42. data/docs/V1Interface.md +1 -1
  43. data/docs/V1KubeVirtConfiguration.md +5 -3
  44. data/docs/V1KubeVirtSpec.md +2 -0
  45. data/docs/V1KubeVirtStatus.md +2 -0
  46. data/docs/V1LaunchSecurity.md +5 -1
  47. data/docs/V1LiveUpdateConfiguration.md +1 -1
  48. data/docs/V1LogVerbosity.md +3 -1
  49. data/docs/V1Memory.md +2 -2
  50. data/docs/V1MemoryStatus.md +3 -3
  51. data/docs/V1MigrateOptions.md +2 -0
  52. data/docs/V1MigrationConfiguration.md +1 -1
  53. data/docs/V1ObjectGraphNode.md +28 -0
  54. data/docs/V1ObjectGraphOptions.md +20 -0
  55. data/docs/V1PanicDevice.md +18 -0
  56. data/docs/V1PersistentVolumeClaimInfo.md +2 -2
  57. data/docs/V1ResourceRequirements.md +2 -2
  58. data/docs/V1ResourceRequirementsWithoutClaims.md +2 -2
  59. data/docs/V1TPMDevice.md +2 -0
  60. data/docs/V1VideoDevice.md +18 -0
  61. data/docs/V1VirtualMachineInstanceGuestAgentInfo.md +1 -1
  62. data/docs/V1VirtualMachineInstanceGuestOSUser.md +1 -1
  63. data/docs/V1VirtualMachineInstanceMigrationSource.md +20 -0
  64. data/docs/V1VirtualMachineInstanceMigrationSourceState.md +36 -0
  65. data/docs/V1VirtualMachineInstanceMigrationSpec.md +8 -0
  66. data/docs/V1VirtualMachineInstanceMigrationState.md +7 -1
  67. data/docs/V1VirtualMachineInstanceMigrationStatus.md +3 -1
  68. data/docs/V1VirtualMachineInstanceMigrationTarget.md +18 -0
  69. data/docs/V1VirtualMachineInstanceMigrationTargetState.md +48 -0
  70. data/docs/V1VirtualMachineInstanceNetworkInterface.md +2 -0
  71. data/docs/V1VirtualMachineInstanceSpec.md +3 -1
  72. data/docs/V1VirtualMachineInstanceStatus.md +5 -1
  73. data/docs/V1VirtualMachineStatus.md +6 -0
  74. data/docs/V1Watchdog.md +2 -0
  75. data/docs/V1alpha1MigrationPolicySpec.md +1 -1
  76. data/docs/V1beta1DataVolumeSourceRegistry.md +2 -0
  77. data/docs/V1beta1DataVolumeSourceVDDK.md +2 -0
  78. data/docs/V1beta1DevicePreferences.md +2 -0
  79. data/docs/V1beta1MemoryInstancetype.md +2 -2
  80. data/docs/V1beta1MemoryPreferenceRequirement.md +1 -1
  81. data/docs/V1beta1PlatformOptions.md +18 -0
  82. data/docs/V1beta1PreferenceRequirements.md +2 -0
  83. data/docs/V1beta1SourceIndication.md +20 -0
  84. data/docs/{V1alpha1VirtualMachinePool.md → V1beta1VirtualMachineClone.md} +4 -4
  85. data/docs/{V1alpha1VirtualMachinePoolList.md → V1beta1VirtualMachineCloneList.md} +3 -3
  86. data/docs/{V1alpha1VirtualMachineCloneSpec.md → V1beta1VirtualMachineCloneSpec.md} +5 -3
  87. data/docs/{V1alpha1VirtualMachineCloneStatus.md → V1beta1VirtualMachineCloneStatus.md} +3 -3
  88. data/docs/{V1alpha1VirtualMachineCloneTemplateFilters.md → V1beta1VirtualMachineCloneTemplateFilters.md} +2 -2
  89. data/docs/V1beta1VirtualMachineInstancetypeSpec.md +2 -0
  90. data/docs/{V1alpha1VirtualMachineClone.md → V1beta1VirtualMachinePool.md} +4 -4
  91. data/docs/V1beta1VirtualMachinePoolAutohealingStrategy.md +20 -0
  92. data/docs/{V1alpha1Condition.md → V1beta1VirtualMachinePoolCondition.md} +2 -2
  93. data/docs/{V1alpha1VirtualMachineCloneList.md → V1beta1VirtualMachinePoolList.md} +3 -3
  94. data/docs/V1beta1VirtualMachinePoolNameGeneration.md +20 -0
  95. data/docs/V1beta1VirtualMachinePoolOpportunisticScaleInStrategy.md +18 -0
  96. data/docs/V1beta1VirtualMachinePoolProactiveScaleInStrategy.md +20 -0
  97. data/docs/V1beta1VirtualMachinePoolProactiveUpdateStrategy.md +18 -0
  98. data/docs/V1beta1VirtualMachinePoolScaleInStrategy.md +22 -0
  99. data/docs/V1beta1VirtualMachinePoolSelectionPolicy.md +20 -0
  100. data/docs/V1beta1VirtualMachinePoolSelectors.md +20 -0
  101. data/docs/V1beta1VirtualMachinePoolSpec.md +34 -0
  102. data/docs/{V1alpha1VirtualMachinePoolStatus.md → V1beta1VirtualMachinePoolStatus.md} +3 -3
  103. data/docs/V1beta1VirtualMachinePoolUpdateStrategy.md +22 -0
  104. data/docs/V1beta1VirtualMachinePreferenceSpec.md +2 -0
  105. data/docs/V1beta1VirtualMachineRestoreSpec.md +7 -1
  106. data/docs/V1beta1VirtualMachineSnapshotStatus.md +3 -1
  107. data/docs/{V1alpha1VirtualMachineTemplateSpec.md → V1beta1VirtualMachineTemplateSpec.md} +2 -2
  108. data/docs/V1beta1VolumeRestoreOverride.md +24 -0
  109. data/lib/kubevirt/api/default_api.rb +842 -98
  110. data/lib/kubevirt/api_client.rb +8 -9
  111. data/lib/kubevirt/api_error.rb +1 -1
  112. data/lib/kubevirt/api_model_base.rb +88 -0
  113. data/lib/kubevirt/configuration.rb +1 -1
  114. data/lib/kubevirt/models/k8s_io_api_core_v1_affinity.rb +11 -78
  115. data/lib/kubevirt/models/k8s_io_api_core_v1_downward_api_volume_file.rb +21 -78
  116. data/lib/kubevirt/models/k8s_io_api_core_v1_exec_action.rb +11 -78
  117. data/lib/kubevirt/models/k8s_io_api_core_v1_http_get_action.rb +11 -78
  118. data/lib/kubevirt/models/k8s_io_api_core_v1_http_header.rb +31 -78
  119. data/lib/kubevirt/models/k8s_io_api_core_v1_local_object_reference.rb +11 -78
  120. data/lib/kubevirt/models/k8s_io_api_core_v1_node_affinity.rb +11 -78
  121. data/lib/kubevirt/models/k8s_io_api_core_v1_node_selector.rb +21 -78
  122. data/lib/kubevirt/models/k8s_io_api_core_v1_node_selector_requirement.rb +21 -78
  123. data/lib/kubevirt/models/k8s_io_api_core_v1_node_selector_term.rb +11 -78
  124. data/lib/kubevirt/models/k8s_io_api_core_v1_object_field_selector.rb +21 -78
  125. data/lib/kubevirt/models/k8s_io_api_core_v1_persistent_volume_claim_spec.rb +11 -78
  126. data/lib/kubevirt/models/k8s_io_api_core_v1_persistent_volume_claim_volume_source.rb +21 -78
  127. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_affinity.rb +11 -78
  128. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_affinity_term.rb +23 -80
  129. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_anti_affinity.rb +11 -78
  130. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_dns_config.rb +11 -78
  131. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_dns_config_option.rb +13 -79
  132. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_resource_claim.rb +186 -0
  133. data/lib/kubevirt/models/k8s_io_api_core_v1_preferred_scheduling_term.rb +31 -78
  134. data/lib/kubevirt/models/k8s_io_api_core_v1_resource_field_selector.rb +22 -79
  135. data/lib/kubevirt/models/k8s_io_api_core_v1_tcp_socket_action.rb +11 -78
  136. data/lib/kubevirt/models/k8s_io_api_core_v1_toleration.rb +11 -78
  137. data/lib/kubevirt/models/k8s_io_api_core_v1_topology_spread_constraint.rb +33 -80
  138. data/lib/kubevirt/models/k8s_io_api_core_v1_typed_local_object_reference.rb +31 -78
  139. data/lib/kubevirt/models/k8s_io_api_core_v1_typed_object_reference.rb +32 -78
  140. data/lib/kubevirt/models/k8s_io_api_core_v1_volume_resource_requirements.rb +13 -80
  141. data/lib/kubevirt/models/k8s_io_api_core_v1_weighted_pod_affinity_term.rb +31 -78
  142. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group.rb +31 -78
  143. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group_list.rb +21 -78
  144. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource.rb +61 -78
  145. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource_list.rb +31 -78
  146. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_delete_options.rb +22 -79
  147. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_group_version_for_discovery.rb +31 -78
  148. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector.rb +11 -78
  149. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector_requirement.rb +31 -78
  150. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_list_meta.rb +11 -78
  151. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_managed_fields_entry.rb +11 -78
  152. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_object_meta.rb +11 -78
  153. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_owner_reference.rb +51 -78
  154. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_preconditions.rb +11 -78
  155. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_root_paths.rb +21 -78
  156. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_server_address_by_client_cidr.rb +31 -78
  157. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_status.rb +11 -78
  158. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_cause.rb +11 -78
  159. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_details.rb +11 -78
  160. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_watch_event.rb +31 -78
  161. data/lib/kubevirt/models/v1_access_credential.rb +11 -78
  162. data/lib/kubevirt/models/v1_access_credential_secret_source.rb +21 -78
  163. data/lib/kubevirt/models/v1_acpi.rb +22 -79
  164. data/lib/kubevirt/models/v1_add_volume_options.rb +41 -78
  165. data/lib/kubevirt/models/v1_arch_configuration.rb +24 -82
  166. data/lib/kubevirt/models/v1_arch_specific_configuration.rb +11 -78
  167. data/lib/kubevirt/models/v1_bios.rb +11 -78
  168. data/lib/kubevirt/models/v1_block_size.rb +11 -78
  169. data/lib/kubevirt/models/v1_bootloader.rb +11 -78
  170. data/lib/kubevirt/models/v1_cd_rom_target.rb +11 -78
  171. data/lib/kubevirt/models/v1_cert_config.rb +11 -78
  172. data/lib/kubevirt/models/v1_changed_block_tracking_selectors.rb +156 -0
  173. data/lib/kubevirt/models/v1_changed_block_tracking_status.rb +166 -0
  174. data/lib/kubevirt/models/v1_chassis.rb +11 -78
  175. data/lib/kubevirt/models/v1_clock.rb +11 -78
  176. data/lib/kubevirt/models/v1_clock_offset.rb +11 -78
  177. data/lib/kubevirt/models/v1_clock_offset_utc.rb +11 -78
  178. data/lib/kubevirt/models/v1_cloud_init_config_drive_source.rb +11 -78
  179. data/lib/kubevirt/models/v1_cloud_init_no_cloud_source.rb +11 -78
  180. data/lib/kubevirt/models/v1_common_instancetypes_deployment.rb +11 -78
  181. data/lib/kubevirt/models/v1_component_config.rb +11 -78
  182. data/lib/kubevirt/models/v1_config_map_volume_source.rb +11 -78
  183. data/lib/kubevirt/models/v1_container_disk_info.rb +11 -78
  184. data/lib/kubevirt/models/v1_container_disk_source.rb +21 -78
  185. data/lib/kubevirt/models/v1_controller_revision_ref.rb +148 -0
  186. data/lib/kubevirt/models/v1_cpu.rb +11 -78
  187. data/lib/kubevirt/models/v1_cpu_feature.rb +21 -78
  188. data/lib/kubevirt/models/v1_cpu_topology.rb +11 -78
  189. data/lib/kubevirt/models/v1_custom_block_size.rb +21 -93
  190. data/lib/kubevirt/models/v1_custom_profile.rb +11 -78
  191. data/lib/kubevirt/models/v1_customize_components.rb +11 -78
  192. data/lib/kubevirt/models/v1_customize_components_patch.rb +51 -78
  193. data/lib/kubevirt/models/v1_data_volume_source.rb +21 -78
  194. data/lib/kubevirt/models/v1_data_volume_template_spec.rb +21 -78
  195. data/lib/kubevirt/models/v1_developer_configuration.rb +22 -79
  196. data/lib/kubevirt/models/v1_device_attribute.rb +159 -0
  197. data/lib/kubevirt/models/v1_device_resource_claim_status.rb +168 -0
  198. data/lib/kubevirt/models/v1_device_status.rb +163 -0
  199. data/lib/kubevirt/models/v1_device_status_info.rb +174 -0
  200. data/lib/kubevirt/models/v1_devices.rb +33 -79
  201. data/lib/kubevirt/models/v1_dhcp_options.rb +11 -78
  202. data/lib/kubevirt/models/v1_dhcp_private_options.rb +31 -78
  203. data/lib/kubevirt/models/v1_diag288_watchdog.rb +149 -0
  204. data/lib/kubevirt/models/v1_disk.rb +33 -80
  205. data/lib/kubevirt/models/v1_disk_io_threads.rb +148 -0
  206. data/lib/kubevirt/models/v1_disk_target.rb +11 -78
  207. data/lib/kubevirt/models/v1_disk_verification.rb +22 -79
  208. data/lib/kubevirt/models/v1_domain_memory_dump_info.rb +11 -78
  209. data/lib/kubevirt/models/v1_domain_spec.rb +32 -80
  210. data/lib/kubevirt/models/v1_downward_api_volume_source.rb +11 -78
  211. data/lib/kubevirt/models/v1_efi.rb +11 -78
  212. data/lib/kubevirt/models/v1_empty_disk_source.rb +22 -79
  213. data/lib/kubevirt/models/v1_ephemeral_volume_source.rb +11 -78
  214. data/lib/kubevirt/models/v1_evacuate_cancel_options.rb +197 -0
  215. data/lib/kubevirt/models/v1_feature_apic.rb +11 -78
  216. data/lib/kubevirt/models/v1_feature_hyperv.rb +11 -78
  217. data/lib/kubevirt/models/v1_feature_kvm.rb +11 -78
  218. data/lib/kubevirt/models/v1_feature_spinlocks.rb +11 -78
  219. data/lib/kubevirt/models/v1_feature_state.rb +11 -78
  220. data/lib/kubevirt/models/v1_feature_vendor_id.rb +11 -78
  221. data/lib/kubevirt/models/v1_features.rb +11 -78
  222. data/lib/kubevirt/models/v1_filesystem.rb +31 -78
  223. data/lib/kubevirt/models/v1_firmware.rb +11 -78
  224. data/lib/kubevirt/models/v1_flags.rb +11 -78
  225. data/lib/kubevirt/models/v1_freeze_unfreeze_timeout.rb +21 -78
  226. data/lib/kubevirt/models/v1_generation_status.rb +51 -78
  227. data/lib/kubevirt/models/v1_gpu.rb +43 -86
  228. data/lib/kubevirt/models/v1_guest_agent_command_info.rb +21 -78
  229. data/lib/kubevirt/models/v1_host_device.rb +43 -87
  230. data/lib/kubevirt/models/v1_host_disk.rb +32 -79
  231. data/lib/kubevirt/models/v1_hotplug_volume_source.rb +11 -78
  232. data/lib/kubevirt/models/v1_hotplug_volume_status.rb +11 -78
  233. data/lib/kubevirt/models/v1_hpet_timer.rb +11 -78
  234. data/lib/kubevirt/models/v1_hugepages.rb +11 -78
  235. data/lib/kubevirt/models/v1_hyper_v_passthrough.rb +11 -78
  236. data/lib/kubevirt/models/v1_hyperv_timer.rb +11 -78
  237. data/lib/kubevirt/models/v1_i6300_esb_watchdog.rb +11 -78
  238. data/lib/kubevirt/models/v1_initrd_info.rb +11 -78
  239. data/lib/kubevirt/models/v1_input.rb +31 -78
  240. data/lib/kubevirt/models/v1_instancetype_configuration.rb +11 -78
  241. data/lib/kubevirt/models/v1_instancetype_matcher.rb +11 -78
  242. data/lib/kubevirt/models/v1_instancetype_status_ref.rb +187 -0
  243. data/lib/kubevirt/models/v1_interface.rb +22 -79
  244. data/lib/kubevirt/models/v1_interface_binding_migration.rb +11 -78
  245. data/lib/kubevirt/models/v1_interface_binding_plugin.rb +11 -78
  246. data/lib/kubevirt/models/v1_kernel_boot.rb +11 -78
  247. data/lib/kubevirt/models/v1_kernel_boot_container.rb +21 -78
  248. data/lib/kubevirt/models/v1_kernel_boot_status.rb +11 -78
  249. data/lib/kubevirt/models/v1_kernel_info.rb +11 -78
  250. data/lib/kubevirt/models/v1_ksm_configuration.rb +11 -78
  251. data/lib/kubevirt/models/v1_kube_virt.rb +21 -78
  252. data/lib/kubevirt/models/v1_kube_virt_certificate_rotate_strategy.rb +11 -78
  253. data/lib/kubevirt/models/v1_kube_virt_condition.rb +31 -78
  254. data/lib/kubevirt/models/v1_kube_virt_configuration.rb +24 -81
  255. data/lib/kubevirt/models/v1_kube_virt_list.rb +21 -78
  256. data/lib/kubevirt/models/v1_kube_virt_self_sign_configuration.rb +11 -78
  257. data/lib/kubevirt/models/v1_kube_virt_spec.rb +22 -79
  258. data/lib/kubevirt/models/v1_kube_virt_status.rb +23 -79
  259. data/lib/kubevirt/models/v1_kube_virt_workload_update_strategy.rb +11 -78
  260. data/lib/kubevirt/models/v1_kvm_timer.rb +11 -78
  261. data/lib/kubevirt/models/v1_launch_security.rb +33 -82
  262. data/lib/kubevirt/models/v1_live_update_configuration.rb +12 -79
  263. data/lib/kubevirt/models/v1_log_verbosity.rb +24 -82
  264. data/lib/kubevirt/models/v1_lun_target.rb +11 -78
  265. data/lib/kubevirt/models/v1_machine.rb +11 -78
  266. data/lib/kubevirt/models/v1_mediated_devices_configuration.rb +11 -78
  267. data/lib/kubevirt/models/v1_mediated_host_device.rb +31 -78
  268. data/lib/kubevirt/models/v1_memory.rb +13 -80
  269. data/lib/kubevirt/models/v1_memory_dump_volume_source.rb +21 -78
  270. data/lib/kubevirt/models/v1_memory_status.rb +14 -81
  271. data/lib/kubevirt/models/v1_migrate_options.rb +24 -79
  272. data/lib/kubevirt/models/v1_migration_configuration.rb +12 -79
  273. data/lib/kubevirt/models/v1_multus_network.rb +21 -78
  274. data/lib/kubevirt/models/v1_network.rb +21 -78
  275. data/lib/kubevirt/models/v1_network_configuration.rb +11 -78
  276. data/lib/kubevirt/models/v1_node_mediated_device_types_config.rb +21 -78
  277. data/lib/kubevirt/models/v1_node_placement.rb +11 -78
  278. data/lib/kubevirt/models/v1_numa.rb +11 -78
  279. data/lib/kubevirt/models/v1_object_graph_node.rb +216 -0
  280. data/lib/kubevirt/models/v1_object_graph_options.rb +158 -0
  281. data/lib/kubevirt/models/v1_panic_device.rb +148 -0
  282. data/lib/kubevirt/models/v1_pause_options.rb +11 -78
  283. data/lib/kubevirt/models/v1_pci_host_device.rb +31 -78
  284. data/lib/kubevirt/models/v1_permitted_host_devices.rb +11 -78
  285. data/lib/kubevirt/models/v1_persistent_volume_claim_info.rb +13 -80
  286. data/lib/kubevirt/models/v1_persistent_volume_claim_volume_source.rb +21 -78
  287. data/lib/kubevirt/models/v1_pit_timer.rb +11 -78
  288. data/lib/kubevirt/models/v1_plugin_binding.rb +21 -78
  289. data/lib/kubevirt/models/v1_pod_network.rb +11 -78
  290. data/lib/kubevirt/models/v1_port.rb +21 -78
  291. data/lib/kubevirt/models/v1_preference_matcher.rb +11 -78
  292. data/lib/kubevirt/models/v1_probe.rb +11 -78
  293. data/lib/kubevirt/models/v1_qemu_guest_agent_ssh_public_key_access_credential_propagation.rb +21 -78
  294. data/lib/kubevirt/models/v1_rate_limiter.rb +11 -78
  295. data/lib/kubevirt/models/v1_realtime.rb +11 -78
  296. data/lib/kubevirt/models/v1_reloadable_component_configuration.rb +11 -78
  297. data/lib/kubevirt/models/v1_remove_volume_options.rb +21 -78
  298. data/lib/kubevirt/models/v1_resource_requirements.rb +19 -82
  299. data/lib/kubevirt/models/v1_resource_requirements_without_claims.rb +13 -80
  300. data/lib/kubevirt/models/v1_rest_client_configuration.rb +11 -78
  301. data/lib/kubevirt/models/v1_restart_options.rb +11 -78
  302. data/lib/kubevirt/models/v1_rtc_timer.rb +11 -78
  303. data/lib/kubevirt/models/v1_seccomp_configuration.rb +11 -78
  304. data/lib/kubevirt/models/v1_secret_volume_source.rb +11 -78
  305. data/lib/kubevirt/models/v1_service_account_volume_source.rb +11 -78
  306. data/lib/kubevirt/models/v1_sev.rb +11 -78
  307. data/lib/kubevirt/models/v1_sev_measurement_info.rb +11 -78
  308. data/lib/kubevirt/models/v1_sev_platform_info.rb +11 -78
  309. data/lib/kubevirt/models/v1_sev_policy.rb +11 -78
  310. data/lib/kubevirt/models/v1_sev_secret_options.rb +11 -78
  311. data/lib/kubevirt/models/v1_sev_session_options.rb +11 -78
  312. data/lib/kubevirt/models/v1_sm_bios_configuration.rb +11 -78
  313. data/lib/kubevirt/models/v1_sound_device.rb +21 -78
  314. data/lib/kubevirt/models/v1_ssh_public_key_access_credential.rb +31 -78
  315. data/lib/kubevirt/models/v1_ssh_public_key_access_credential_propagation_method.rb +11 -78
  316. data/lib/kubevirt/models/v1_ssh_public_key_access_credential_source.rb +11 -78
  317. data/lib/kubevirt/models/v1_start_options.rb +11 -78
  318. data/lib/kubevirt/models/v1_stop_options.rb +11 -78
  319. data/lib/kubevirt/models/v1_storage_migrated_volume_info.rb +21 -78
  320. data/lib/kubevirt/models/v1_support_container_resources.rb +31 -78
  321. data/lib/kubevirt/models/v1_sy_nic_timer.rb +11 -78
  322. data/lib/kubevirt/models/v1_sysprep_source.rb +11 -78
  323. data/lib/kubevirt/models/v1_timer.rb +11 -78
  324. data/lib/kubevirt/models/v1_tls_configuration.rb +11 -78
  325. data/lib/kubevirt/models/v1_token_bucket_rate_limiter.rb +31 -78
  326. data/lib/kubevirt/models/v1_topology_hints.rb +11 -78
  327. data/lib/kubevirt/models/v1_tpm_device.rb +22 -79
  328. data/lib/kubevirt/models/v1_unpause_options.rb +11 -78
  329. data/lib/kubevirt/models/v1_usb_host_device.rb +21 -78
  330. data/lib/kubevirt/models/v1_usb_selector.rb +31 -78
  331. data/lib/kubevirt/models/v1_user_password_access_credential.rb +31 -78
  332. data/lib/kubevirt/models/v1_user_password_access_credential_propagation_method.rb +11 -78
  333. data/lib/kubevirt/models/v1_user_password_access_credential_source.rb +11 -78
  334. data/lib/kubevirt/models/v1_vgpu_display_options.rb +11 -78
  335. data/lib/kubevirt/models/v1_vgpu_options.rb +11 -78
  336. data/lib/kubevirt/models/v1_video_device.rb +148 -0
  337. data/lib/kubevirt/models/v1_virtual_machine.rb +21 -78
  338. data/lib/kubevirt/models/v1_virtual_machine_condition.rb +31 -78
  339. data/lib/kubevirt/models/v1_virtual_machine_instance.rb +21 -78
  340. data/lib/kubevirt/models/v1_virtual_machine_instance_condition.rb +31 -78
  341. data/lib/kubevirt/models/v1_virtual_machine_instance_file_system.rb +61 -78
  342. data/lib/kubevirt/models/v1_virtual_machine_instance_file_system_disk.rb +21 -78
  343. data/lib/kubevirt/models/v1_virtual_machine_instance_file_system_info.rb +21 -78
  344. data/lib/kubevirt/models/v1_virtual_machine_instance_file_system_list.rb +21 -78
  345. data/lib/kubevirt/models/v1_virtual_machine_instance_guest_agent_info.rb +12 -79
  346. data/lib/kubevirt/models/v1_virtual_machine_instance_guest_os_info.rb +11 -78
  347. data/lib/kubevirt/models/v1_virtual_machine_instance_guest_os_user.rb +22 -78
  348. data/lib/kubevirt/models/v1_virtual_machine_instance_guest_os_user_list.rb +21 -78
  349. data/lib/kubevirt/models/v1_virtual_machine_instance_list.rb +21 -78
  350. data/lib/kubevirt/models/v1_virtual_machine_instance_migration.rb +21 -78
  351. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_condition.rb +31 -78
  352. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_list.rb +21 -78
  353. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_phase_transition_timestamp.rb +11 -78
  354. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_source.rb +192 -0
  355. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_source_state.rb +240 -0
  356. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_spec.rb +52 -79
  357. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_state.rb +43 -82
  358. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_status.rb +27 -82
  359. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_target.rb +165 -0
  360. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_target_state.rb +302 -0
  361. data/lib/kubevirt/models/v1_virtual_machine_instance_network_interface.rb +22 -79
  362. data/lib/kubevirt/models/v1_virtual_machine_instance_phase_transition_timestamp.rb +11 -78
  363. data/lib/kubevirt/models/v1_virtual_machine_instance_preset.rb +11 -78
  364. data/lib/kubevirt/models/v1_virtual_machine_instance_preset_list.rb +21 -78
  365. data/lib/kubevirt/models/v1_virtual_machine_instance_preset_spec.rb +21 -78
  366. data/lib/kubevirt/models/v1_virtual_machine_instance_profile.rb +11 -78
  367. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set.rb +21 -78
  368. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_condition.rb +31 -78
  369. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_list.rb +21 -78
  370. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_spec.rb +31 -78
  371. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_status.rb +11 -78
  372. data/lib/kubevirt/models/v1_virtual_machine_instance_spec.rb +35 -80
  373. data/lib/kubevirt/models/v1_virtual_machine_instance_status.rb +31 -80
  374. data/lib/kubevirt/models/v1_virtual_machine_instance_template_spec.rb +11 -78
  375. data/lib/kubevirt/models/v1_virtual_machine_list.rb +21 -78
  376. data/lib/kubevirt/models/v1_virtual_machine_memory_dump_request.rb +31 -78
  377. data/lib/kubevirt/models/v1_virtual_machine_options.rb +11 -78
  378. data/lib/kubevirt/models/v1_virtual_machine_spec.rb +21 -78
  379. data/lib/kubevirt/models/v1_virtual_machine_start_failure.rb +11 -78
  380. data/lib/kubevirt/models/v1_virtual_machine_state_change_request.rb +21 -78
  381. data/lib/kubevirt/models/v1_virtual_machine_status.rb +39 -79
  382. data/lib/kubevirt/models/v1_virtual_machine_volume_request.rb +11 -78
  383. data/lib/kubevirt/models/v1_volume.rb +21 -78
  384. data/lib/kubevirt/models/v1_volume_migration_state.rb +11 -78
  385. data/lib/kubevirt/models/v1_volume_snapshot_status.rb +31 -78
  386. data/lib/kubevirt/models/v1_volume_status.rb +31 -78
  387. data/lib/kubevirt/models/v1_volume_update_state.rb +11 -78
  388. data/lib/kubevirt/models/v1_watchdog.rb +31 -79
  389. data/lib/kubevirt/models/v1alpha1_migration_policy.rb +21 -78
  390. data/lib/kubevirt/models/v1alpha1_migration_policy_list.rb +21 -78
  391. data/lib/kubevirt/models/v1alpha1_migration_policy_spec.rb +22 -79
  392. data/lib/kubevirt/models/v1alpha1_selectors.rb +11 -78
  393. data/lib/kubevirt/models/v1beta1_clock_preferences.rb +11 -78
  394. data/lib/kubevirt/models/v1beta1_condition.rb +31 -78
  395. data/lib/kubevirt/models/v1beta1_cpu_instancetype.rb +21 -78
  396. data/lib/kubevirt/models/v1beta1_cpu_preference_requirement.rb +21 -78
  397. data/lib/kubevirt/models/v1beta1_cpu_preferences.rb +11 -78
  398. data/lib/kubevirt/models/v1beta1_data_volume_checkpoint.rb +31 -78
  399. data/lib/kubevirt/models/v1beta1_data_volume_source.rb +11 -78
  400. data/lib/kubevirt/models/v1beta1_data_volume_source_gcs.rb +21 -78
  401. data/lib/kubevirt/models/v1beta1_data_volume_source_http.rb +21 -78
  402. data/lib/kubevirt/models/v1beta1_data_volume_source_image_io.rb +31 -78
  403. data/lib/kubevirt/models/v1beta1_data_volume_source_pvc.rb +31 -78
  404. data/lib/kubevirt/models/v1beta1_data_volume_source_ref.rb +31 -78
  405. data/lib/kubevirt/models/v1beta1_data_volume_source_registry.rb +21 -79
  406. data/lib/kubevirt/models/v1beta1_data_volume_source_s3.rb +21 -78
  407. data/lib/kubevirt/models/v1beta1_data_volume_source_snapshot.rb +31 -78
  408. data/lib/kubevirt/models/v1beta1_data_volume_source_vddk.rb +22 -79
  409. data/lib/kubevirt/models/v1beta1_data_volume_spec.rb +11 -78
  410. data/lib/kubevirt/models/v1beta1_device_preferences.rb +22 -79
  411. data/lib/kubevirt/models/v1beta1_error.rb +11 -78
  412. data/lib/kubevirt/models/v1beta1_feature_preferences.rb +11 -78
  413. data/lib/kubevirt/models/v1beta1_firmware_preferences.rb +11 -78
  414. data/lib/kubevirt/models/v1beta1_machine_preferences.rb +11 -78
  415. data/lib/kubevirt/models/v1beta1_memory_instancetype.rb +23 -80
  416. data/lib/kubevirt/models/v1beta1_memory_preference_requirement.rb +22 -79
  417. data/lib/kubevirt/models/v1beta1_persistent_volume_claim.rb +11 -78
  418. data/lib/kubevirt/models/v1beta1_platform_options.rb +148 -0
  419. data/lib/kubevirt/models/v1beta1_preference_requirements.rb +22 -79
  420. data/lib/kubevirt/models/v1beta1_snapshot_volumes_lists.rb +11 -78
  421. data/lib/kubevirt/models/{v1alpha1_virtual_machine_pool_condition.rb → v1beta1_source_indication.rb} +56 -118
  422. data/lib/kubevirt/models/v1beta1_source_spec.rb +11 -78
  423. data/lib/kubevirt/models/v1beta1_spread_options.rb +11 -78
  424. data/lib/kubevirt/models/v1beta1_storage_spec.rb +11 -78
  425. data/lib/kubevirt/models/v1beta1_virtual_machine.rb +11 -78
  426. data/lib/kubevirt/models/{v1alpha1_virtual_machine_clone.rb → v1beta1_virtual_machine_clone.rb} +24 -81
  427. data/lib/kubevirt/models/{v1alpha1_virtual_machine_clone_list.rb → v1beta1_virtual_machine_clone_list.rb} +23 -80
  428. data/lib/kubevirt/models/{v1alpha1_virtual_machine_clone_spec.rb → v1beta1_virtual_machine_clone_spec.rb} +36 -81
  429. data/lib/kubevirt/models/{v1alpha1_virtual_machine_clone_status.rb → v1beta1_virtual_machine_clone_status.rb} +13 -80
  430. data/lib/kubevirt/models/{v1alpha1_virtual_machine_clone_template_filters.rb → v1beta1_virtual_machine_clone_template_filters.rb} +12 -79
  431. data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_instancetype.rb +21 -78
  432. data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_instancetype_list.rb +21 -78
  433. data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_preference.rb +21 -78
  434. data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_preference_list.rb +21 -78
  435. data/lib/kubevirt/models/v1beta1_virtual_machine_export.rb +21 -78
  436. data/lib/kubevirt/models/v1beta1_virtual_machine_export_link.rb +21 -78
  437. data/lib/kubevirt/models/v1beta1_virtual_machine_export_links.rb +11 -78
  438. data/lib/kubevirt/models/v1beta1_virtual_machine_export_list.rb +31 -78
  439. data/lib/kubevirt/models/v1beta1_virtual_machine_export_manifest.rb +31 -78
  440. data/lib/kubevirt/models/v1beta1_virtual_machine_export_spec.rb +21 -78
  441. data/lib/kubevirt/models/v1beta1_virtual_machine_export_status.rb +11 -78
  442. data/lib/kubevirt/models/v1beta1_virtual_machine_export_volume.rb +21 -78
  443. data/lib/kubevirt/models/v1beta1_virtual_machine_export_volume_format.rb +31 -78
  444. data/lib/kubevirt/models/v1beta1_virtual_machine_instancetype.rb +21 -78
  445. data/lib/kubevirt/models/v1beta1_virtual_machine_instancetype_list.rb +21 -78
  446. data/lib/kubevirt/models/v1beta1_virtual_machine_instancetype_spec.rb +41 -79
  447. data/lib/kubevirt/models/{v1alpha1_virtual_machine_pool.rb → v1beta1_virtual_machine_pool.rb} +24 -81
  448. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_autohealing_strategy.rb +158 -0
  449. data/lib/kubevirt/models/{v1alpha1_condition.rb → v1beta1_virtual_machine_pool_condition.rb} +32 -80
  450. data/lib/kubevirt/models/{v1alpha1_virtual_machine_pool_list.rb → v1beta1_virtual_machine_pool_list.rb} +23 -80
  451. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_name_generation.rb +156 -0
  452. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_opportunistic_scale_in_strategy.rb +149 -0
  453. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_proactive_scale_in_strategy.rb +158 -0
  454. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_proactive_update_strategy.rb +148 -0
  455. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_scale_in_strategy.rb +166 -0
  456. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_selection_policy.rb +158 -0
  457. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_selectors.rb +160 -0
  458. data/lib/kubevirt/models/{v1alpha1_virtual_machine_pool_spec.rb → v1beta1_virtual_machine_pool_spec.rb} +80 -81
  459. data/lib/kubevirt/models/{v1alpha1_virtual_machine_pool_status.rb → v1beta1_virtual_machine_pool_status.rb} +13 -80
  460. data/lib/kubevirt/models/v1beta1_virtual_machine_pool_update_strategy.rb +166 -0
  461. data/lib/kubevirt/models/v1beta1_virtual_machine_preference.rb +21 -78
  462. data/lib/kubevirt/models/v1beta1_virtual_machine_preference_list.rb +21 -78
  463. data/lib/kubevirt/models/v1beta1_virtual_machine_preference_spec.rb +22 -79
  464. data/lib/kubevirt/models/v1beta1_virtual_machine_restore.rb +21 -78
  465. data/lib/kubevirt/models/v1beta1_virtual_machine_restore_list.rb +31 -78
  466. data/lib/kubevirt/models/v1beta1_virtual_machine_restore_spec.rb +66 -83
  467. data/lib/kubevirt/models/v1beta1_virtual_machine_restore_status.rb +12 -79
  468. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot.rb +21 -78
  469. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content.rb +21 -78
  470. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content_list.rb +31 -78
  471. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content_spec.rb +21 -78
  472. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content_status.rb +11 -78
  473. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_list.rb +31 -78
  474. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_spec.rb +21 -78
  475. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_status.rb +24 -79
  476. data/lib/kubevirt/models/{v1alpha1_virtual_machine_template_spec.rb → v1beta1_virtual_machine_template_spec.rb} +12 -79
  477. data/lib/kubevirt/models/v1beta1_volume_backup.rb +31 -78
  478. data/lib/kubevirt/models/v1beta1_volume_preferences.rb +11 -78
  479. data/lib/kubevirt/models/v1beta1_volume_restore.rb +42 -79
  480. data/lib/kubevirt/models/v1beta1_volume_restore_override.rb +179 -0
  481. data/lib/kubevirt/models/v1beta1_volume_snapshot_status.rb +21 -78
  482. data/lib/kubevirt/version.rb +2 -2
  483. data/lib/kubevirt.rb +371 -339
  484. metadata +98 -709
  485. data/Gemfile +0 -9
  486. data/bin/console +0 -15
  487. data/docs/V1alpha1VirtualMachinePoolCondition.md +0 -24
  488. data/docs/V1alpha1VirtualMachinePoolSpec.md +0 -24
  489. data/kubevirt.gemspec +0 -39
  490. data/spec/api/default_api_spec.rb +0 -3768
  491. data/spec/models/k8s_io_api_core_v1_affinity_spec.rb +0 -48
  492. data/spec/models/k8s_io_api_core_v1_downward_api_volume_file_spec.rb +0 -54
  493. data/spec/models/k8s_io_api_core_v1_exec_action_spec.rb +0 -36
  494. data/spec/models/k8s_io_api_core_v1_http_get_action_spec.rb +0 -58
  495. data/spec/models/k8s_io_api_core_v1_http_header_spec.rb +0 -42
  496. data/spec/models/k8s_io_api_core_v1_local_object_reference_spec.rb +0 -36
  497. data/spec/models/k8s_io_api_core_v1_node_affinity_spec.rb +0 -42
  498. data/spec/models/k8s_io_api_core_v1_node_selector_requirement_spec.rb +0 -52
  499. data/spec/models/k8s_io_api_core_v1_node_selector_spec.rb +0 -36
  500. data/spec/models/k8s_io_api_core_v1_node_selector_term_spec.rb +0 -42
  501. data/spec/models/k8s_io_api_core_v1_object_field_selector_spec.rb +0 -42
  502. data/spec/models/k8s_io_api_core_v1_persistent_volume_claim_spec_spec.rb +0 -92
  503. data/spec/models/k8s_io_api_core_v1_persistent_volume_claim_volume_source_spec.rb +0 -42
  504. data/spec/models/k8s_io_api_core_v1_pod_affinity_spec.rb +0 -42
  505. data/spec/models/k8s_io_api_core_v1_pod_affinity_term_spec.rb +0 -66
  506. data/spec/models/k8s_io_api_core_v1_pod_anti_affinity_spec.rb +0 -42
  507. data/spec/models/k8s_io_api_core_v1_pod_dns_config_option_spec.rb +0 -42
  508. data/spec/models/k8s_io_api_core_v1_pod_dns_config_spec.rb +0 -48
  509. data/spec/models/k8s_io_api_core_v1_preferred_scheduling_term_spec.rb +0 -42
  510. data/spec/models/k8s_io_api_core_v1_resource_field_selector_spec.rb +0 -48
  511. data/spec/models/k8s_io_api_core_v1_tcp_socket_action_spec.rb +0 -36
  512. data/spec/models/k8s_io_api_core_v1_toleration_spec.rb +0 -68
  513. data/spec/models/k8s_io_api_core_v1_topology_spread_constraint_spec.rb +0 -90
  514. data/spec/models/k8s_io_api_core_v1_typed_local_object_reference_spec.rb +0 -48
  515. data/spec/models/k8s_io_api_core_v1_typed_object_reference_spec.rb +0 -54
  516. data/spec/models/k8s_io_api_core_v1_volume_resource_requirements_spec.rb +0 -42
  517. data/spec/models/k8s_io_api_core_v1_weighted_pod_affinity_term_spec.rb +0 -42
  518. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group_list_spec.rb +0 -48
  519. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group_spec.rb +0 -66
  520. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource_list_spec.rb +0 -54
  521. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource_spec.rb +0 -90
  522. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_delete_options_spec.rb +0 -72
  523. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_group_version_for_discovery_spec.rb +0 -42
  524. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector_requirement_spec.rb +0 -48
  525. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector_spec.rb +0 -42
  526. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_list_meta_spec.rb +0 -54
  527. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_managed_fields_entry_spec.rb +0 -72
  528. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_object_meta_spec.rb +0 -114
  529. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_owner_reference_spec.rb +0 -66
  530. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_preconditions_spec.rb +0 -42
  531. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_root_paths_spec.rb +0 -36
  532. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_server_address_by_client_cidr_spec.rb +0 -42
  533. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_cause_spec.rb +0 -48
  534. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_details_spec.rb +0 -66
  535. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_spec.rb +0 -78
  536. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_watch_event_spec.rb +0 -42
  537. data/spec/models/v1_access_credential_secret_source_spec.rb +0 -36
  538. data/spec/models/v1_access_credential_spec.rb +0 -42
  539. data/spec/models/v1_acpi_spec.rb +0 -36
  540. data/spec/models/v1_add_volume_options_spec.rb +0 -54
  541. data/spec/models/v1_arch_configuration_spec.rb +0 -54
  542. data/spec/models/v1_arch_specific_configuration_spec.rb +0 -48
  543. data/spec/models/v1_bios_spec.rb +0 -36
  544. data/spec/models/v1_block_size_spec.rb +0 -42
  545. data/spec/models/v1_bootloader_spec.rb +0 -42
  546. data/spec/models/v1_cd_rom_target_spec.rb +0 -48
  547. data/spec/models/v1_cert_config_spec.rb +0 -42
  548. data/spec/models/v1_chassis_spec.rb +0 -60
  549. data/spec/models/v1_clock_offset_spec.rb +0 -42
  550. data/spec/models/v1_clock_offset_utc_spec.rb +0 -36
  551. data/spec/models/v1_clock_spec.rb +0 -48
  552. data/spec/models/v1_cloud_init_config_drive_source_spec.rb +0 -66
  553. data/spec/models/v1_cloud_init_no_cloud_source_spec.rb +0 -66
  554. data/spec/models/v1_common_instancetypes_deployment_spec.rb +0 -36
  555. data/spec/models/v1_component_config_spec.rb +0 -42
  556. data/spec/models/v1_config_map_volume_source_spec.rb +0 -48
  557. data/spec/models/v1_container_disk_info_spec.rb +0 -36
  558. data/spec/models/v1_container_disk_source_spec.rb +0 -58
  559. data/spec/models/v1_cpu_feature_spec.rb +0 -42
  560. data/spec/models/v1_cpu_spec.rb +0 -90
  561. data/spec/models/v1_cpu_topology_spec.rb +0 -48
  562. data/spec/models/v1_custom_block_size_spec.rb +0 -42
  563. data/spec/models/v1_custom_profile_spec.rb +0 -42
  564. data/spec/models/v1_customize_components_patch_spec.rb +0 -54
  565. data/spec/models/v1_customize_components_spec.rb +0 -42
  566. data/spec/models/v1_data_volume_source_spec.rb +0 -42
  567. data/spec/models/v1_data_volume_template_spec_spec.rb +0 -60
  568. data/spec/models/v1_developer_configuration_spec.rb +0 -90
  569. data/spec/models/v1_devices_spec.rb +0 -168
  570. data/spec/models/v1_dhcp_options_spec.rb +0 -54
  571. data/spec/models/v1_dhcp_private_options_spec.rb +0 -42
  572. data/spec/models/v1_disk_spec.rb +0 -108
  573. data/spec/models/v1_disk_target_spec.rb +0 -48
  574. data/spec/models/v1_disk_verification_spec.rb +0 -36
  575. data/spec/models/v1_domain_memory_dump_info_spec.rb +0 -54
  576. data/spec/models/v1_domain_spec_spec.rb +0 -96
  577. data/spec/models/v1_downward_api_volume_source_spec.rb +0 -42
  578. data/spec/models/v1_efi_spec.rb +0 -42
  579. data/spec/models/v1_empty_disk_source_spec.rb +0 -36
  580. data/spec/models/v1_ephemeral_volume_source_spec.rb +0 -36
  581. data/spec/models/v1_feature_apic_spec.rb +0 -42
  582. data/spec/models/v1_feature_hyperv_spec.rb +0 -114
  583. data/spec/models/v1_feature_kvm_spec.rb +0 -36
  584. data/spec/models/v1_feature_spinlocks_spec.rb +0 -42
  585. data/spec/models/v1_feature_state_spec.rb +0 -36
  586. data/spec/models/v1_feature_vendor_id_spec.rb +0 -42
  587. data/spec/models/v1_features_spec.rb +0 -72
  588. data/spec/models/v1_filesystem_spec.rb +0 -42
  589. data/spec/models/v1_firmware_spec.rb +0 -60
  590. data/spec/models/v1_flags_spec.rb +0 -48
  591. data/spec/models/v1_freeze_unfreeze_timeout_spec.rb +0 -36
  592. data/spec/models/v1_generation_status_spec.rb +0 -66
  593. data/spec/models/v1_gpu_spec.rb +0 -54
  594. data/spec/models/v1_guest_agent_command_info_spec.rb +0 -42
  595. data/spec/models/v1_host_device_spec.rb +0 -48
  596. data/spec/models/v1_host_disk_spec.rb +0 -54
  597. data/spec/models/v1_hotplug_volume_source_spec.rb +0 -42
  598. data/spec/models/v1_hotplug_volume_status_spec.rb +0 -42
  599. data/spec/models/v1_hpet_timer_spec.rb +0 -42
  600. data/spec/models/v1_hugepages_spec.rb +0 -36
  601. data/spec/models/v1_hyper_v_passthrough_spec.rb +0 -36
  602. data/spec/models/v1_hyperv_timer_spec.rb +0 -36
  603. data/spec/models/v1_i6300_esb_watchdog_spec.rb +0 -36
  604. data/spec/models/v1_initrd_info_spec.rb +0 -36
  605. data/spec/models/v1_input_spec.rb +0 -48
  606. data/spec/models/v1_instancetype_configuration_spec.rb +0 -36
  607. data/spec/models/v1_instancetype_matcher_spec.rb +0 -60
  608. data/spec/models/v1_interface_binding_migration_spec.rb +0 -36
  609. data/spec/models/v1_interface_binding_plugin_spec.rb +0 -66
  610. data/spec/models/v1_interface_spec.rb +0 -132
  611. data/spec/models/v1_kernel_boot_container_spec.rb +0 -64
  612. data/spec/models/v1_kernel_boot_spec.rb +0 -42
  613. data/spec/models/v1_kernel_boot_status_spec.rb +0 -42
  614. data/spec/models/v1_kernel_info_spec.rb +0 -36
  615. data/spec/models/v1_ksm_configuration_spec.rb +0 -36
  616. data/spec/models/v1_kube_virt_certificate_rotate_strategy_spec.rb +0 -36
  617. data/spec/models/v1_kube_virt_condition_spec.rb +0 -54
  618. data/spec/models/v1_kube_virt_configuration_spec.rb +0 -256
  619. data/spec/models/v1_kube_virt_list_spec.rb +0 -54
  620. data/spec/models/v1_kube_virt_self_sign_configuration_spec.rb +0 -60
  621. data/spec/models/v1_kube_virt_spec.rb +0 -60
  622. data/spec/models/v1_kube_virt_spec_spec.rb +0 -136
  623. data/spec/models/v1_kube_virt_status_spec.rb +0 -120
  624. data/spec/models/v1_kube_virt_workload_update_strategy_spec.rb +0 -48
  625. data/spec/models/v1_kvm_timer_spec.rb +0 -36
  626. data/spec/models/v1_launch_security_spec.rb +0 -36
  627. data/spec/models/v1_live_update_configuration_spec.rb +0 -48
  628. data/spec/models/v1_log_verbosity_spec.rb +0 -66
  629. data/spec/models/v1_lun_target_spec.rb +0 -48
  630. data/spec/models/v1_machine_spec.rb +0 -36
  631. data/spec/models/v1_mediated_devices_configuration_spec.rb +0 -48
  632. data/spec/models/v1_mediated_host_device_spec.rb +0 -48
  633. data/spec/models/v1_memory_dump_volume_source_spec.rb +0 -48
  634. data/spec/models/v1_memory_spec.rb +0 -48
  635. data/spec/models/v1_memory_status_spec.rb +0 -48
  636. data/spec/models/v1_migrate_options_spec.rb +0 -48
  637. data/spec/models/v1_migration_configuration_spec.rb +0 -108
  638. data/spec/models/v1_multus_network_spec.rb +0 -42
  639. data/spec/models/v1_network_configuration_spec.rb +0 -54
  640. data/spec/models/v1_network_spec.rb +0 -48
  641. data/spec/models/v1_node_mediated_device_types_config_spec.rb +0 -48
  642. data/spec/models/v1_node_placement_spec.rb +0 -48
  643. data/spec/models/v1_numa_spec.rb +0 -36
  644. data/spec/models/v1_pause_options_spec.rb +0 -48
  645. data/spec/models/v1_pci_host_device_spec.rb +0 -48
  646. data/spec/models/v1_permitted_host_devices_spec.rb +0 -48
  647. data/spec/models/v1_persistent_volume_claim_info_spec.rb +0 -80
  648. data/spec/models/v1_persistent_volume_claim_volume_source_spec.rb +0 -48
  649. data/spec/models/v1_pit_timer_spec.rb +0 -42
  650. data/spec/models/v1_plugin_binding_spec.rb +0 -36
  651. data/spec/models/v1_pod_network_spec.rb +0 -42
  652. data/spec/models/v1_port_spec.rb +0 -48
  653. data/spec/models/v1_preference_matcher_spec.rb +0 -60
  654. data/spec/models/v1_probe_spec.rb +0 -84
  655. data/spec/models/v1_qemu_guest_agent_ssh_public_key_access_credential_propagation_spec.rb +0 -36
  656. data/spec/models/v1_rate_limiter_spec.rb +0 -36
  657. data/spec/models/v1_realtime_spec.rb +0 -36
  658. data/spec/models/v1_reloadable_component_configuration_spec.rb +0 -36
  659. data/spec/models/v1_remove_volume_options_spec.rb +0 -42
  660. data/spec/models/v1_resource_requirements_spec.rb +0 -48
  661. data/spec/models/v1_resource_requirements_without_claims_spec.rb +0 -42
  662. data/spec/models/v1_rest_client_configuration_spec.rb +0 -36
  663. data/spec/models/v1_restart_options_spec.rb +0 -54
  664. data/spec/models/v1_rtc_timer_spec.rb +0 -48
  665. data/spec/models/v1_seccomp_configuration_spec.rb +0 -36
  666. data/spec/models/v1_secret_volume_source_spec.rb +0 -48
  667. data/spec/models/v1_service_account_volume_source_spec.rb +0 -36
  668. data/spec/models/v1_sev_measurement_info_spec.rb +0 -78
  669. data/spec/models/v1_sev_platform_info_spec.rb +0 -54
  670. data/spec/models/v1_sev_policy_spec.rb +0 -36
  671. data/spec/models/v1_sev_secret_options_spec.rb +0 -42
  672. data/spec/models/v1_sev_session_options_spec.rb +0 -42
  673. data/spec/models/v1_sev_spec.rb +0 -54
  674. data/spec/models/v1_sm_bios_configuration_spec.rb +0 -60
  675. data/spec/models/v1_sound_device_spec.rb +0 -42
  676. data/spec/models/v1_ssh_public_key_access_credential_propagation_method_spec.rb +0 -48
  677. data/spec/models/v1_ssh_public_key_access_credential_source_spec.rb +0 -36
  678. data/spec/models/v1_ssh_public_key_access_credential_spec.rb +0 -42
  679. data/spec/models/v1_start_options_spec.rb +0 -54
  680. data/spec/models/v1_stop_options_spec.rb +0 -54
  681. data/spec/models/v1_storage_migrated_volume_info_spec.rb +0 -48
  682. data/spec/models/v1_support_container_resources_spec.rb +0 -42
  683. data/spec/models/v1_sy_nic_timer_spec.rb +0 -42
  684. data/spec/models/v1_sysprep_source_spec.rb +0 -42
  685. data/spec/models/v1_timer_spec.rb +0 -60
  686. data/spec/models/v1_tls_configuration_spec.rb +0 -42
  687. data/spec/models/v1_token_bucket_rate_limiter_spec.rb +0 -42
  688. data/spec/models/v1_topology_hints_spec.rb +0 -36
  689. data/spec/models/v1_tpm_device_spec.rb +0 -36
  690. data/spec/models/v1_unpause_options_spec.rb +0 -48
  691. data/spec/models/v1_usb_host_device_spec.rb +0 -48
  692. data/spec/models/v1_usb_selector_spec.rb +0 -42
  693. data/spec/models/v1_user_password_access_credential_propagation_method_spec.rb +0 -36
  694. data/spec/models/v1_user_password_access_credential_source_spec.rb +0 -36
  695. data/spec/models/v1_user_password_access_credential_spec.rb +0 -42
  696. data/spec/models/v1_vgpu_display_options_spec.rb +0 -42
  697. data/spec/models/v1_vgpu_options_spec.rb +0 -36
  698. data/spec/models/v1_virtual_machine_condition_spec.rb +0 -54
  699. data/spec/models/v1_virtual_machine_instance_condition_spec.rb +0 -54
  700. data/spec/models/v1_virtual_machine_instance_file_system_disk_spec.rb +0 -42
  701. data/spec/models/v1_virtual_machine_instance_file_system_info_spec.rb +0 -36
  702. data/spec/models/v1_virtual_machine_instance_file_system_list_spec.rb +0 -54
  703. data/spec/models/v1_virtual_machine_instance_file_system_spec.rb +0 -66
  704. data/spec/models/v1_virtual_machine_instance_guest_agent_info_spec.rb +0 -90
  705. data/spec/models/v1_virtual_machine_instance_guest_os_info_spec.rb +0 -78
  706. data/spec/models/v1_virtual_machine_instance_guest_os_user_list_spec.rb +0 -54
  707. data/spec/models/v1_virtual_machine_instance_guest_os_user_spec.rb +0 -48
  708. data/spec/models/v1_virtual_machine_instance_list_spec.rb +0 -54
  709. data/spec/models/v1_virtual_machine_instance_migration_condition_spec.rb +0 -54
  710. data/spec/models/v1_virtual_machine_instance_migration_list_spec.rb +0 -54
  711. data/spec/models/v1_virtual_machine_instance_migration_phase_transition_timestamp_spec.rb +0 -42
  712. data/spec/models/v1_virtual_machine_instance_migration_spec.rb +0 -60
  713. data/spec/models/v1_virtual_machine_instance_migration_spec_spec.rb +0 -36
  714. data/spec/models/v1_virtual_machine_instance_migration_state_spec.rb +0 -174
  715. data/spec/models/v1_virtual_machine_instance_migration_status_spec.rb +0 -54
  716. data/spec/models/v1_virtual_machine_instance_network_interface_spec.rb +0 -78
  717. data/spec/models/v1_virtual_machine_instance_phase_transition_timestamp_spec.rb +0 -42
  718. data/spec/models/v1_virtual_machine_instance_preset_list_spec.rb +0 -54
  719. data/spec/models/v1_virtual_machine_instance_preset_spec.rb +0 -54
  720. data/spec/models/v1_virtual_machine_instance_preset_spec_spec.rb +0 -42
  721. data/spec/models/v1_virtual_machine_instance_profile_spec.rb +0 -36
  722. data/spec/models/v1_virtual_machine_instance_replica_set_condition_spec.rb +0 -54
  723. data/spec/models/v1_virtual_machine_instance_replica_set_list_spec.rb +0 -54
  724. data/spec/models/v1_virtual_machine_instance_replica_set_spec.rb +0 -60
  725. data/spec/models/v1_virtual_machine_instance_replica_set_spec_spec.rb +0 -54
  726. data/spec/models/v1_virtual_machine_instance_replica_set_status_spec.rb +0 -54
  727. data/spec/models/v1_virtual_machine_instance_spec.rb +0 -60
  728. data/spec/models/v1_virtual_machine_instance_spec_spec.rb +0 -154
  729. data/spec/models/v1_virtual_machine_instance_status_spec.rb +0 -190
  730. data/spec/models/v1_virtual_machine_instance_template_spec_spec.rb +0 -42
  731. data/spec/models/v1_virtual_machine_list_spec.rb +0 -54
  732. data/spec/models/v1_virtual_machine_memory_dump_request_spec.rb +0 -72
  733. data/spec/models/v1_virtual_machine_options_spec.rb +0 -42
  734. data/spec/models/v1_virtual_machine_spec.rb +0 -60
  735. data/spec/models/v1_virtual_machine_spec_spec.rb +0 -72
  736. data/spec/models/v1_virtual_machine_start_failure_spec.rb +0 -48
  737. data/spec/models/v1_virtual_machine_state_change_request_spec.rb +0 -48
  738. data/spec/models/v1_virtual_machine_status_spec.rb +0 -120
  739. data/spec/models/v1_virtual_machine_volume_request_spec.rb +0 -42
  740. data/spec/models/v1_volume_migration_state_spec.rb +0 -36
  741. data/spec/models/v1_volume_snapshot_status_spec.rb +0 -48
  742. data/spec/models/v1_volume_spec.rb +0 -126
  743. data/spec/models/v1_volume_status_spec.rb +0 -90
  744. data/spec/models/v1_volume_update_state_spec.rb +0 -36
  745. data/spec/models/v1_watchdog_spec.rb +0 -42
  746. data/spec/models/v1alpha1_condition_spec.rb +0 -54
  747. data/spec/models/v1alpha1_migration_policy_list_spec.rb +0 -54
  748. data/spec/models/v1alpha1_migration_policy_spec.rb +0 -60
  749. data/spec/models/v1alpha1_migration_policy_spec_spec.rb +0 -66
  750. data/spec/models/v1alpha1_selectors_spec.rb +0 -42
  751. data/spec/models/v1alpha1_virtual_machine_clone_list_spec.rb +0 -54
  752. data/spec/models/v1alpha1_virtual_machine_clone_spec.rb +0 -60
  753. data/spec/models/v1alpha1_virtual_machine_clone_spec_spec.rb +0 -72
  754. data/spec/models/v1alpha1_virtual_machine_clone_status_spec.rb +0 -66
  755. data/spec/models/v1alpha1_virtual_machine_clone_template_filters_spec.rb +0 -42
  756. data/spec/models/v1alpha1_virtual_machine_pool_condition_spec.rb +0 -54
  757. data/spec/models/v1alpha1_virtual_machine_pool_list_spec.rb +0 -54
  758. data/spec/models/v1alpha1_virtual_machine_pool_spec.rb +0 -60
  759. data/spec/models/v1alpha1_virtual_machine_pool_spec_spec.rb +0 -54
  760. data/spec/models/v1alpha1_virtual_machine_pool_status_spec.rb +0 -54
  761. data/spec/models/v1alpha1_virtual_machine_template_spec_spec.rb +0 -42
  762. data/spec/models/v1beta1_clock_preferences_spec.rb +0 -42
  763. data/spec/models/v1beta1_condition_spec.rb +0 -54
  764. data/spec/models/v1beta1_cpu_instancetype_spec.rb +0 -72
  765. data/spec/models/v1beta1_cpu_preference_requirement_spec.rb +0 -36
  766. data/spec/models/v1beta1_cpu_preferences_spec.rb +0 -48
  767. data/spec/models/v1beta1_data_volume_checkpoint_spec.rb +0 -42
  768. data/spec/models/v1beta1_data_volume_source_gcs_spec.rb +0 -42
  769. data/spec/models/v1beta1_data_volume_source_http_spec.rb +0 -60
  770. data/spec/models/v1beta1_data_volume_source_image_io_spec.rb +0 -54
  771. data/spec/models/v1beta1_data_volume_source_pvc_spec.rb +0 -42
  772. data/spec/models/v1beta1_data_volume_source_ref_spec.rb +0 -48
  773. data/spec/models/v1beta1_data_volume_source_registry_spec.rb +0 -60
  774. data/spec/models/v1beta1_data_volume_source_s3_spec.rb +0 -48
  775. data/spec/models/v1beta1_data_volume_source_snapshot_spec.rb +0 -42
  776. data/spec/models/v1beta1_data_volume_source_spec.rb +0 -90
  777. data/spec/models/v1beta1_data_volume_source_vddk_spec.rb +0 -66
  778. data/spec/models/v1beta1_data_volume_spec_spec.rb +0 -84
  779. data/spec/models/v1beta1_device_preferences_spec.rb +0 -174
  780. data/spec/models/v1beta1_error_spec.rb +0 -42
  781. data/spec/models/v1beta1_feature_preferences_spec.rb +0 -66
  782. data/spec/models/v1beta1_firmware_preferences_spec.rb +0 -60
  783. data/spec/models/v1beta1_machine_preferences_spec.rb +0 -36
  784. data/spec/models/v1beta1_memory_instancetype_spec.rb +0 -54
  785. data/spec/models/v1beta1_memory_preference_requirement_spec.rb +0 -36
  786. data/spec/models/v1beta1_persistent_volume_claim_spec.rb +0 -42
  787. data/spec/models/v1beta1_preference_requirements_spec.rb +0 -42
  788. data/spec/models/v1beta1_snapshot_volumes_lists_spec.rb +0 -42
  789. data/spec/models/v1beta1_source_spec_spec.rb +0 -36
  790. data/spec/models/v1beta1_spread_options_spec.rb +0 -42
  791. data/spec/models/v1beta1_storage_spec_spec.rb +0 -86
  792. data/spec/models/v1beta1_virtual_machine_cluster_instancetype_list_spec.rb +0 -54
  793. data/spec/models/v1beta1_virtual_machine_cluster_instancetype_spec.rb +0 -54
  794. data/spec/models/v1beta1_virtual_machine_cluster_preference_list_spec.rb +0 -54
  795. data/spec/models/v1beta1_virtual_machine_cluster_preference_spec.rb +0 -54
  796. data/spec/models/v1beta1_virtual_machine_export_link_spec.rb +0 -48
  797. data/spec/models/v1beta1_virtual_machine_export_links_spec.rb +0 -42
  798. data/spec/models/v1beta1_virtual_machine_export_list_spec.rb +0 -54
  799. data/spec/models/v1beta1_virtual_machine_export_manifest_spec.rb +0 -42
  800. data/spec/models/v1beta1_virtual_machine_export_spec.rb +0 -60
  801. data/spec/models/v1beta1_virtual_machine_export_spec_spec.rb +0 -48
  802. data/spec/models/v1beta1_virtual_machine_export_status_spec.rb +0 -72
  803. data/spec/models/v1beta1_virtual_machine_export_volume_format_spec.rb +0 -42
  804. data/spec/models/v1beta1_virtual_machine_export_volume_spec.rb +0 -42
  805. data/spec/models/v1beta1_virtual_machine_instancetype_list_spec.rb +0 -54
  806. data/spec/models/v1beta1_virtual_machine_instancetype_spec.rb +0 -54
  807. data/spec/models/v1beta1_virtual_machine_instancetype_spec_spec.rb +0 -84
  808. data/spec/models/v1beta1_virtual_machine_preference_list_spec.rb +0 -54
  809. data/spec/models/v1beta1_virtual_machine_preference_spec.rb +0 -54
  810. data/spec/models/v1beta1_virtual_machine_preference_spec_spec.rb +0 -102
  811. data/spec/models/v1beta1_virtual_machine_restore_list_spec.rb +0 -54
  812. data/spec/models/v1beta1_virtual_machine_restore_spec.rb +0 -60
  813. data/spec/models/v1beta1_virtual_machine_restore_spec_spec.rb +0 -54
  814. data/spec/models/v1beta1_virtual_machine_restore_status_spec.rb +0 -60
  815. data/spec/models/v1beta1_virtual_machine_snapshot_content_list_spec.rb +0 -54
  816. data/spec/models/v1beta1_virtual_machine_snapshot_content_spec.rb +0 -60
  817. data/spec/models/v1beta1_virtual_machine_snapshot_content_spec_spec.rb +0 -48
  818. data/spec/models/v1beta1_virtual_machine_snapshot_content_status_spec.rb +0 -54
  819. data/spec/models/v1beta1_virtual_machine_snapshot_list_spec.rb +0 -54
  820. data/spec/models/v1beta1_virtual_machine_snapshot_spec.rb +0 -60
  821. data/spec/models/v1beta1_virtual_machine_snapshot_spec_spec.rb +0 -48
  822. data/spec/models/v1beta1_virtual_machine_snapshot_status_spec.rb +0 -84
  823. data/spec/models/v1beta1_virtual_machine_spec.rb +0 -48
  824. data/spec/models/v1beta1_volume_backup_spec.rb +0 -48
  825. data/spec/models/v1beta1_volume_preferences_spec.rb +0 -36
  826. data/spec/models/v1beta1_volume_restore_spec.rb +0 -54
  827. data/spec/models/v1beta1_volume_snapshot_status_spec.rb +0 -54
  828. data/spec/spec_helper.rb +0 -111
@@ -11,12 +11,14 @@
11
11
  | **failed** | **Boolean** | Indicates that the migration failed | [optional] |
12
12
  | **failure_reason** | **String** | Contains the reason why the migration failed | [optional] |
13
13
  | **migration_configuration** | [**V1MigrationConfiguration**](V1MigrationConfiguration.md) | | [optional] |
14
+ | **migration_network_type** | **String** | The type of migration network, either 'pod' or 'migration' | [optional] |
14
15
  | **migration_policy_name** | **String** | Name of the migration policy. If string is empty, no policy is matched | [optional] |
15
16
  | **migration_uid** | **String** | The VirtualMachineInstanceMigration object associated with this migration | [optional] |
16
17
  | **mode** | **String** | Lets us know if the vmi is currently running pre or post copy migration | [optional] |
17
18
  | **source_node** | **String** | The source node that the VMI originated on | [optional] |
18
19
  | **source_persistent_state_pvc_name** | **String** | If the VMI being migrated uses persistent features (backend-storage), its source PVC name is saved here | [optional] |
19
20
  | **source_pod** | **String** | | [optional] |
21
+ | **source_state** | [**V1VirtualMachineInstanceMigrationSourceState**](V1VirtualMachineInstanceMigrationSourceState.md) | | [optional] |
20
22
  | **start_timestamp** | **Time** | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. | [optional] |
21
23
  | **target_attachment_pod_uid** | **String** | The UID of the target attachment pod for hotplug volumes | [optional] |
22
24
  | **target_cpu_set** | **Array<Integer>** | If the VMI requires dedicated CPUs, this field will hold the dedicated CPU set on the target node | [optional] |
@@ -28,6 +30,7 @@
28
30
  | **target_node_topology** | **String** | If the VMI requires dedicated CPUs, this field will hold the numa topology on the target node | [optional] |
29
31
  | **target_persistent_state_pvc_name** | **String** | If the VMI being migrated uses persistent features (backend-storage), its target PVC name is saved here | [optional] |
30
32
  | **target_pod** | **String** | The target pod that the VMI is moving to | [optional] |
33
+ | **target_state** | [**V1VirtualMachineInstanceMigrationTargetState**](V1VirtualMachineInstanceMigrationTargetState.md) | | [optional] |
31
34
 
32
35
  ## Example
33
36
 
@@ -42,12 +45,14 @@ instance = Kubevirt::V1VirtualMachineInstanceMigrationState.new(
42
45
  failed: null,
43
46
  failure_reason: null,
44
47
  migration_configuration: null,
48
+ migration_network_type: null,
45
49
  migration_policy_name: null,
46
50
  migration_uid: null,
47
51
  mode: null,
48
52
  source_node: null,
49
53
  source_persistent_state_pvc_name: null,
50
54
  source_pod: null,
55
+ source_state: null,
51
56
  start_timestamp: null,
52
57
  target_attachment_pod_uid: null,
53
58
  target_cpu_set: null,
@@ -58,7 +63,8 @@ instance = Kubevirt::V1VirtualMachineInstanceMigrationState.new(
58
63
  target_node_domain_ready_timestamp: null,
59
64
  target_node_topology: null,
60
65
  target_persistent_state_pvc_name: null,
61
- target_pod: null
66
+ target_pod: null,
67
+ target_state: null
62
68
  )
63
69
  ```
64
70
 
@@ -8,6 +8,7 @@
8
8
  | **migration_state** | [**V1VirtualMachineInstanceMigrationState**](V1VirtualMachineInstanceMigrationState.md) | | [optional] |
9
9
  | **phase** | **String** | | [optional] |
10
10
  | **phase_transition_timestamps** | [**Array<V1VirtualMachineInstanceMigrationPhaseTransitionTimestamp>**](V1VirtualMachineInstanceMigrationPhaseTransitionTimestamp.md) | PhaseTransitionTimestamp is the timestamp of when the last phase change occurred | [optional] |
11
+ | **synchronization_addresses** | **Array<String>** | The synchronization addresses one can use to connect to the synchronization controller, includes the port, if multiple addresses are available, the first one is reported in the synchronizationAddress field. | [optional] |
11
12
 
12
13
  ## Example
13
14
 
@@ -18,7 +19,8 @@ instance = Kubevirt::V1VirtualMachineInstanceMigrationStatus.new(
18
19
  conditions: null,
19
20
  migration_state: null,
20
21
  phase: null,
21
- phase_transition_timestamps: null
22
+ phase_transition_timestamps: null,
23
+ synchronization_addresses: null
22
24
  )
23
25
  ```
24
26
 
@@ -0,0 +1,18 @@
1
+ # Kubevirt::V1VirtualMachineInstanceMigrationTarget
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **migration_id** | **String** | A unique identifier to identify this migration. | [default to ''] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'kubevirt'
13
+
14
+ instance = Kubevirt::V1VirtualMachineInstanceMigrationTarget.new(
15
+ migration_id: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,48 @@
1
+ # Kubevirt::V1VirtualMachineInstanceMigrationTargetState
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **attachment_pod_uid** | **String** | The UID of the target attachment pod for hotplug volumes | [optional] |
8
+ | **cpu_set** | **Array<Integer>** | If the VMI requires dedicated CPUs, this field will hold the dedicated CPU set on the target node | [optional] |
9
+ | **direct_migration_node_ports** | **Hash<String, Integer>** | The list of ports opened for live migration on the destination node | [optional] |
10
+ | **domain_detected** | **Boolean** | The Target Node has seen the Domain Start Event | [optional] |
11
+ | **domain_name** | **String** | The name of the domain on the source libvirt domain | [optional] |
12
+ | **domain_namespace** | **String** | Namespace used in the name of the source libvirt domain. Can be used to find and modify paths in the domain | [optional] |
13
+ | **domain_ready_timestamp** | **Time** | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. | [optional] |
14
+ | **migration_uid** | **String** | The Source VirtualMachineInstanceMigration object associated with this migration | [optional] |
15
+ | **node** | **String** | The source node that the VMI originated on | [optional] |
16
+ | **node_address** | **String** | The address of the target node to use for the migration | [optional] |
17
+ | **node_topology** | **String** | If the VMI requires dedicated CPUs, this field will hold the numa topology on the target node | [optional] |
18
+ | **persistent_state_pvc_name** | **String** | If the VMI being migrated uses persistent features (backend-storage), its source PVC name is saved here | [optional] |
19
+ | **pod** | **String** | The source pod that the VMI is originated on | [optional] |
20
+ | **selinux_context** | **String** | SELinuxContext is the actual SELinux context of the pod | [optional] |
21
+ | **sync_address** | **String** | The ip address/fqdn:port combination to use to synchronize the VMI with the target. | [optional] |
22
+ | **virtual_machine_instance_uid** | **String** | VirtualMachineInstanceUID is the UID of the target virtual machine instance | [optional] |
23
+
24
+ ## Example
25
+
26
+ ```ruby
27
+ require 'kubevirt'
28
+
29
+ instance = Kubevirt::V1VirtualMachineInstanceMigrationTargetState.new(
30
+ attachment_pod_uid: null,
31
+ cpu_set: null,
32
+ direct_migration_node_ports: null,
33
+ domain_detected: null,
34
+ domain_name: null,
35
+ domain_namespace: null,
36
+ domain_ready_timestamp: null,
37
+ migration_uid: null,
38
+ node: null,
39
+ node_address: null,
40
+ node_topology: null,
41
+ persistent_state_pvc_name: null,
42
+ pod: null,
43
+ selinux_context: null,
44
+ sync_address: null,
45
+ virtual_machine_instance_uid: null
46
+ )
47
+ ```
48
+
@@ -8,6 +8,7 @@
8
8
  | **interface_name** | **String** | The interface name inside the Virtual Machine | [optional] |
9
9
  | **ip_address** | **String** | IP address of a Virtual Machine interface. It is always the first item of IPs | [optional] |
10
10
  | **ip_addresses** | **Array<String>** | List of all IP addresses of a Virtual Machine interface | [optional] |
11
+ | **link_state** | **String** | LinkState Reports the current operational link state`. values: up, down. | [optional] |
11
12
  | **mac** | **String** | Hardware address of a Virtual Machine interface | [optional] |
12
13
  | **name** | **String** | Name of the interface, corresponds to name of the network assigned to the interface | [optional] |
13
14
  | **pod_interface_name** | **String** | PodInterfaceName represents the name of the pod network interface | [optional] |
@@ -23,6 +24,7 @@ instance = Kubevirt::V1VirtualMachineInstanceNetworkInterface.new(
23
24
  interface_name: null,
24
25
  ip_address: null,
25
26
  ip_addresses: null,
27
+ link_state: null,
26
28
  mac: null,
27
29
  name: null,
28
30
  pod_interface_name: null,
@@ -10,13 +10,14 @@
10
10
  | **dns_config** | [**K8sIoApiCoreV1PodDNSConfig**](K8sIoApiCoreV1PodDNSConfig.md) | | [optional] |
11
11
  | **dns_policy** | **String** | Set DNS policy for the pod. Defaults to \"ClusterFirst\". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'. Possible enum values: - `\"ClusterFirst\"` indicates that the pod should use cluster DNS first unless hostNetwork is true, if it is available, then fall back on the default (as determined by kubelet) DNS settings. - `\"ClusterFirstWithHostNet\"` indicates that the pod should use cluster DNS first, if it is available, then fall back on the default (as determined by kubelet) DNS settings. - `\"Default\"` indicates that the pod should use the default (as determined by kubelet) DNS settings. - `\"None\"` indicates that the pod should use empty DNS settings. DNS parameters such as nameservers and search paths should be defined via DNSConfig. | [optional] |
12
12
  | **domain** | [**V1DomainSpec**](V1DomainSpec.md) | | |
13
- | **eviction_strategy** | **String** | EvictionStrategy describes the strategy to follow when a node drain occurs. The possible options are: - \"None\": No action will be taken, according to the specified 'RunStrategy' the VirtualMachine will be restarted or shutdown. - \"LiveMigrate\": the VirtualMachineInstance will be migrated instead of being shutdown. - \"LiveMigrateIfPossible\": the same as \"LiveMigrate\" but only if the VirtualMachine is Live-Migratable, otherwise it will behave as \"None\". - \"External\": the VirtualMachineInstance will be protected by a PDB and `vmi.Status.EvacuationNodeName` will be set on eviction. This is mainly useful for cluster-api-provider-kubevirt (capk) which needs a way for VMI's to be blocked from eviction, yet signal capk that eviction has been called on the VMI so the capk controller can handle tearing the VMI down. Details can be found in the commit description https://github.com/kubevirt/kubevirt/commit/c1d77face705c8b126696bac9a3ee3825f27f1fa. | [optional] |
13
+ | **eviction_strategy** | **String** | EvictionStrategy describes the strategy to follow when a node drain occurs. The possible options are: - \"None\": No action will be taken, according to the specified 'RunStrategy' the VirtualMachine will be restarted or shutdown. - \"LiveMigrate\": the VirtualMachineInstance will be migrated instead of being shutdown. - \"LiveMigrateIfPossible\": the same as \"LiveMigrate\" but only if the VirtualMachine is Live-Migratable, otherwise it will behave as \"None\". - \"External\": the VirtualMachineInstance will be protected and `vmi.Status.EvacuationNodeName` will be set on eviction. This is mainly useful for cluster-api-provider-kubevirt (capk) which needs a way for VMI's to be blocked from eviction, yet signal capk that eviction has been called on the VMI so the capk controller can handle tearing the VMI down. Details can be found in the commit description https://github.com/kubevirt/kubevirt/commit/c1d77face705c8b126696bac9a3ee3825f27f1fa. | [optional] |
14
14
  | **hostname** | **String** | Specifies the hostname of the vmi If not specified, the hostname will be set to the name of the vmi, if dhcp or cloud-init is configured properly. | [optional] |
15
15
  | **liveness_probe** | [**V1Probe**](V1Probe.md) | | [optional] |
16
16
  | **networks** | [**Array<V1Network>**](V1Network.md) | List of networks that can be attached to a vm's virtual interface. | [optional] |
17
17
  | **node_selector** | **Hash<String, String>** | NodeSelector is a selector which must be true for the vmi to fit on a node. Selector which must match a node's labels for the vmi to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ | [optional] |
18
18
  | **priority_class_name** | **String** | If specified, indicates the pod's priority. If not specified, the pod priority will be default or zero if there is no default. | [optional] |
19
19
  | **readiness_probe** | [**V1Probe**](V1Probe.md) | | [optional] |
20
+ | **resource_claims** | [**Array<K8sIoApiCoreV1PodResourceClaim>**](K8sIoApiCoreV1PodResourceClaim.md) | ResourceClaims define which ResourceClaims must be allocated and reserved before the VMI, hence virt-launcher pod is allowed to start. The resources will be made available to the domain which consumes them by name. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate in kubernetes https://kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/ This field should only be configured if one of the feature-gates GPUsWithDRA or HostDevicesWithDRA is enabled. This feature is in alpha. | [optional] |
20
21
  | **scheduler_name** | **String** | If specified, the VMI will be dispatched by specified scheduler. If not specified, the VMI will be dispatched by default scheduler. | [optional] |
21
22
  | **start_strategy** | **String** | StartStrategy can be set to \"Paused\" if Virtual Machine should be started in paused state. | [optional] |
22
23
  | **subdomain** | **String** | If specified, the fully qualified vmi hostname will be \"<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>\". If not specified, the vmi will not have a domainname at all. The DNS entry will resolve to the vmi, no matter if the vmi itself can pick up a hostname. | [optional] |
@@ -44,6 +45,7 @@ instance = Kubevirt::V1VirtualMachineInstanceSpec.new(
44
45
  node_selector: null,
45
46
  priority_class_name: null,
46
47
  readiness_probe: null,
48
+ resource_claims: null,
47
49
  scheduler_name: null,
48
50
  start_strategy: null,
49
51
  subdomain: null,
@@ -6,10 +6,12 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **vsockcid** | **Integer** | VSOCKCID is used to track the allocated VSOCK CID in the VM. | [optional] |
8
8
  | **active_pods** | **Hash<String, String>** | ActivePods is a mapping of pod UID to node name. It is possible for multiple pods to be running for a single VMI during migration. | [optional] |
9
+ | **changed_block_tracking** | [**V1ChangedBlockTrackingStatus**](V1ChangedBlockTrackingStatus.md) | | [optional] |
9
10
  | **conditions** | [**Array<V1VirtualMachineInstanceCondition>**](V1VirtualMachineInstanceCondition.md) | Conditions are specific points in VirtualMachineInstance's pod runtime. | [optional] |
10
11
  | **current_cpu_topology** | [**V1CPUTopology**](V1CPUTopology.md) | | [optional] |
12
+ | **device_status** | [**V1DeviceStatus**](V1DeviceStatus.md) | | [optional] |
11
13
  | **evacuation_node_name** | **String** | EvacuationNodeName is used to track the eviction process of a VMI. It stores the name of the node that we want to evacuate. It is meant to be used by KubeVirt core components only and can't be set or modified by users. | [optional] |
12
- | **fs_freeze_status** | **String** | FSFreezeStatus is the state of the fs of the guest it can be either frozen or thawed | [optional] |
14
+ | **fs_freeze_status** | **String** | FSFreezeStatus indicates whether a freeze operation was requested for the guest filesystem. It will be set to \"frozen\" if the request was made, or unset otherwise. This does not reflect the actual state of the guest filesystem. | [optional] |
13
15
  | **guest_os_info** | [**V1VirtualMachineInstanceGuestOSInfo**](V1VirtualMachineInstanceGuestOSInfo.md) | | [optional] |
14
16
  | **interfaces** | [**Array<V1VirtualMachineInstanceNetworkInterface>**](V1VirtualMachineInstanceNetworkInterface.md) | Interfaces represent the details of available network interfaces. | [optional] |
15
17
  | **kernel_boot_status** | [**V1KernelBootStatus**](V1KernelBootStatus.md) | | [optional] |
@@ -39,8 +41,10 @@ require 'kubevirt'
39
41
  instance = Kubevirt::V1VirtualMachineInstanceStatus.new(
40
42
  vsockcid: null,
41
43
  active_pods: null,
44
+ changed_block_tracking: null,
42
45
  conditions: null,
43
46
  current_cpu_topology: null,
47
+ device_status: null,
44
48
  evacuation_node_name: null,
45
49
  fs_freeze_status: null,
46
50
  guest_os_info: null,
@@ -4,11 +4,14 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **changed_block_tracking** | [**V1ChangedBlockTrackingStatus**](V1ChangedBlockTrackingStatus.md) | | [optional] |
7
8
  | **conditions** | [**Array<V1VirtualMachineCondition>**](V1VirtualMachineCondition.md) | Hold the state information of the VirtualMachine and its VirtualMachineInstance | [optional] |
8
9
  | **created** | **Boolean** | Created indicates if the virtual machine is created in the cluster | [optional] |
9
10
  | **desired_generation** | **Integer** | DesiredGeneration is the generation which is desired for the VMI. This will be used in comparisons with ObservedGeneration to understand when the VMI is out of sync. This will be changed at the same time as ObservedGeneration to remove errors which could occur if Generation is updated through an Update() before ObservedGeneration in Status. | [optional] |
11
+ | **instancetype_ref** | [**V1InstancetypeStatusRef**](V1InstancetypeStatusRef.md) | | [optional] |
10
12
  | **memory_dump_request** | [**V1VirtualMachineMemoryDumpRequest**](V1VirtualMachineMemoryDumpRequest.md) | | [optional] |
11
13
  | **observed_generation** | **Integer** | ObservedGeneration is the generation observed by the vmi when started. | [optional] |
14
+ | **preference_ref** | [**V1InstancetypeStatusRef**](V1InstancetypeStatusRef.md) | | [optional] |
12
15
  | **printable_status** | **String** | PrintableStatus is a human readable, high-level representation of the status of the virtual machine | [optional] |
13
16
  | **ready** | **Boolean** | Ready indicates if the virtual machine is running and ready | [optional] |
14
17
  | **restore_in_progress** | **String** | RestoreInProgress is the name of the VirtualMachineRestore currently executing | [optional] |
@@ -26,11 +29,14 @@
26
29
  require 'kubevirt'
27
30
 
28
31
  instance = Kubevirt::V1VirtualMachineStatus.new(
32
+ changed_block_tracking: null,
29
33
  conditions: null,
30
34
  created: null,
31
35
  desired_generation: null,
36
+ instancetype_ref: null,
32
37
  memory_dump_request: null,
33
38
  observed_generation: null,
39
+ preference_ref: null,
34
40
  printable_status: null,
35
41
  ready: null,
36
42
  restore_in_progress: null,
data/docs/V1Watchdog.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **diag288** | [**V1Diag288Watchdog**](V1Diag288Watchdog.md) | | [optional] |
7
8
  | **i6300esb** | [**V1I6300ESBWatchdog**](V1I6300ESBWatchdog.md) | | [optional] |
8
9
  | **name** | **String** | Name of the watchdog. | [default to ''] |
9
10
 
@@ -13,6 +14,7 @@
13
14
  require 'kubevirt'
14
15
 
15
16
  instance = Kubevirt::V1Watchdog.new(
17
+ diag288: null,
16
18
  i6300esb: null,
17
19
  name: null
18
20
  )
@@ -7,7 +7,7 @@
7
7
  | **allow_auto_converge** | **Boolean** | | [optional] |
8
8
  | **allow_post_copy** | **Boolean** | | [optional] |
9
9
  | **allow_workload_disruption** | **Boolean** | | [optional] |
10
- | **bandwidth_per_migration** | **String** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | [optional] |
10
+ | **bandwidth_per_migration** | **Object** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | [optional] |
11
11
  | **completion_timeout_per_gi_b** | **Integer** | | [optional] |
12
12
  | **selectors** | [**V1alpha1Selectors**](V1alpha1Selectors.md) | | |
13
13
 
@@ -6,6 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **cert_config_map** | **String** | CertConfigMap provides a reference to the Registry certs | [optional] |
8
8
  | **image_stream** | **String** | ImageStream is the name of image stream for import | [optional] |
9
+ | **platform** | [**V1beta1PlatformOptions**](V1beta1PlatformOptions.md) | | [optional] |
9
10
  | **pull_method** | **String** | PullMethod can be either \"pod\" (default import), or \"node\" (node docker cache based import) | [optional] |
10
11
  | **secret_ref** | **String** | SecretRef provides the secret reference needed to access the Registry source | [optional] |
11
12
  | **url** | **String** | URL is the url of the registry source (starting with the scheme: docker, oci-archive) | [optional] |
@@ -18,6 +19,7 @@ require 'kubevirt'
18
19
  instance = Kubevirt::V1beta1DataVolumeSourceRegistry.new(
19
20
  cert_config_map: null,
20
21
  image_stream: null,
22
+ platform: null,
21
23
  pull_method: null,
22
24
  secret_ref: null,
23
25
  url: null
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **backing_file** | **String** | BackingFile is the path to the virtual hard disk to migrate from vCenter/ESXi | [optional] |
8
+ | **extra_args** | **String** | ExtraArgs is a reference to a ConfigMap containing extra arguments to pass directly to the VDDK library | [optional] |
8
9
  | **init_image_url** | **String** | InitImageURL is an optional URL to an image containing an extracted VDDK library, overrides v2v-vmware config map | [optional] |
9
10
  | **secret_ref** | **String** | SecretRef provides a reference to a secret containing the username and password needed to access the vCenter or ESXi host | [optional] |
10
11
  | **thumbprint** | **String** | Thumbprint is the certificate thumbprint of the vCenter or ESXi host | [optional] |
@@ -18,6 +19,7 @@ require 'kubevirt'
18
19
 
19
20
  instance = Kubevirt::V1beta1DataVolumeSourceVDDK.new(
20
21
  backing_file: null,
22
+ extra_args: null,
21
23
  init_image_url: null,
22
24
  secret_ref: null,
23
25
  thumbprint: null,
@@ -23,6 +23,7 @@
23
23
  | **preferred_interface_model** | **String** | PreferredInterfaceModel optionally defines the preferred model to be used by Interface devices. | [optional] |
24
24
  | **preferred_lun_bus** | **String** | PreferredLunBus optionally defines the preferred bus for Lun Disk devices. | [optional] |
25
25
  | **preferred_network_interface_multi_queue** | **Boolean** | PreferredNetworkInterfaceMultiQueue optionally enables the vhost multiqueue feature for virtio interfaces. | [optional] |
26
+ | **preferred_panic_device_model** | **String** | PreferredPanicDeviceModel optionally defines the preferred panic device model to use with panic devices. | [optional] |
26
27
  | **preferred_rng** | **Object** | Rng represents the random device passed from host | [optional] |
27
28
  | **preferred_sound_model** | **String** | PreferredSoundModel optionally defines the preferred model for Sound devices. | [optional] |
28
29
  | **preferred_tpm** | [**V1TPMDevice**](V1TPMDevice.md) | | [optional] |
@@ -54,6 +55,7 @@ instance = Kubevirt::V1beta1DevicePreferences.new(
54
55
  preferred_interface_model: null,
55
56
  preferred_lun_bus: null,
56
57
  preferred_network_interface_multi_queue: null,
58
+ preferred_panic_device_model: null,
57
59
  preferred_rng: null,
58
60
  preferred_sound_model: null,
59
61
  preferred_tpm: null,
@@ -4,9 +4,9 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **guest** | **String** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | |
7
+ | **guest** | **Object** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | |
8
8
  | **hugepages** | [**V1Hugepages**](V1Hugepages.md) | | [optional] |
9
- | **max_guest** | **String** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | [optional] |
9
+ | **max_guest** | **Object** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | [optional] |
10
10
  | **overcommit_percent** | **Integer** | OvercommitPercent is the percentage of the guest memory which will be overcommitted. This means that the VMIs parent pod (virt-launcher) will request less physical memory by a factor specified by the OvercommitPercent. Overcommits can lead to memory exhaustion, which in turn can lead to crashes. Use carefully. Defaults to 0 | [optional] |
11
11
 
12
12
  ## Example
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **guest** | **String** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | |
7
+ | **guest** | **Object** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | |
8
8
 
9
9
  ## Example
10
10
 
@@ -0,0 +1,18 @@
1
+ # Kubevirt::V1beta1PlatformOptions
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **architecture** | **String** | Architecture specifies the image target CPU architecture | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'kubevirt'
13
+
14
+ instance = Kubevirt::V1beta1PlatformOptions.new(
15
+ architecture: null
16
+ )
17
+ ```
18
+
@@ -4,6 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
+ | **architecture** | **String** | Required Architecture of the VM referencing this preference | [optional] |
7
8
  | **cpu** | [**V1beta1CPUPreferenceRequirement**](V1beta1CPUPreferenceRequirement.md) | | [optional] |
8
9
  | **memory** | [**V1beta1MemoryPreferenceRequirement**](V1beta1MemoryPreferenceRequirement.md) | | [optional] |
9
10
 
@@ -13,6 +14,7 @@
13
14
  require 'kubevirt'
14
15
 
15
16
  instance = Kubevirt::V1beta1PreferenceRequirements.new(
17
+ architecture: null,
16
18
  cpu: null,
17
19
  memory: null
18
20
  )
@@ -0,0 +1,20 @@
1
+ # Kubevirt::V1beta1SourceIndication
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **indication** | **String** | Indication is the indication type | [default to ''] |
8
+ | **message** | **String** | Message provides a description message of the indication | [default to ''] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'kubevirt'
14
+
15
+ instance = Kubevirt::V1beta1SourceIndication.new(
16
+ indication: null,
17
+ message: null
18
+ )
19
+ ```
20
+
@@ -1,4 +1,4 @@
1
- # Kubevirt::V1alpha1VirtualMachinePool
1
+ # Kubevirt::V1beta1VirtualMachineClone
2
2
 
3
3
  ## Properties
4
4
 
@@ -7,15 +7,15 @@
7
7
  | **api_version** | **String** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | [optional] |
8
8
  | **kind** | **String** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | [optional] |
9
9
  | **metadata** | [**K8sIoApimachineryPkgApisMetaV1ObjectMeta**](K8sIoApimachineryPkgApisMetaV1ObjectMeta.md) | | [optional] |
10
- | **spec** | [**V1alpha1VirtualMachinePoolSpec**](V1alpha1VirtualMachinePoolSpec.md) | | |
11
- | **status** | [**V1alpha1VirtualMachinePoolStatus**](V1alpha1VirtualMachinePoolStatus.md) | | [optional] |
10
+ | **spec** | [**V1beta1VirtualMachineCloneSpec**](V1beta1VirtualMachineCloneSpec.md) | | |
11
+ | **status** | [**V1beta1VirtualMachineCloneStatus**](V1beta1VirtualMachineCloneStatus.md) | | [optional] |
12
12
 
13
13
  ## Example
14
14
 
15
15
  ```ruby
16
16
  require 'kubevirt'
17
17
 
18
- instance = Kubevirt::V1alpha1VirtualMachinePool.new(
18
+ instance = Kubevirt::V1beta1VirtualMachineClone.new(
19
19
  api_version: null,
20
20
  kind: null,
21
21
  metadata: null,
@@ -1,11 +1,11 @@
1
- # Kubevirt::V1alpha1VirtualMachinePoolList
1
+ # Kubevirt::V1beta1VirtualMachineCloneList
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **api_version** | **String** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | [optional] |
8
- | **items** | [**Array<V1alpha1VirtualMachinePool>**](V1alpha1VirtualMachinePool.md) | | |
8
+ | **items** | [**Array<V1beta1VirtualMachineClone>**](V1beta1VirtualMachineClone.md) | | |
9
9
  | **kind** | **String** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | [optional] |
10
10
  | **metadata** | [**K8sIoApimachineryPkgApisMetaV1ListMeta**](K8sIoApimachineryPkgApisMetaV1ListMeta.md) | | [optional] |
11
11
 
@@ -14,7 +14,7 @@
14
14
  ```ruby
15
15
  require 'kubevirt'
16
16
 
17
- instance = Kubevirt::V1alpha1VirtualMachinePoolList.new(
17
+ instance = Kubevirt::V1beta1VirtualMachineCloneList.new(
18
18
  api_version: null,
19
19
  items: null,
20
20
  kind: null,
@@ -1,4 +1,4 @@
1
- # Kubevirt::V1alpha1VirtualMachineCloneSpec
1
+ # Kubevirt::V1beta1VirtualMachineCloneSpec
2
2
 
3
3
  ## Properties
4
4
 
@@ -8,20 +8,22 @@
8
8
  | **label_filters** | **Array<String>** | Example use: \"!some/key*\". For a detailed description, please refer to https://kubevirt.io/user-guide/operations/clone_api/#label-annotation-filters. | [optional] |
9
9
  | **new_mac_addresses** | **Hash<String, String>** | NewMacAddresses manually sets that target interfaces' mac addresses. The key is the interface name and the value is the new mac address. If this field is not specified, a new MAC address will be generated automatically, as for any interface that is not included in this map. | [optional] |
10
10
  | **new_sm_bios_serial** | **String** | NewSMBiosSerial manually sets that target's SMbios serial. If this field is not specified, a new serial will be generated automatically. | [optional] |
11
+ | **patches** | **Array<String>** | Patches holds JSON patches to apply to target. Patches should fit the target's Kind. Example: '{\"op\": \"add\", \"path\": \"/spec/template/metadata/labels/example\", \"value\": \"new-label\"}' | [optional] |
11
12
  | **source** | [**K8sIoApiCoreV1TypedLocalObjectReference**](K8sIoApiCoreV1TypedLocalObjectReference.md) | | |
12
13
  | **target** | [**K8sIoApiCoreV1TypedLocalObjectReference**](K8sIoApiCoreV1TypedLocalObjectReference.md) | | [optional] |
13
- | **template** | [**V1alpha1VirtualMachineCloneTemplateFilters**](V1alpha1VirtualMachineCloneTemplateFilters.md) | | [optional] |
14
+ | **template** | [**V1beta1VirtualMachineCloneTemplateFilters**](V1beta1VirtualMachineCloneTemplateFilters.md) | | [optional] |
14
15
 
15
16
  ## Example
16
17
 
17
18
  ```ruby
18
19
  require 'kubevirt'
19
20
 
20
- instance = Kubevirt::V1alpha1VirtualMachineCloneSpec.new(
21
+ instance = Kubevirt::V1beta1VirtualMachineCloneSpec.new(
21
22
  annotation_filters: null,
22
23
  label_filters: null,
23
24
  new_mac_addresses: null,
24
25
  new_sm_bios_serial: null,
26
+ patches: null,
25
27
  source: null,
26
28
  target: null,
27
29
  template: null
@@ -1,10 +1,10 @@
1
- # Kubevirt::V1alpha1VirtualMachineCloneStatus
1
+ # Kubevirt::V1beta1VirtualMachineCloneStatus
2
2
 
3
3
  ## Properties
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **conditions** | [**Array<V1alpha1Condition>**](V1alpha1Condition.md) | | [optional] |
7
+ | **conditions** | [**Array<V1beta1Condition>**](V1beta1Condition.md) | | [optional] |
8
8
  | **creation_time** | **Time** | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. | [optional] |
9
9
  | **phase** | **String** | | [optional] |
10
10
  | **restore_name** | **String** | | [optional] |
@@ -16,7 +16,7 @@
16
16
  ```ruby
17
17
  require 'kubevirt'
18
18
 
19
- instance = Kubevirt::V1alpha1VirtualMachineCloneStatus.new(
19
+ instance = Kubevirt::V1beta1VirtualMachineCloneStatus.new(
20
20
  conditions: null,
21
21
  creation_time: null,
22
22
  phase: null,
@@ -1,4 +1,4 @@
1
- # Kubevirt::V1alpha1VirtualMachineCloneTemplateFilters
1
+ # Kubevirt::V1beta1VirtualMachineCloneTemplateFilters
2
2
 
3
3
  ## Properties
4
4
 
@@ -12,7 +12,7 @@
12
12
  ```ruby
13
13
  require 'kubevirt'
14
14
 
15
- instance = Kubevirt::V1alpha1VirtualMachineCloneTemplateFilters.new(
15
+ instance = Kubevirt::V1beta1VirtualMachineCloneTemplateFilters.new(
16
16
  annotation_filters: null,
17
17
  label_filters: null
18
18
  )
@@ -8,6 +8,7 @@
8
8
  | **cpu** | [**V1beta1CPUInstancetype**](V1beta1CPUInstancetype.md) | | |
9
9
  | **gpus** | [**Array<V1GPU>**](V1GPU.md) | Optionally defines any GPU devices associated with the instancetype. | [optional] |
10
10
  | **host_devices** | [**Array<V1HostDevice>**](V1HostDevice.md) | Optionally defines any HostDevices associated with the instancetype. | [optional] |
11
+ | **io_threads** | [**V1DiskIOThreads**](V1DiskIOThreads.md) | | [optional] |
11
12
  | **io_threads_policy** | **String** | Optionally defines the IOThreadsPolicy to be used by the instancetype. | [optional] |
12
13
  | **launch_security** | [**V1LaunchSecurity**](V1LaunchSecurity.md) | | [optional] |
13
14
  | **memory** | [**V1beta1MemoryInstancetype**](V1beta1MemoryInstancetype.md) | | |
@@ -24,6 +25,7 @@ instance = Kubevirt::V1beta1VirtualMachineInstancetypeSpec.new(
24
25
  cpu: null,
25
26
  gpus: null,
26
27
  host_devices: null,
28
+ io_threads: null,
27
29
  io_threads_policy: null,
28
30
  launch_security: null,
29
31
  memory: null,
@@ -1,4 +1,4 @@
1
- # Kubevirt::V1alpha1VirtualMachineClone
1
+ # Kubevirt::V1beta1VirtualMachinePool
2
2
 
3
3
  ## Properties
4
4
 
@@ -7,15 +7,15 @@
7
7
  | **api_version** | **String** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | [optional] |
8
8
  | **kind** | **String** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | [optional] |
9
9
  | **metadata** | [**K8sIoApimachineryPkgApisMetaV1ObjectMeta**](K8sIoApimachineryPkgApisMetaV1ObjectMeta.md) | | [optional] |
10
- | **spec** | [**V1alpha1VirtualMachineCloneSpec**](V1alpha1VirtualMachineCloneSpec.md) | | |
11
- | **status** | [**V1alpha1VirtualMachineCloneStatus**](V1alpha1VirtualMachineCloneStatus.md) | | [optional] |
10
+ | **spec** | [**V1beta1VirtualMachinePoolSpec**](V1beta1VirtualMachinePoolSpec.md) | | |
11
+ | **status** | [**V1beta1VirtualMachinePoolStatus**](V1beta1VirtualMachinePoolStatus.md) | | [optional] |
12
12
 
13
13
  ## Example
14
14
 
15
15
  ```ruby
16
16
  require 'kubevirt'
17
17
 
18
- instance = Kubevirt::V1alpha1VirtualMachineClone.new(
18
+ instance = Kubevirt::V1beta1VirtualMachinePool.new(
19
19
  api_version: null,
20
20
  kind: null,
21
21
  metadata: null,