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
@@ -1,3768 +0,0 @@
1
- =begin
2
- #KubeVirt API
3
-
4
- #This is KubeVirt API an add-on for Kubernetes.
5
-
6
- The version of the OpenAPI document: 1.0.0
7
- Contact: kubevirt-dev@googlegroups.com
8
- Generated by: https://openapi-generator.tech
9
- Generator version: 7.9.0
10
-
11
- =end
12
-
13
- require 'spec_helper'
14
- require 'json'
15
-
16
- # Unit tests for Kubevirt::DefaultApi
17
- # Automatically generated by openapi-generator (https://openapi-generator.tech)
18
- # Please update as you see appropriate
19
- describe 'DefaultApi' do
20
- before do
21
- # run before each test
22
- @api_instance = Kubevirt::DefaultApi.new
23
- end
24
-
25
- after do
26
- # run after each test
27
- end
28
-
29
- describe 'test an instance of DefaultApi' do
30
- it 'should create an instance of DefaultApi' do
31
- expect(@api_instance).to be_instance_of(Kubevirt::DefaultApi)
32
- end
33
- end
34
-
35
- # unit tests for create_migration_policy
36
- # Create a MigrationPolicy object.
37
- # @param body
38
- # @param [Hash] opts the optional parameters
39
- # @return [V1alpha1MigrationPolicy]
40
- describe 'create_migration_policy test' do
41
- it 'should work' do
42
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
- end
44
- end
45
-
46
- # unit tests for create_namespaced_kube_virt
47
- # Create a KubeVirt object.
48
- # @param namespace Object name and auth scope, such as for teams and projects
49
- # @param body
50
- # @param [Hash] opts the optional parameters
51
- # @return [V1KubeVirt]
52
- describe 'create_namespaced_kube_virt test' do
53
- it 'should work' do
54
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
55
- end
56
- end
57
-
58
- # unit tests for create_namespaced_virtual_machine
59
- # Create a VirtualMachine object.
60
- # @param namespace Object name and auth scope, such as for teams and projects
61
- # @param body
62
- # @param [Hash] opts the optional parameters
63
- # @return [V1VirtualMachine]
64
- describe 'create_namespaced_virtual_machine test' do
65
- it 'should work' do
66
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
67
- end
68
- end
69
-
70
- # unit tests for create_namespaced_virtual_machine_export
71
- # Create a VirtualMachineExport object.
72
- # @param namespace Object name and auth scope, such as for teams and projects
73
- # @param body
74
- # @param [Hash] opts the optional parameters
75
- # @return [V1beta1VirtualMachineExport]
76
- describe 'create_namespaced_virtual_machine_export test' do
77
- it 'should work' do
78
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
79
- end
80
- end
81
-
82
- # unit tests for create_namespaced_virtual_machine_instance
83
- # Create a VirtualMachineInstance object.
84
- # @param namespace Object name and auth scope, such as for teams and projects
85
- # @param body
86
- # @param [Hash] opts the optional parameters
87
- # @return [V1VirtualMachineInstance]
88
- describe 'create_namespaced_virtual_machine_instance test' do
89
- it 'should work' do
90
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
91
- end
92
- end
93
-
94
- # unit tests for create_namespaced_virtual_machine_instance_migration
95
- # Create a VirtualMachineInstanceMigration object.
96
- # @param namespace Object name and auth scope, such as for teams and projects
97
- # @param body
98
- # @param [Hash] opts the optional parameters
99
- # @return [V1VirtualMachineInstanceMigration]
100
- describe 'create_namespaced_virtual_machine_instance_migration test' do
101
- it 'should work' do
102
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
103
- end
104
- end
105
-
106
- # unit tests for create_namespaced_virtual_machine_instance_preset
107
- # Create a VirtualMachineInstancePreset object.
108
- # @param namespace Object name and auth scope, such as for teams and projects
109
- # @param body
110
- # @param [Hash] opts the optional parameters
111
- # @return [V1VirtualMachineInstancePreset]
112
- describe 'create_namespaced_virtual_machine_instance_preset test' do
113
- it 'should work' do
114
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
115
- end
116
- end
117
-
118
- # unit tests for create_namespaced_virtual_machine_instance_replica_set
119
- # Create a VirtualMachineInstanceReplicaSet object.
120
- # @param namespace Object name and auth scope, such as for teams and projects
121
- # @param body
122
- # @param [Hash] opts the optional parameters
123
- # @return [V1VirtualMachineInstanceReplicaSet]
124
- describe 'create_namespaced_virtual_machine_instance_replica_set test' do
125
- it 'should work' do
126
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
127
- end
128
- end
129
-
130
- # unit tests for create_namespaced_virtual_machine_instancetype
131
- # Create a VirtualMachineInstancetype object.
132
- # @param namespace Object name and auth scope, such as for teams and projects
133
- # @param body
134
- # @param [Hash] opts the optional parameters
135
- # @return [V1beta1VirtualMachineInstancetype]
136
- describe 'create_namespaced_virtual_machine_instancetype test' do
137
- it 'should work' do
138
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
139
- end
140
- end
141
-
142
- # unit tests for create_namespaced_virtual_machine_pool
143
- # Create a VirtualMachinePool object.
144
- # @param namespace Object name and auth scope, such as for teams and projects
145
- # @param body
146
- # @param [Hash] opts the optional parameters
147
- # @return [V1alpha1VirtualMachinePool]
148
- describe 'create_namespaced_virtual_machine_pool test' do
149
- it 'should work' do
150
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
151
- end
152
- end
153
-
154
- # unit tests for create_namespaced_virtual_machine_preference
155
- # Create a VirtualMachinePreference object.
156
- # @param namespace Object name and auth scope, such as for teams and projects
157
- # @param body
158
- # @param [Hash] opts the optional parameters
159
- # @return [V1beta1VirtualMachinePreference]
160
- describe 'create_namespaced_virtual_machine_preference test' do
161
- it 'should work' do
162
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
163
- end
164
- end
165
-
166
- # unit tests for create_namespaced_virtual_machine_restore
167
- # Create a VirtualMachineRestore object.
168
- # @param namespace Object name and auth scope, such as for teams and projects
169
- # @param body
170
- # @param [Hash] opts the optional parameters
171
- # @return [V1beta1VirtualMachineRestore]
172
- describe 'create_namespaced_virtual_machine_restore test' do
173
- it 'should work' do
174
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
175
- end
176
- end
177
-
178
- # unit tests for create_namespaced_virtual_machine_snapshot
179
- # Create a VirtualMachineSnapshot object.
180
- # @param namespace Object name and auth scope, such as for teams and projects
181
- # @param body
182
- # @param [Hash] opts the optional parameters
183
- # @return [V1beta1VirtualMachineSnapshot]
184
- describe 'create_namespaced_virtual_machine_snapshot test' do
185
- it 'should work' do
186
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
187
- end
188
- end
189
-
190
- # unit tests for create_namespaced_virtual_machine_snapshot_content
191
- # Create a VirtualMachineSnapshotContent object.
192
- # @param namespace Object name and auth scope, such as for teams and projects
193
- # @param body
194
- # @param [Hash] opts the optional parameters
195
- # @return [V1beta1VirtualMachineSnapshotContent]
196
- describe 'create_namespaced_virtual_machine_snapshot_content test' do
197
- it 'should work' do
198
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
199
- end
200
- end
201
-
202
- # unit tests for create_virtual_machine_clone
203
- # Create a VirtualMachineClone object.
204
- # @param body
205
- # @param [Hash] opts the optional parameters
206
- # @return [V1alpha1VirtualMachineClone]
207
- describe 'create_virtual_machine_clone test' do
208
- it 'should work' do
209
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
210
- end
211
- end
212
-
213
- # unit tests for create_virtual_machine_cluster_instancetype
214
- # Create a VirtualMachineClusterInstancetype object.
215
- # @param body
216
- # @param [Hash] opts the optional parameters
217
- # @return [V1beta1VirtualMachineClusterInstancetype]
218
- describe 'create_virtual_machine_cluster_instancetype test' do
219
- it 'should work' do
220
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
221
- end
222
- end
223
-
224
- # unit tests for create_virtual_machine_cluster_preference
225
- # Create a VirtualMachineClusterPreference object.
226
- # @param body
227
- # @param [Hash] opts the optional parameters
228
- # @return [V1beta1VirtualMachineClusterPreference]
229
- describe 'create_virtual_machine_cluster_preference test' do
230
- it 'should work' do
231
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
232
- end
233
- end
234
-
235
- # unit tests for delete_collection_migration_policy
236
- # Delete a collection of MigrationPolicy objects.
237
- # @param [Hash] opts the optional parameters
238
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
239
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
240
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
241
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
242
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
243
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
244
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
245
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
246
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
247
- describe 'delete_collection_migration_policy test' do
248
- it 'should work' do
249
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
250
- end
251
- end
252
-
253
- # unit tests for delete_collection_namespaced_kube_virt
254
- # Delete a collection of KubeVirt objects.
255
- # @param [Hash] opts the optional parameters
256
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
257
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
258
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
259
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
260
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
261
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
262
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
263
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
264
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
265
- describe 'delete_collection_namespaced_kube_virt test' do
266
- it 'should work' do
267
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
268
- end
269
- end
270
-
271
- # unit tests for delete_collection_namespaced_virtual_machine
272
- # Delete a collection of VirtualMachine objects.
273
- # @param [Hash] opts the optional parameters
274
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
275
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
276
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
277
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
278
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
279
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
280
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
281
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
282
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
283
- describe 'delete_collection_namespaced_virtual_machine test' do
284
- it 'should work' do
285
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
286
- end
287
- end
288
-
289
- # unit tests for delete_collection_namespaced_virtual_machine_export
290
- # Delete a collection of VirtualMachineExport objects.
291
- # @param [Hash] opts the optional parameters
292
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
293
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
294
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
295
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
296
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
297
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
298
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
299
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
300
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
301
- describe 'delete_collection_namespaced_virtual_machine_export test' do
302
- it 'should work' do
303
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
304
- end
305
- end
306
-
307
- # unit tests for delete_collection_namespaced_virtual_machine_instance
308
- # Delete a collection of VirtualMachineInstance objects.
309
- # @param [Hash] opts the optional parameters
310
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
311
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
312
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
313
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
314
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
315
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
316
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
317
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
318
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
319
- describe 'delete_collection_namespaced_virtual_machine_instance test' do
320
- it 'should work' do
321
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
322
- end
323
- end
324
-
325
- # unit tests for delete_collection_namespaced_virtual_machine_instance_migration
326
- # Delete a collection of VirtualMachineInstanceMigration objects.
327
- # @param [Hash] opts the optional parameters
328
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
329
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
330
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
331
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
332
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
333
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
334
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
335
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
336
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
337
- describe 'delete_collection_namespaced_virtual_machine_instance_migration test' do
338
- it 'should work' do
339
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
340
- end
341
- end
342
-
343
- # unit tests for delete_collection_namespaced_virtual_machine_instance_preset
344
- # Delete a collection of VirtualMachineInstancePreset objects.
345
- # @param [Hash] opts the optional parameters
346
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
347
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
348
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
349
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
350
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
351
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
352
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
353
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
354
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
355
- describe 'delete_collection_namespaced_virtual_machine_instance_preset test' do
356
- it 'should work' do
357
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
358
- end
359
- end
360
-
361
- # unit tests for delete_collection_namespaced_virtual_machine_instance_replica_set
362
- # Delete a collection of VirtualMachineInstanceReplicaSet objects.
363
- # @param [Hash] opts the optional parameters
364
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
365
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
366
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
367
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
368
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
369
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
370
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
371
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
372
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
373
- describe 'delete_collection_namespaced_virtual_machine_instance_replica_set test' do
374
- it 'should work' do
375
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
376
- end
377
- end
378
-
379
- # unit tests for delete_collection_namespaced_virtual_machine_instancetype
380
- # Delete a collection of VirtualMachineInstancetype objects.
381
- # @param [Hash] opts the optional parameters
382
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
383
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
384
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
385
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
386
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
387
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
388
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
389
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
390
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
391
- describe 'delete_collection_namespaced_virtual_machine_instancetype test' do
392
- it 'should work' do
393
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
394
- end
395
- end
396
-
397
- # unit tests for delete_collection_namespaced_virtual_machine_pool
398
- # Delete a collection of VirtualMachinePool objects.
399
- # @param [Hash] opts the optional parameters
400
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
401
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
402
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
403
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
404
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
405
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
406
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
407
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
408
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
409
- describe 'delete_collection_namespaced_virtual_machine_pool test' do
410
- it 'should work' do
411
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
412
- end
413
- end
414
-
415
- # unit tests for delete_collection_namespaced_virtual_machine_preference
416
- # Delete a collection of VirtualMachinePreference objects.
417
- # @param [Hash] opts the optional parameters
418
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
419
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
420
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
421
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
422
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
423
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
424
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
425
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
426
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
427
- describe 'delete_collection_namespaced_virtual_machine_preference test' do
428
- it 'should work' do
429
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
430
- end
431
- end
432
-
433
- # unit tests for delete_collection_namespaced_virtual_machine_restore
434
- # Delete a collection of VirtualMachineRestore objects.
435
- # @param [Hash] opts the optional parameters
436
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
437
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
438
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
439
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
440
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
441
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
442
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
443
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
444
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
445
- describe 'delete_collection_namespaced_virtual_machine_restore test' do
446
- it 'should work' do
447
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
448
- end
449
- end
450
-
451
- # unit tests for delete_collection_namespaced_virtual_machine_snapshot
452
- # Delete a collection of VirtualMachineSnapshot objects.
453
- # @param [Hash] opts the optional parameters
454
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
455
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
456
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
457
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
458
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
459
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
460
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
461
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
462
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
463
- describe 'delete_collection_namespaced_virtual_machine_snapshot test' do
464
- it 'should work' do
465
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
466
- end
467
- end
468
-
469
- # unit tests for delete_collection_namespaced_virtual_machine_snapshot_content
470
- # Delete a collection of VirtualMachineSnapshotContent objects.
471
- # @param [Hash] opts the optional parameters
472
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
473
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
474
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
475
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
476
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
477
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
478
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
479
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
480
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
481
- describe 'delete_collection_namespaced_virtual_machine_snapshot_content test' do
482
- it 'should work' do
483
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
484
- end
485
- end
486
-
487
- # unit tests for delete_collection_virtual_machine_clone
488
- # Delete a collection of VirtualMachineClone objects.
489
- # @param [Hash] opts the optional parameters
490
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
491
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
492
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
493
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
494
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
495
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
496
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
497
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
498
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
499
- describe 'delete_collection_virtual_machine_clone test' do
500
- it 'should work' do
501
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
502
- end
503
- end
504
-
505
- # unit tests for delete_collection_virtual_machine_cluster_instancetype
506
- # Delete a collection of VirtualMachineClusterInstancetype objects.
507
- # @param [Hash] opts the optional parameters
508
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
509
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
510
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
511
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
512
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
513
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
514
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
515
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
516
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
517
- describe 'delete_collection_virtual_machine_cluster_instancetype test' do
518
- it 'should work' do
519
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
520
- end
521
- end
522
-
523
- # unit tests for delete_collection_virtual_machine_cluster_preference
524
- # Delete a collection of VirtualMachineClusterPreference objects.
525
- # @param [Hash] opts the optional parameters
526
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
527
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
528
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
529
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
530
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
531
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
532
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
533
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
534
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
535
- describe 'delete_collection_virtual_machine_cluster_preference test' do
536
- it 'should work' do
537
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
538
- end
539
- end
540
-
541
- # unit tests for delete_migration_policy
542
- # Delete a MigrationPolicy object.
543
- # @param name Name of the resource
544
- # @param body
545
- # @param [Hash] opts the optional parameters
546
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
547
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
548
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
549
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
550
- describe 'delete_migration_policy test' do
551
- it 'should work' do
552
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
553
- end
554
- end
555
-
556
- # unit tests for delete_namespaced_kube_virt
557
- # Delete a KubeVirt object.
558
- # @param name Name of the resource
559
- # @param namespace Object name and auth scope, such as for teams and projects
560
- # @param body
561
- # @param [Hash] opts the optional parameters
562
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
563
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
564
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
565
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
566
- describe 'delete_namespaced_kube_virt test' do
567
- it 'should work' do
568
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
569
- end
570
- end
571
-
572
- # unit tests for delete_namespaced_virtual_machine
573
- # Delete a VirtualMachine object.
574
- # @param name Name of the resource
575
- # @param namespace Object name and auth scope, such as for teams and projects
576
- # @param body
577
- # @param [Hash] opts the optional parameters
578
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
579
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
580
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
581
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
582
- describe 'delete_namespaced_virtual_machine test' do
583
- it 'should work' do
584
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
585
- end
586
- end
587
-
588
- # unit tests for delete_namespaced_virtual_machine_export
589
- # Delete a VirtualMachineExport object.
590
- # @param name Name of the resource
591
- # @param namespace Object name and auth scope, such as for teams and projects
592
- # @param body
593
- # @param [Hash] opts the optional parameters
594
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
595
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
596
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
597
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
598
- describe 'delete_namespaced_virtual_machine_export test' do
599
- it 'should work' do
600
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
601
- end
602
- end
603
-
604
- # unit tests for delete_namespaced_virtual_machine_instance
605
- # Delete a VirtualMachineInstance object.
606
- # @param name Name of the resource
607
- # @param namespace Object name and auth scope, such as for teams and projects
608
- # @param body
609
- # @param [Hash] opts the optional parameters
610
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
611
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
612
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
613
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
614
- describe 'delete_namespaced_virtual_machine_instance test' do
615
- it 'should work' do
616
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
617
- end
618
- end
619
-
620
- # unit tests for delete_namespaced_virtual_machine_instance_migration
621
- # Delete a VirtualMachineInstanceMigration object.
622
- # @param name Name of the resource
623
- # @param namespace Object name and auth scope, such as for teams and projects
624
- # @param body
625
- # @param [Hash] opts the optional parameters
626
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
627
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
628
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
629
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
630
- describe 'delete_namespaced_virtual_machine_instance_migration test' do
631
- it 'should work' do
632
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
633
- end
634
- end
635
-
636
- # unit tests for delete_namespaced_virtual_machine_instance_preset
637
- # Delete a VirtualMachineInstancePreset object.
638
- # @param name Name of the resource
639
- # @param namespace Object name and auth scope, such as for teams and projects
640
- # @param body
641
- # @param [Hash] opts the optional parameters
642
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
643
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
644
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
645
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
646
- describe 'delete_namespaced_virtual_machine_instance_preset test' do
647
- it 'should work' do
648
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
649
- end
650
- end
651
-
652
- # unit tests for delete_namespaced_virtual_machine_instance_replica_set
653
- # Delete a VirtualMachineInstanceReplicaSet object.
654
- # @param name Name of the resource
655
- # @param namespace Object name and auth scope, such as for teams and projects
656
- # @param body
657
- # @param [Hash] opts the optional parameters
658
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
659
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
660
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
661
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
662
- describe 'delete_namespaced_virtual_machine_instance_replica_set test' do
663
- it 'should work' do
664
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
665
- end
666
- end
667
-
668
- # unit tests for delete_namespaced_virtual_machine_instancetype
669
- # Delete a VirtualMachineInstancetype object.
670
- # @param name Name of the resource
671
- # @param namespace Object name and auth scope, such as for teams and projects
672
- # @param body
673
- # @param [Hash] opts the optional parameters
674
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
675
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
676
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
677
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
678
- describe 'delete_namespaced_virtual_machine_instancetype test' do
679
- it 'should work' do
680
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
681
- end
682
- end
683
-
684
- # unit tests for delete_namespaced_virtual_machine_pool
685
- # Delete a VirtualMachinePool object.
686
- # @param name Name of the resource
687
- # @param namespace Object name and auth scope, such as for teams and projects
688
- # @param body
689
- # @param [Hash] opts the optional parameters
690
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
691
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
692
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
693
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
694
- describe 'delete_namespaced_virtual_machine_pool test' do
695
- it 'should work' do
696
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
697
- end
698
- end
699
-
700
- # unit tests for delete_namespaced_virtual_machine_preference
701
- # Delete a VirtualMachinePreference object.
702
- # @param name Name of the resource
703
- # @param namespace Object name and auth scope, such as for teams and projects
704
- # @param body
705
- # @param [Hash] opts the optional parameters
706
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
707
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
708
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
709
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
710
- describe 'delete_namespaced_virtual_machine_preference test' do
711
- it 'should work' do
712
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
713
- end
714
- end
715
-
716
- # unit tests for delete_namespaced_virtual_machine_restore
717
- # Delete a VirtualMachineRestore object.
718
- # @param name Name of the resource
719
- # @param namespace Object name and auth scope, such as for teams and projects
720
- # @param body
721
- # @param [Hash] opts the optional parameters
722
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
723
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
724
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
725
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
726
- describe 'delete_namespaced_virtual_machine_restore test' do
727
- it 'should work' do
728
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
729
- end
730
- end
731
-
732
- # unit tests for delete_namespaced_virtual_machine_snapshot
733
- # Delete a VirtualMachineSnapshot object.
734
- # @param name Name of the resource
735
- # @param namespace Object name and auth scope, such as for teams and projects
736
- # @param body
737
- # @param [Hash] opts the optional parameters
738
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
739
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
740
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
741
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
742
- describe 'delete_namespaced_virtual_machine_snapshot test' do
743
- it 'should work' do
744
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
745
- end
746
- end
747
-
748
- # unit tests for delete_namespaced_virtual_machine_snapshot_content
749
- # Delete a VirtualMachineSnapshotContent object.
750
- # @param name Name of the resource
751
- # @param namespace Object name and auth scope, such as for teams and projects
752
- # @param body
753
- # @param [Hash] opts the optional parameters
754
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
755
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
756
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
757
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
758
- describe 'delete_namespaced_virtual_machine_snapshot_content test' do
759
- it 'should work' do
760
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
761
- end
762
- end
763
-
764
- # unit tests for delete_virtual_machine_clone
765
- # Delete a VirtualMachineClone object.
766
- # @param name Name of the resource
767
- # @param body
768
- # @param [Hash] opts the optional parameters
769
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
770
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
771
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
772
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
773
- describe 'delete_virtual_machine_clone test' do
774
- it 'should work' do
775
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
776
- end
777
- end
778
-
779
- # unit tests for delete_virtual_machine_cluster_instancetype
780
- # Delete a VirtualMachineClusterInstancetype object.
781
- # @param name Name of the resource
782
- # @param body
783
- # @param [Hash] opts the optional parameters
784
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
785
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
786
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
787
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
788
- describe 'delete_virtual_machine_cluster_instancetype test' do
789
- it 'should work' do
790
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
791
- end
792
- end
793
-
794
- # unit tests for delete_virtual_machine_cluster_preference
795
- # Delete a VirtualMachineClusterPreference object.
796
- # @param name Name of the resource
797
- # @param body
798
- # @param [Hash] opts the optional parameters
799
- # @option opts [Integer] :grace_period_seconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.
800
- # @option opts [Boolean] :orphan_dependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both.
801
- # @option opts [String] :propagation_policy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground.
802
- # @return [K8sIoApimachineryPkgApisMetaV1Status]
803
- describe 'delete_virtual_machine_cluster_preference test' do
804
- it 'should work' do
805
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
806
- end
807
- end
808
-
809
- # unit tests for func13
810
- # Health endpoint
811
- # @param [Hash] opts the optional parameters
812
- # @return [nil]
813
- describe 'func13 test' do
814
- it 'should work' do
815
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
816
- end
817
- end
818
-
819
- # unit tests for func6
820
- # @param [Hash] opts the optional parameters
821
- # @return [nil]
822
- describe 'func6 test' do
823
- it 'should work' do
824
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
825
- end
826
- end
827
-
828
- # unit tests for get_api_group_clone_kubevirt_io
829
- # Get a KubeVirt API group
830
- # @param [Hash] opts the optional parameters
831
- # @return [K8sIoApimachineryPkgApisMetaV1APIGroup]
832
- describe 'get_api_group_clone_kubevirt_io test' do
833
- it 'should work' do
834
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
835
- end
836
- end
837
-
838
- # unit tests for get_api_group_export_kubevirt_io
839
- # Get a KubeVirt API group
840
- # @param [Hash] opts the optional parameters
841
- # @return [K8sIoApimachineryPkgApisMetaV1APIGroup]
842
- describe 'get_api_group_export_kubevirt_io test' do
843
- it 'should work' do
844
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
845
- end
846
- end
847
-
848
- # unit tests for get_api_group_instancetype_kubevirt_io
849
- # Get a KubeVirt API group
850
- # @param [Hash] opts the optional parameters
851
- # @return [K8sIoApimachineryPkgApisMetaV1APIGroup]
852
- describe 'get_api_group_instancetype_kubevirt_io test' do
853
- it 'should work' do
854
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
855
- end
856
- end
857
-
858
- # unit tests for get_api_group_kubevirt_io
859
- # Get a KubeVirt API group
860
- # @param [Hash] opts the optional parameters
861
- # @return [K8sIoApimachineryPkgApisMetaV1APIGroup]
862
- describe 'get_api_group_kubevirt_io test' do
863
- it 'should work' do
864
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
865
- end
866
- end
867
-
868
- # unit tests for get_api_group_list
869
- # Get a KubeVirt API GroupList
870
- # @param [Hash] opts the optional parameters
871
- # @return [K8sIoApimachineryPkgApisMetaV1APIGroupList]
872
- describe 'get_api_group_list test' do
873
- it 'should work' do
874
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
875
- end
876
- end
877
-
878
- # unit tests for get_api_group_migrations_kubevirt_io
879
- # Get a KubeVirt API group
880
- # @param [Hash] opts the optional parameters
881
- # @return [K8sIoApimachineryPkgApisMetaV1APIGroup]
882
- describe 'get_api_group_migrations_kubevirt_io test' do
883
- it 'should work' do
884
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
885
- end
886
- end
887
-
888
- # unit tests for get_api_group_pool_kubevirt_io
889
- # Get a KubeVirt API group
890
- # @param [Hash] opts the optional parameters
891
- # @return [K8sIoApimachineryPkgApisMetaV1APIGroup]
892
- describe 'get_api_group_pool_kubevirt_io test' do
893
- it 'should work' do
894
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
895
- end
896
- end
897
-
898
- # unit tests for get_api_group_snapshot_kubevirt_io
899
- # Get a KubeVirt API group
900
- # @param [Hash] opts the optional parameters
901
- # @return [K8sIoApimachineryPkgApisMetaV1APIGroup]
902
- describe 'get_api_group_snapshot_kubevirt_io test' do
903
- it 'should work' do
904
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
905
- end
906
- end
907
-
908
- # unit tests for get_api_resources_clone_kubevirt_io_v1alpha1
909
- # Get KubeVirt API Resources
910
- # @param [Hash] opts the optional parameters
911
- # @return [K8sIoApimachineryPkgApisMetaV1APIResourceList]
912
- describe 'get_api_resources_clone_kubevirt_io_v1alpha1 test' do
913
- it 'should work' do
914
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
915
- end
916
- end
917
-
918
- # unit tests for get_api_resources_export_kubevirt_io_v1beta1
919
- # Get KubeVirt API Resources
920
- # @param [Hash] opts the optional parameters
921
- # @return [K8sIoApimachineryPkgApisMetaV1APIResourceList]
922
- describe 'get_api_resources_export_kubevirt_io_v1beta1 test' do
923
- it 'should work' do
924
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
925
- end
926
- end
927
-
928
- # unit tests for get_api_resources_instancetype_kubevirt_io_v1beta1
929
- # Get KubeVirt API Resources
930
- # @param [Hash] opts the optional parameters
931
- # @return [K8sIoApimachineryPkgApisMetaV1APIResourceList]
932
- describe 'get_api_resources_instancetype_kubevirt_io_v1beta1 test' do
933
- it 'should work' do
934
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
935
- end
936
- end
937
-
938
- # unit tests for get_api_resources_kubevirt_io_v1
939
- # Get KubeVirt API Resources
940
- # @param [Hash] opts the optional parameters
941
- # @return [K8sIoApimachineryPkgApisMetaV1APIResourceList]
942
- describe 'get_api_resources_kubevirt_io_v1 test' do
943
- it 'should work' do
944
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
945
- end
946
- end
947
-
948
- # unit tests for get_api_resources_migrations_kubevirt_io_v1alpha1
949
- # Get KubeVirt API Resources
950
- # @param [Hash] opts the optional parameters
951
- # @return [K8sIoApimachineryPkgApisMetaV1APIResourceList]
952
- describe 'get_api_resources_migrations_kubevirt_io_v1alpha1 test' do
953
- it 'should work' do
954
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
955
- end
956
- end
957
-
958
- # unit tests for get_api_resources_pool_kubevirt_io_v1alpha1
959
- # Get KubeVirt API Resources
960
- # @param [Hash] opts the optional parameters
961
- # @return [K8sIoApimachineryPkgApisMetaV1APIResourceList]
962
- describe 'get_api_resources_pool_kubevirt_io_v1alpha1 test' do
963
- it 'should work' do
964
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
965
- end
966
- end
967
-
968
- # unit tests for get_api_resources_snapshot_kubevirt_io_v1beta1
969
- # Get KubeVirt API Resources
970
- # @param [Hash] opts the optional parameters
971
- # @return [K8sIoApimachineryPkgApisMetaV1APIResourceList]
972
- describe 'get_api_resources_snapshot_kubevirt_io_v1beta1 test' do
973
- it 'should work' do
974
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
975
- end
976
- end
977
-
978
- # unit tests for get_root_paths
979
- # Get KubeVirt API root paths
980
- # @param [Hash] opts the optional parameters
981
- # @return [K8sIoApimachineryPkgApisMetaV1RootPaths]
982
- describe 'get_root_paths test' do
983
- it 'should work' do
984
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
985
- end
986
- end
987
-
988
- # unit tests for handle_dump_profiler
989
- # dump profiler results endpoint
990
- # @param [Hash] opts the optional parameters
991
- # @return [nil]
992
- describe 'handle_dump_profiler test' do
993
- it 'should work' do
994
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
995
- end
996
- end
997
-
998
- # unit tests for handle_start_profiler
999
- # start profiler endpoint
1000
- # @param [Hash] opts the optional parameters
1001
- # @return [nil]
1002
- describe 'handle_start_profiler test' do
1003
- it 'should work' do
1004
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1005
- end
1006
- end
1007
-
1008
- # unit tests for handle_stop_profiler
1009
- # stop profiler endpoint
1010
- # @param [Hash] opts the optional parameters
1011
- # @return [nil]
1012
- describe 'handle_stop_profiler test' do
1013
- it 'should work' do
1014
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1015
- end
1016
- end
1017
-
1018
- # unit tests for list_kube_virt_for_all_namespaces
1019
- # Get a list of all KubeVirt objects.
1020
- # @param [Hash] opts the optional parameters
1021
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1022
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1023
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1024
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1025
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1026
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1027
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1028
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1029
- # @return [V1KubeVirtList]
1030
- describe 'list_kube_virt_for_all_namespaces test' do
1031
- it 'should work' do
1032
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1033
- end
1034
- end
1035
-
1036
- # unit tests for list_migration_policy
1037
- # Get a list of MigrationPolicy objects.
1038
- # @param [Hash] opts the optional parameters
1039
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1040
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1041
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1042
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1043
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1044
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1045
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1046
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1047
- # @return [V1alpha1MigrationPolicyList]
1048
- describe 'list_migration_policy test' do
1049
- it 'should work' do
1050
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1051
- end
1052
- end
1053
-
1054
- # unit tests for list_namespaced_kube_virt
1055
- # Get a list of KubeVirt objects.
1056
- # @param namespace Object name and auth scope, such as for teams and projects
1057
- # @param [Hash] opts the optional parameters
1058
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1059
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1060
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1061
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1062
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1063
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1064
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1065
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1066
- # @return [V1KubeVirtList]
1067
- describe 'list_namespaced_kube_virt test' do
1068
- it 'should work' do
1069
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1070
- end
1071
- end
1072
-
1073
- # unit tests for list_namespaced_virtual_machine
1074
- # Get a list of VirtualMachine objects.
1075
- # @param namespace Object name and auth scope, such as for teams and projects
1076
- # @param [Hash] opts the optional parameters
1077
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1078
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1079
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1080
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1081
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1082
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1083
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1084
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1085
- # @return [V1VirtualMachineList]
1086
- describe 'list_namespaced_virtual_machine test' do
1087
- it 'should work' do
1088
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1089
- end
1090
- end
1091
-
1092
- # unit tests for list_namespaced_virtual_machine_export
1093
- # Get a list of VirtualMachineExport objects.
1094
- # @param namespace Object name and auth scope, such as for teams and projects
1095
- # @param [Hash] opts the optional parameters
1096
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1097
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1098
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1099
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1100
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1101
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1102
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1103
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1104
- # @return [V1beta1VirtualMachineExportList]
1105
- describe 'list_namespaced_virtual_machine_export test' do
1106
- it 'should work' do
1107
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1108
- end
1109
- end
1110
-
1111
- # unit tests for list_namespaced_virtual_machine_instance
1112
- # Get a list of VirtualMachineInstance objects.
1113
- # @param namespace Object name and auth scope, such as for teams and projects
1114
- # @param [Hash] opts the optional parameters
1115
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1116
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1117
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1118
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1119
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1120
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1121
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1122
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1123
- # @return [V1VirtualMachineInstanceList]
1124
- describe 'list_namespaced_virtual_machine_instance test' do
1125
- it 'should work' do
1126
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1127
- end
1128
- end
1129
-
1130
- # unit tests for list_namespaced_virtual_machine_instance_migration
1131
- # Get a list of VirtualMachineInstanceMigration objects.
1132
- # @param namespace Object name and auth scope, such as for teams and projects
1133
- # @param [Hash] opts the optional parameters
1134
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1135
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1136
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1137
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1138
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1139
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1140
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1141
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1142
- # @return [V1VirtualMachineInstanceMigrationList]
1143
- describe 'list_namespaced_virtual_machine_instance_migration test' do
1144
- it 'should work' do
1145
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1146
- end
1147
- end
1148
-
1149
- # unit tests for list_namespaced_virtual_machine_instance_preset
1150
- # Get a list of VirtualMachineInstancePreset objects.
1151
- # @param namespace Object name and auth scope, such as for teams and projects
1152
- # @param [Hash] opts the optional parameters
1153
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1154
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1155
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1156
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1157
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1158
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1159
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1160
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1161
- # @return [V1VirtualMachineInstancePresetList]
1162
- describe 'list_namespaced_virtual_machine_instance_preset test' do
1163
- it 'should work' do
1164
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1165
- end
1166
- end
1167
-
1168
- # unit tests for list_namespaced_virtual_machine_instance_replica_set
1169
- # Get a list of VirtualMachineInstanceReplicaSet objects.
1170
- # @param namespace Object name and auth scope, such as for teams and projects
1171
- # @param [Hash] opts the optional parameters
1172
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1173
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1174
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1175
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1176
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1177
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1178
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1179
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1180
- # @return [V1VirtualMachineInstanceReplicaSetList]
1181
- describe 'list_namespaced_virtual_machine_instance_replica_set test' do
1182
- it 'should work' do
1183
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1184
- end
1185
- end
1186
-
1187
- # unit tests for list_namespaced_virtual_machine_instancetype
1188
- # Get a list of VirtualMachineInstancetype objects.
1189
- # @param namespace Object name and auth scope, such as for teams and projects
1190
- # @param [Hash] opts the optional parameters
1191
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1192
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1193
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1194
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1195
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1196
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1197
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1198
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1199
- # @return [V1beta1VirtualMachineInstancetypeList]
1200
- describe 'list_namespaced_virtual_machine_instancetype test' do
1201
- it 'should work' do
1202
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1203
- end
1204
- end
1205
-
1206
- # unit tests for list_namespaced_virtual_machine_pool
1207
- # Get a list of VirtualMachinePool objects.
1208
- # @param namespace Object name and auth scope, such as for teams and projects
1209
- # @param [Hash] opts the optional parameters
1210
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1211
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1212
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1213
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1214
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1215
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1216
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1217
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1218
- # @return [V1alpha1VirtualMachinePoolList]
1219
- describe 'list_namespaced_virtual_machine_pool test' do
1220
- it 'should work' do
1221
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1222
- end
1223
- end
1224
-
1225
- # unit tests for list_namespaced_virtual_machine_preference
1226
- # Get a list of VirtualMachinePreference objects.
1227
- # @param namespace Object name and auth scope, such as for teams and projects
1228
- # @param [Hash] opts the optional parameters
1229
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1230
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1231
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1232
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1233
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1234
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1235
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1236
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1237
- # @return [V1beta1VirtualMachinePreferenceList]
1238
- describe 'list_namespaced_virtual_machine_preference test' do
1239
- it 'should work' do
1240
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1241
- end
1242
- end
1243
-
1244
- # unit tests for list_namespaced_virtual_machine_restore
1245
- # Get a list of VirtualMachineRestore objects.
1246
- # @param namespace Object name and auth scope, such as for teams and projects
1247
- # @param [Hash] opts the optional parameters
1248
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1249
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1250
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1251
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1252
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1253
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1254
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1255
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1256
- # @return [V1beta1VirtualMachineRestoreList]
1257
- describe 'list_namespaced_virtual_machine_restore test' do
1258
- it 'should work' do
1259
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1260
- end
1261
- end
1262
-
1263
- # unit tests for list_namespaced_virtual_machine_snapshot
1264
- # Get a list of VirtualMachineSnapshot objects.
1265
- # @param namespace Object name and auth scope, such as for teams and projects
1266
- # @param [Hash] opts the optional parameters
1267
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1268
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1269
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1270
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1271
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1272
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1273
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1274
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1275
- # @return [V1beta1VirtualMachineSnapshotList]
1276
- describe 'list_namespaced_virtual_machine_snapshot test' do
1277
- it 'should work' do
1278
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1279
- end
1280
- end
1281
-
1282
- # unit tests for list_namespaced_virtual_machine_snapshot_content
1283
- # Get a list of VirtualMachineSnapshotContent objects.
1284
- # @param namespace Object name and auth scope, such as for teams and projects
1285
- # @param [Hash] opts the optional parameters
1286
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1287
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1288
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1289
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1290
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1291
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1292
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1293
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1294
- # @return [V1beta1VirtualMachineSnapshotContentList]
1295
- describe 'list_namespaced_virtual_machine_snapshot_content test' do
1296
- it 'should work' do
1297
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1298
- end
1299
- end
1300
-
1301
- # unit tests for list_virtual_machine_clone
1302
- # Get a list of VirtualMachineClone objects.
1303
- # @param [Hash] opts the optional parameters
1304
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1305
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1306
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1307
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1308
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1309
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1310
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1311
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1312
- # @return [V1alpha1VirtualMachineCloneList]
1313
- describe 'list_virtual_machine_clone test' do
1314
- it 'should work' do
1315
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1316
- end
1317
- end
1318
-
1319
- # unit tests for list_virtual_machine_cluster_instancetype
1320
- # Get a list of VirtualMachineClusterInstancetype objects.
1321
- # @param [Hash] opts the optional parameters
1322
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1323
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1324
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1325
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1326
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1327
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1328
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1329
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1330
- # @return [V1beta1VirtualMachineClusterInstancetypeList]
1331
- describe 'list_virtual_machine_cluster_instancetype test' do
1332
- it 'should work' do
1333
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1334
- end
1335
- end
1336
-
1337
- # unit tests for list_virtual_machine_cluster_preference
1338
- # Get a list of VirtualMachineClusterPreference objects.
1339
- # @param [Hash] opts the optional parameters
1340
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1341
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1342
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1343
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1344
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1345
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1346
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1347
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1348
- # @return [V1beta1VirtualMachineClusterPreferenceList]
1349
- describe 'list_virtual_machine_cluster_preference test' do
1350
- it 'should work' do
1351
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1352
- end
1353
- end
1354
-
1355
- # unit tests for list_virtual_machine_export_for_all_namespaces
1356
- # Get a list of all VirtualMachineExport objects.
1357
- # @param [Hash] opts the optional parameters
1358
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1359
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1360
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1361
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1362
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1363
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1364
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1365
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1366
- # @return [V1beta1VirtualMachineExportList]
1367
- describe 'list_virtual_machine_export_for_all_namespaces test' do
1368
- it 'should work' do
1369
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1370
- end
1371
- end
1372
-
1373
- # unit tests for list_virtual_machine_for_all_namespaces
1374
- # Get a list of all VirtualMachine objects.
1375
- # @param [Hash] opts the optional parameters
1376
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1377
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1378
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1379
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1380
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1381
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1382
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1383
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1384
- # @return [V1VirtualMachineList]
1385
- describe 'list_virtual_machine_for_all_namespaces test' do
1386
- it 'should work' do
1387
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1388
- end
1389
- end
1390
-
1391
- # unit tests for list_virtual_machine_instance_for_all_namespaces
1392
- # Get a list of all VirtualMachineInstance objects.
1393
- # @param [Hash] opts the optional parameters
1394
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1395
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1396
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1397
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1398
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1399
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1400
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1401
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1402
- # @return [V1VirtualMachineInstanceList]
1403
- describe 'list_virtual_machine_instance_for_all_namespaces test' do
1404
- it 'should work' do
1405
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1406
- end
1407
- end
1408
-
1409
- # unit tests for list_virtual_machine_instance_migration_for_all_namespaces
1410
- # Get a list of all VirtualMachineInstanceMigration objects.
1411
- # @param [Hash] opts the optional parameters
1412
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1413
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1414
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1415
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1416
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1417
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1418
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1419
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1420
- # @return [V1VirtualMachineInstanceMigrationList]
1421
- describe 'list_virtual_machine_instance_migration_for_all_namespaces test' do
1422
- it 'should work' do
1423
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1424
- end
1425
- end
1426
-
1427
- # unit tests for list_virtual_machine_instance_preset_for_all_namespaces
1428
- # Get a list of all VirtualMachineInstancePreset objects.
1429
- # @param [Hash] opts the optional parameters
1430
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1431
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1432
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1433
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1434
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1435
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1436
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1437
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1438
- # @return [V1VirtualMachineInstancePresetList]
1439
- describe 'list_virtual_machine_instance_preset_for_all_namespaces test' do
1440
- it 'should work' do
1441
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1442
- end
1443
- end
1444
-
1445
- # unit tests for list_virtual_machine_instance_replica_set_for_all_namespaces
1446
- # Get a list of all VirtualMachineInstanceReplicaSet objects.
1447
- # @param [Hash] opts the optional parameters
1448
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1449
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1450
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1451
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1452
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1453
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1454
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1455
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1456
- # @return [V1VirtualMachineInstanceReplicaSetList]
1457
- describe 'list_virtual_machine_instance_replica_set_for_all_namespaces test' do
1458
- it 'should work' do
1459
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1460
- end
1461
- end
1462
-
1463
- # unit tests for list_virtual_machine_instancetype_for_all_namespaces
1464
- # Get a list of all VirtualMachineInstancetype objects.
1465
- # @param [Hash] opts the optional parameters
1466
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1467
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1468
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1469
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1470
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1471
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1472
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1473
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1474
- # @return [V1beta1VirtualMachineInstancetypeList]
1475
- describe 'list_virtual_machine_instancetype_for_all_namespaces test' do
1476
- it 'should work' do
1477
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1478
- end
1479
- end
1480
-
1481
- # unit tests for list_virtual_machine_pool_for_all_namespaces
1482
- # Get a list of all VirtualMachinePool objects.
1483
- # @param [Hash] opts the optional parameters
1484
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1485
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1486
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1487
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1488
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1489
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1490
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1491
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1492
- # @return [V1alpha1VirtualMachinePoolList]
1493
- describe 'list_virtual_machine_pool_for_all_namespaces test' do
1494
- it 'should work' do
1495
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1496
- end
1497
- end
1498
-
1499
- # unit tests for list_virtual_machine_preference_for_all_namespaces
1500
- # Get a list of all VirtualMachinePreference objects.
1501
- # @param [Hash] opts the optional parameters
1502
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1503
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1504
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1505
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1506
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1507
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1508
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1509
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1510
- # @return [V1beta1VirtualMachinePreferenceList]
1511
- describe 'list_virtual_machine_preference_for_all_namespaces test' do
1512
- it 'should work' do
1513
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1514
- end
1515
- end
1516
-
1517
- # unit tests for list_virtual_machine_restore_for_all_namespaces
1518
- # Get a list of all VirtualMachineRestore objects.
1519
- # @param [Hash] opts the optional parameters
1520
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1521
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1522
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1523
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1524
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1525
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1526
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1527
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1528
- # @return [V1beta1VirtualMachineRestoreList]
1529
- describe 'list_virtual_machine_restore_for_all_namespaces test' do
1530
- it 'should work' do
1531
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1532
- end
1533
- end
1534
-
1535
- # unit tests for list_virtual_machine_snapshot_content_for_all_namespaces
1536
- # Get a list of all VirtualMachineSnapshotContent objects.
1537
- # @param [Hash] opts the optional parameters
1538
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1539
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1540
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1541
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1542
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1543
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1544
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1545
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1546
- # @return [V1beta1VirtualMachineSnapshotContentList]
1547
- describe 'list_virtual_machine_snapshot_content_for_all_namespaces test' do
1548
- it 'should work' do
1549
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1550
- end
1551
- end
1552
-
1553
- # unit tests for list_virtual_machine_snapshot_for_all_namespaces
1554
- # Get a list of all VirtualMachineSnapshot objects.
1555
- # @param [Hash] opts the optional parameters
1556
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
1557
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
1558
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
1559
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
1560
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
1561
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
1562
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
1563
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
1564
- # @return [V1beta1VirtualMachineSnapshotList]
1565
- describe 'list_virtual_machine_snapshot_for_all_namespaces test' do
1566
- it 'should work' do
1567
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1568
- end
1569
- end
1570
-
1571
- # unit tests for patch_migration_policy
1572
- # Patch a MigrationPolicy object.
1573
- # @param name Name of the resource
1574
- # @param body
1575
- # @param [Hash] opts the optional parameters
1576
- # @return [V1alpha1MigrationPolicy]
1577
- describe 'patch_migration_policy test' do
1578
- it 'should work' do
1579
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1580
- end
1581
- end
1582
-
1583
- # unit tests for patch_namespaced_kube_virt
1584
- # Patch a KubeVirt object.
1585
- # @param name Name of the resource
1586
- # @param namespace Object name and auth scope, such as for teams and projects
1587
- # @param body
1588
- # @param [Hash] opts the optional parameters
1589
- # @return [V1KubeVirt]
1590
- describe 'patch_namespaced_kube_virt test' do
1591
- it 'should work' do
1592
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1593
- end
1594
- end
1595
-
1596
- # unit tests for patch_namespaced_virtual_machine
1597
- # Patch a VirtualMachine object.
1598
- # @param name Name of the resource
1599
- # @param namespace Object name and auth scope, such as for teams and projects
1600
- # @param body
1601
- # @param [Hash] opts the optional parameters
1602
- # @return [V1VirtualMachine]
1603
- describe 'patch_namespaced_virtual_machine test' do
1604
- it 'should work' do
1605
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1606
- end
1607
- end
1608
-
1609
- # unit tests for patch_namespaced_virtual_machine_export
1610
- # Patch a VirtualMachineExport object.
1611
- # @param name Name of the resource
1612
- # @param namespace Object name and auth scope, such as for teams and projects
1613
- # @param body
1614
- # @param [Hash] opts the optional parameters
1615
- # @return [V1beta1VirtualMachineExport]
1616
- describe 'patch_namespaced_virtual_machine_export test' do
1617
- it 'should work' do
1618
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1619
- end
1620
- end
1621
-
1622
- # unit tests for patch_namespaced_virtual_machine_instance
1623
- # Patch a VirtualMachineInstance object.
1624
- # @param name Name of the resource
1625
- # @param namespace Object name and auth scope, such as for teams and projects
1626
- # @param body
1627
- # @param [Hash] opts the optional parameters
1628
- # @return [V1VirtualMachineInstance]
1629
- describe 'patch_namespaced_virtual_machine_instance test' do
1630
- it 'should work' do
1631
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1632
- end
1633
- end
1634
-
1635
- # unit tests for patch_namespaced_virtual_machine_instance_migration
1636
- # Patch a VirtualMachineInstanceMigration object.
1637
- # @param name Name of the resource
1638
- # @param namespace Object name and auth scope, such as for teams and projects
1639
- # @param body
1640
- # @param [Hash] opts the optional parameters
1641
- # @return [V1VirtualMachineInstanceMigration]
1642
- describe 'patch_namespaced_virtual_machine_instance_migration test' do
1643
- it 'should work' do
1644
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1645
- end
1646
- end
1647
-
1648
- # unit tests for patch_namespaced_virtual_machine_instance_preset
1649
- # Patch a VirtualMachineInstancePreset object.
1650
- # @param name Name of the resource
1651
- # @param namespace Object name and auth scope, such as for teams and projects
1652
- # @param body
1653
- # @param [Hash] opts the optional parameters
1654
- # @return [V1VirtualMachineInstancePreset]
1655
- describe 'patch_namespaced_virtual_machine_instance_preset test' do
1656
- it 'should work' do
1657
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1658
- end
1659
- end
1660
-
1661
- # unit tests for patch_namespaced_virtual_machine_instance_replica_set
1662
- # Patch a VirtualMachineInstanceReplicaSet object.
1663
- # @param name Name of the resource
1664
- # @param namespace Object name and auth scope, such as for teams and projects
1665
- # @param body
1666
- # @param [Hash] opts the optional parameters
1667
- # @return [V1VirtualMachineInstanceReplicaSet]
1668
- describe 'patch_namespaced_virtual_machine_instance_replica_set test' do
1669
- it 'should work' do
1670
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1671
- end
1672
- end
1673
-
1674
- # unit tests for patch_namespaced_virtual_machine_instancetype
1675
- # Patch a VirtualMachineInstancetype object.
1676
- # @param name Name of the resource
1677
- # @param namespace Object name and auth scope, such as for teams and projects
1678
- # @param body
1679
- # @param [Hash] opts the optional parameters
1680
- # @return [V1beta1VirtualMachineInstancetype]
1681
- describe 'patch_namespaced_virtual_machine_instancetype test' do
1682
- it 'should work' do
1683
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1684
- end
1685
- end
1686
-
1687
- # unit tests for patch_namespaced_virtual_machine_pool
1688
- # Patch a VirtualMachinePool object.
1689
- # @param name Name of the resource
1690
- # @param namespace Object name and auth scope, such as for teams and projects
1691
- # @param body
1692
- # @param [Hash] opts the optional parameters
1693
- # @return [V1alpha1VirtualMachinePool]
1694
- describe 'patch_namespaced_virtual_machine_pool test' do
1695
- it 'should work' do
1696
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1697
- end
1698
- end
1699
-
1700
- # unit tests for patch_namespaced_virtual_machine_preference
1701
- # Patch a VirtualMachinePreference object.
1702
- # @param name Name of the resource
1703
- # @param namespace Object name and auth scope, such as for teams and projects
1704
- # @param body
1705
- # @param [Hash] opts the optional parameters
1706
- # @return [V1beta1VirtualMachinePreference]
1707
- describe 'patch_namespaced_virtual_machine_preference test' do
1708
- it 'should work' do
1709
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1710
- end
1711
- end
1712
-
1713
- # unit tests for patch_namespaced_virtual_machine_restore
1714
- # Patch a VirtualMachineRestore object.
1715
- # @param name Name of the resource
1716
- # @param namespace Object name and auth scope, such as for teams and projects
1717
- # @param body
1718
- # @param [Hash] opts the optional parameters
1719
- # @return [V1beta1VirtualMachineRestore]
1720
- describe 'patch_namespaced_virtual_machine_restore test' do
1721
- it 'should work' do
1722
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1723
- end
1724
- end
1725
-
1726
- # unit tests for patch_namespaced_virtual_machine_snapshot
1727
- # Patch a VirtualMachineSnapshot object.
1728
- # @param name Name of the resource
1729
- # @param namespace Object name and auth scope, such as for teams and projects
1730
- # @param body
1731
- # @param [Hash] opts the optional parameters
1732
- # @return [V1beta1VirtualMachineSnapshot]
1733
- describe 'patch_namespaced_virtual_machine_snapshot test' do
1734
- it 'should work' do
1735
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1736
- end
1737
- end
1738
-
1739
- # unit tests for patch_namespaced_virtual_machine_snapshot_content
1740
- # Patch a VirtualMachineSnapshotContent object.
1741
- # @param name Name of the resource
1742
- # @param namespace Object name and auth scope, such as for teams and projects
1743
- # @param body
1744
- # @param [Hash] opts the optional parameters
1745
- # @return [V1beta1VirtualMachineSnapshotContent]
1746
- describe 'patch_namespaced_virtual_machine_snapshot_content test' do
1747
- it 'should work' do
1748
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1749
- end
1750
- end
1751
-
1752
- # unit tests for patch_virtual_machine_clone
1753
- # Patch a VirtualMachineClone object.
1754
- # @param name Name of the resource
1755
- # @param body
1756
- # @param [Hash] opts the optional parameters
1757
- # @return [V1alpha1VirtualMachineClone]
1758
- describe 'patch_virtual_machine_clone test' do
1759
- it 'should work' do
1760
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1761
- end
1762
- end
1763
-
1764
- # unit tests for patch_virtual_machine_cluster_instancetype
1765
- # Patch a VirtualMachineClusterInstancetype object.
1766
- # @param name Name of the resource
1767
- # @param body
1768
- # @param [Hash] opts the optional parameters
1769
- # @return [V1beta1VirtualMachineClusterInstancetype]
1770
- describe 'patch_virtual_machine_cluster_instancetype test' do
1771
- it 'should work' do
1772
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1773
- end
1774
- end
1775
-
1776
- # unit tests for patch_virtual_machine_cluster_preference
1777
- # Patch a VirtualMachineClusterPreference object.
1778
- # @param name Name of the resource
1779
- # @param body
1780
- # @param [Hash] opts the optional parameters
1781
- # @return [V1beta1VirtualMachineClusterPreference]
1782
- describe 'patch_virtual_machine_cluster_preference test' do
1783
- it 'should work' do
1784
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1785
- end
1786
- end
1787
-
1788
- # unit tests for read_migration_policy
1789
- # Get a MigrationPolicy object.
1790
- # @param name Name of the resource
1791
- # @param [Hash] opts the optional parameters
1792
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1793
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1794
- # @return [V1alpha1MigrationPolicy]
1795
- describe 'read_migration_policy test' do
1796
- it 'should work' do
1797
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1798
- end
1799
- end
1800
-
1801
- # unit tests for read_namespaced_kube_virt
1802
- # Get a KubeVirt object.
1803
- # @param name Name of the resource
1804
- # @param namespace Object name and auth scope, such as for teams and projects
1805
- # @param [Hash] opts the optional parameters
1806
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1807
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1808
- # @return [V1KubeVirt]
1809
- describe 'read_namespaced_kube_virt test' do
1810
- it 'should work' do
1811
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1812
- end
1813
- end
1814
-
1815
- # unit tests for read_namespaced_virtual_machine
1816
- # Get a VirtualMachine object.
1817
- # @param name Name of the resource
1818
- # @param namespace Object name and auth scope, such as for teams and projects
1819
- # @param [Hash] opts the optional parameters
1820
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1821
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1822
- # @return [V1VirtualMachine]
1823
- describe 'read_namespaced_virtual_machine test' do
1824
- it 'should work' do
1825
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1826
- end
1827
- end
1828
-
1829
- # unit tests for read_namespaced_virtual_machine_export
1830
- # Get a VirtualMachineExport object.
1831
- # @param name Name of the resource
1832
- # @param namespace Object name and auth scope, such as for teams and projects
1833
- # @param [Hash] opts the optional parameters
1834
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1835
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1836
- # @return [V1beta1VirtualMachineExport]
1837
- describe 'read_namespaced_virtual_machine_export test' do
1838
- it 'should work' do
1839
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1840
- end
1841
- end
1842
-
1843
- # unit tests for read_namespaced_virtual_machine_instance
1844
- # Get a VirtualMachineInstance object.
1845
- # @param name Name of the resource
1846
- # @param namespace Object name and auth scope, such as for teams and projects
1847
- # @param [Hash] opts the optional parameters
1848
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1849
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1850
- # @return [V1VirtualMachineInstance]
1851
- describe 'read_namespaced_virtual_machine_instance test' do
1852
- it 'should work' do
1853
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1854
- end
1855
- end
1856
-
1857
- # unit tests for read_namespaced_virtual_machine_instance_migration
1858
- # Get a VirtualMachineInstanceMigration object.
1859
- # @param name Name of the resource
1860
- # @param namespace Object name and auth scope, such as for teams and projects
1861
- # @param [Hash] opts the optional parameters
1862
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1863
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1864
- # @return [V1VirtualMachineInstanceMigration]
1865
- describe 'read_namespaced_virtual_machine_instance_migration test' do
1866
- it 'should work' do
1867
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1868
- end
1869
- end
1870
-
1871
- # unit tests for read_namespaced_virtual_machine_instance_preset
1872
- # Get a VirtualMachineInstancePreset object.
1873
- # @param name Name of the resource
1874
- # @param namespace Object name and auth scope, such as for teams and projects
1875
- # @param [Hash] opts the optional parameters
1876
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1877
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1878
- # @return [V1VirtualMachineInstancePreset]
1879
- describe 'read_namespaced_virtual_machine_instance_preset test' do
1880
- it 'should work' do
1881
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1882
- end
1883
- end
1884
-
1885
- # unit tests for read_namespaced_virtual_machine_instance_replica_set
1886
- # Get a VirtualMachineInstanceReplicaSet object.
1887
- # @param name Name of the resource
1888
- # @param namespace Object name and auth scope, such as for teams and projects
1889
- # @param [Hash] opts the optional parameters
1890
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1891
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1892
- # @return [V1VirtualMachineInstanceReplicaSet]
1893
- describe 'read_namespaced_virtual_machine_instance_replica_set test' do
1894
- it 'should work' do
1895
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1896
- end
1897
- end
1898
-
1899
- # unit tests for read_namespaced_virtual_machine_instancetype
1900
- # Get a VirtualMachineInstancetype object.
1901
- # @param name Name of the resource
1902
- # @param namespace Object name and auth scope, such as for teams and projects
1903
- # @param [Hash] opts the optional parameters
1904
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1905
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1906
- # @return [V1beta1VirtualMachineInstancetype]
1907
- describe 'read_namespaced_virtual_machine_instancetype test' do
1908
- it 'should work' do
1909
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1910
- end
1911
- end
1912
-
1913
- # unit tests for read_namespaced_virtual_machine_pool
1914
- # Get a VirtualMachinePool object.
1915
- # @param name Name of the resource
1916
- # @param namespace Object name and auth scope, such as for teams and projects
1917
- # @param [Hash] opts the optional parameters
1918
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1919
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1920
- # @return [V1alpha1VirtualMachinePool]
1921
- describe 'read_namespaced_virtual_machine_pool test' do
1922
- it 'should work' do
1923
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1924
- end
1925
- end
1926
-
1927
- # unit tests for read_namespaced_virtual_machine_preference
1928
- # Get a VirtualMachinePreference object.
1929
- # @param name Name of the resource
1930
- # @param namespace Object name and auth scope, such as for teams and projects
1931
- # @param [Hash] opts the optional parameters
1932
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1933
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1934
- # @return [V1beta1VirtualMachinePreference]
1935
- describe 'read_namespaced_virtual_machine_preference test' do
1936
- it 'should work' do
1937
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1938
- end
1939
- end
1940
-
1941
- # unit tests for read_namespaced_virtual_machine_restore
1942
- # Get a VirtualMachineRestore object.
1943
- # @param name Name of the resource
1944
- # @param namespace Object name and auth scope, such as for teams and projects
1945
- # @param [Hash] opts the optional parameters
1946
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1947
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1948
- # @return [V1beta1VirtualMachineRestore]
1949
- describe 'read_namespaced_virtual_machine_restore test' do
1950
- it 'should work' do
1951
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1952
- end
1953
- end
1954
-
1955
- # unit tests for read_namespaced_virtual_machine_snapshot
1956
- # Get a VirtualMachineSnapshot object.
1957
- # @param name Name of the resource
1958
- # @param namespace Object name and auth scope, such as for teams and projects
1959
- # @param [Hash] opts the optional parameters
1960
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1961
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1962
- # @return [V1beta1VirtualMachineSnapshot]
1963
- describe 'read_namespaced_virtual_machine_snapshot test' do
1964
- it 'should work' do
1965
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1966
- end
1967
- end
1968
-
1969
- # unit tests for read_namespaced_virtual_machine_snapshot_content
1970
- # Get a VirtualMachineSnapshotContent object.
1971
- # @param name Name of the resource
1972
- # @param namespace Object name and auth scope, such as for teams and projects
1973
- # @param [Hash] opts the optional parameters
1974
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1975
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1976
- # @return [V1beta1VirtualMachineSnapshotContent]
1977
- describe 'read_namespaced_virtual_machine_snapshot_content test' do
1978
- it 'should work' do
1979
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1980
- end
1981
- end
1982
-
1983
- # unit tests for read_virtual_machine_clone
1984
- # Get a VirtualMachineClone object.
1985
- # @param name Name of the resource
1986
- # @param [Hash] opts the optional parameters
1987
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
1988
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
1989
- # @return [V1alpha1VirtualMachineClone]
1990
- describe 'read_virtual_machine_clone test' do
1991
- it 'should work' do
1992
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
1993
- end
1994
- end
1995
-
1996
- # unit tests for read_virtual_machine_cluster_instancetype
1997
- # Get a VirtualMachineClusterInstancetype object.
1998
- # @param name Name of the resource
1999
- # @param [Hash] opts the optional parameters
2000
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
2001
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
2002
- # @return [V1beta1VirtualMachineClusterInstancetype]
2003
- describe 'read_virtual_machine_cluster_instancetype test' do
2004
- it 'should work' do
2005
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2006
- end
2007
- end
2008
-
2009
- # unit tests for read_virtual_machine_cluster_preference
2010
- # Get a VirtualMachineClusterPreference object.
2011
- # @param name Name of the resource
2012
- # @param [Hash] opts the optional parameters
2013
- # @option opts [Boolean] :exact Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'.
2014
- # @option opts [Boolean] :export Should this value be exported. Export strips fields that a user can not specify.
2015
- # @return [V1beta1VirtualMachineClusterPreference]
2016
- describe 'read_virtual_machine_cluster_preference test' do
2017
- it 'should work' do
2018
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2019
- end
2020
- end
2021
-
2022
- # unit tests for replace_migration_policy
2023
- # Update a MigrationPolicy object.
2024
- # @param name Name of the resource
2025
- # @param body
2026
- # @param [Hash] opts the optional parameters
2027
- # @return [V1alpha1MigrationPolicy]
2028
- describe 'replace_migration_policy test' do
2029
- it 'should work' do
2030
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2031
- end
2032
- end
2033
-
2034
- # unit tests for replace_namespaced_kube_virt
2035
- # Update a KubeVirt object.
2036
- # @param name Name of the resource
2037
- # @param namespace Object name and auth scope, such as for teams and projects
2038
- # @param body
2039
- # @param [Hash] opts the optional parameters
2040
- # @return [V1KubeVirt]
2041
- describe 'replace_namespaced_kube_virt test' do
2042
- it 'should work' do
2043
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2044
- end
2045
- end
2046
-
2047
- # unit tests for replace_namespaced_virtual_machine
2048
- # Update a VirtualMachine object.
2049
- # @param name Name of the resource
2050
- # @param namespace Object name and auth scope, such as for teams and projects
2051
- # @param body
2052
- # @param [Hash] opts the optional parameters
2053
- # @return [V1VirtualMachine]
2054
- describe 'replace_namespaced_virtual_machine test' do
2055
- it 'should work' do
2056
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2057
- end
2058
- end
2059
-
2060
- # unit tests for replace_namespaced_virtual_machine_export
2061
- # Update a VirtualMachineExport object.
2062
- # @param name Name of the resource
2063
- # @param namespace Object name and auth scope, such as for teams and projects
2064
- # @param body
2065
- # @param [Hash] opts the optional parameters
2066
- # @return [V1beta1VirtualMachineExport]
2067
- describe 'replace_namespaced_virtual_machine_export test' do
2068
- it 'should work' do
2069
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2070
- end
2071
- end
2072
-
2073
- # unit tests for replace_namespaced_virtual_machine_instance
2074
- # Update a VirtualMachineInstance object.
2075
- # @param name Name of the resource
2076
- # @param namespace Object name and auth scope, such as for teams and projects
2077
- # @param body
2078
- # @param [Hash] opts the optional parameters
2079
- # @return [V1VirtualMachineInstance]
2080
- describe 'replace_namespaced_virtual_machine_instance test' do
2081
- it 'should work' do
2082
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2083
- end
2084
- end
2085
-
2086
- # unit tests for replace_namespaced_virtual_machine_instance_migration
2087
- # Update a VirtualMachineInstanceMigration object.
2088
- # @param name Name of the resource
2089
- # @param namespace Object name and auth scope, such as for teams and projects
2090
- # @param body
2091
- # @param [Hash] opts the optional parameters
2092
- # @return [V1VirtualMachineInstanceMigration]
2093
- describe 'replace_namespaced_virtual_machine_instance_migration test' do
2094
- it 'should work' do
2095
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2096
- end
2097
- end
2098
-
2099
- # unit tests for replace_namespaced_virtual_machine_instance_preset
2100
- # Update a VirtualMachineInstancePreset object.
2101
- # @param name Name of the resource
2102
- # @param namespace Object name and auth scope, such as for teams and projects
2103
- # @param body
2104
- # @param [Hash] opts the optional parameters
2105
- # @return [V1VirtualMachineInstancePreset]
2106
- describe 'replace_namespaced_virtual_machine_instance_preset test' do
2107
- it 'should work' do
2108
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2109
- end
2110
- end
2111
-
2112
- # unit tests for replace_namespaced_virtual_machine_instance_replica_set
2113
- # Update a VirtualMachineInstanceReplicaSet object.
2114
- # @param name Name of the resource
2115
- # @param namespace Object name and auth scope, such as for teams and projects
2116
- # @param body
2117
- # @param [Hash] opts the optional parameters
2118
- # @return [V1VirtualMachineInstanceReplicaSet]
2119
- describe 'replace_namespaced_virtual_machine_instance_replica_set test' do
2120
- it 'should work' do
2121
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2122
- end
2123
- end
2124
-
2125
- # unit tests for replace_namespaced_virtual_machine_instancetype
2126
- # Update a VirtualMachineInstancetype object.
2127
- # @param name Name of the resource
2128
- # @param namespace Object name and auth scope, such as for teams and projects
2129
- # @param body
2130
- # @param [Hash] opts the optional parameters
2131
- # @return [V1beta1VirtualMachineInstancetype]
2132
- describe 'replace_namespaced_virtual_machine_instancetype test' do
2133
- it 'should work' do
2134
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2135
- end
2136
- end
2137
-
2138
- # unit tests for replace_namespaced_virtual_machine_pool
2139
- # Update a VirtualMachinePool object.
2140
- # @param name Name of the resource
2141
- # @param namespace Object name and auth scope, such as for teams and projects
2142
- # @param body
2143
- # @param [Hash] opts the optional parameters
2144
- # @return [V1alpha1VirtualMachinePool]
2145
- describe 'replace_namespaced_virtual_machine_pool test' do
2146
- it 'should work' do
2147
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2148
- end
2149
- end
2150
-
2151
- # unit tests for replace_namespaced_virtual_machine_preference
2152
- # Update a VirtualMachinePreference object.
2153
- # @param name Name of the resource
2154
- # @param namespace Object name and auth scope, such as for teams and projects
2155
- # @param body
2156
- # @param [Hash] opts the optional parameters
2157
- # @return [V1beta1VirtualMachinePreference]
2158
- describe 'replace_namespaced_virtual_machine_preference test' do
2159
- it 'should work' do
2160
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2161
- end
2162
- end
2163
-
2164
- # unit tests for replace_namespaced_virtual_machine_restore
2165
- # Update a VirtualMachineRestore object.
2166
- # @param name Name of the resource
2167
- # @param namespace Object name and auth scope, such as for teams and projects
2168
- # @param body
2169
- # @param [Hash] opts the optional parameters
2170
- # @return [V1beta1VirtualMachineRestore]
2171
- describe 'replace_namespaced_virtual_machine_restore test' do
2172
- it 'should work' do
2173
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2174
- end
2175
- end
2176
-
2177
- # unit tests for replace_namespaced_virtual_machine_snapshot
2178
- # Update a VirtualMachineSnapshot object.
2179
- # @param name Name of the resource
2180
- # @param namespace Object name and auth scope, such as for teams and projects
2181
- # @param body
2182
- # @param [Hash] opts the optional parameters
2183
- # @return [V1beta1VirtualMachineSnapshot]
2184
- describe 'replace_namespaced_virtual_machine_snapshot test' do
2185
- it 'should work' do
2186
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2187
- end
2188
- end
2189
-
2190
- # unit tests for replace_namespaced_virtual_machine_snapshot_content
2191
- # Update a VirtualMachineSnapshotContent object.
2192
- # @param name Name of the resource
2193
- # @param namespace Object name and auth scope, such as for teams and projects
2194
- # @param body
2195
- # @param [Hash] opts the optional parameters
2196
- # @return [V1beta1VirtualMachineSnapshotContent]
2197
- describe 'replace_namespaced_virtual_machine_snapshot_content test' do
2198
- it 'should work' do
2199
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2200
- end
2201
- end
2202
-
2203
- # unit tests for replace_virtual_machine_clone
2204
- # Update a VirtualMachineClone object.
2205
- # @param name Name of the resource
2206
- # @param body
2207
- # @param [Hash] opts the optional parameters
2208
- # @return [V1alpha1VirtualMachineClone]
2209
- describe 'replace_virtual_machine_clone test' do
2210
- it 'should work' do
2211
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2212
- end
2213
- end
2214
-
2215
- # unit tests for replace_virtual_machine_cluster_instancetype
2216
- # Update a VirtualMachineClusterInstancetype object.
2217
- # @param name Name of the resource
2218
- # @param body
2219
- # @param [Hash] opts the optional parameters
2220
- # @return [V1beta1VirtualMachineClusterInstancetype]
2221
- describe 'replace_virtual_machine_cluster_instancetype test' do
2222
- it 'should work' do
2223
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2224
- end
2225
- end
2226
-
2227
- # unit tests for replace_virtual_machine_cluster_preference
2228
- # Update a VirtualMachineClusterPreference object.
2229
- # @param name Name of the resource
2230
- # @param body
2231
- # @param [Hash] opts the optional parameters
2232
- # @return [V1beta1VirtualMachineClusterPreference]
2233
- describe 'replace_virtual_machine_cluster_preference test' do
2234
- it 'should work' do
2235
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2236
- end
2237
- end
2238
-
2239
- # unit tests for v1_check_health
2240
- # Health endpoint
2241
- # @param [Hash] opts the optional parameters
2242
- # @return [String]
2243
- describe 'v1_check_health test' do
2244
- it 'should work' do
2245
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2246
- end
2247
- end
2248
-
2249
- # unit tests for v1_console
2250
- # Open a websocket connection to a serial console on the specified VirtualMachineInstance.
2251
- # @param name Name of the resource
2252
- # @param namespace Object name and auth scope, such as for teams and projects
2253
- # @param [Hash] opts the optional parameters
2254
- # @return [nil]
2255
- describe 'v1_console test' do
2256
- it 'should work' do
2257
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2258
- end
2259
- end
2260
-
2261
- # unit tests for v1_expand_spec
2262
- # Expands instancetype and preference into the passed VirtualMachine object.
2263
- # @param namespace Object name and auth scope, such as for teams and projects
2264
- # @param [Hash] opts the optional parameters
2265
- # @return [String]
2266
- describe 'v1_expand_spec test' do
2267
- it 'should work' do
2268
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2269
- end
2270
- end
2271
-
2272
- # unit tests for v1_filesystemlist
2273
- # Get list of active filesystems on guest machine via guest agent
2274
- # @param name Name of the resource
2275
- # @param namespace Object name and auth scope, such as for teams and projects
2276
- # @param [Hash] opts the optional parameters
2277
- # @return [V1VirtualMachineInstanceFileSystemList]
2278
- describe 'v1_filesystemlist test' do
2279
- it 'should work' do
2280
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2281
- end
2282
- end
2283
-
2284
- # unit tests for v1_freeze
2285
- # Freeze a VirtualMachineInstance object.
2286
- # @param name Name of the resource
2287
- # @param namespace Object name and auth scope, such as for teams and projects
2288
- # @param body
2289
- # @param [Hash] opts the optional parameters
2290
- # @return [String]
2291
- describe 'v1_freeze test' do
2292
- it 'should work' do
2293
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2294
- end
2295
- end
2296
-
2297
- # unit tests for v1_get_sub_api_group
2298
- # Get a KubeVirt API Group
2299
- # @param [Hash] opts the optional parameters
2300
- # @return [K8sIoApimachineryPkgApisMetaV1APIGroup]
2301
- describe 'v1_get_sub_api_group test' do
2302
- it 'should work' do
2303
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2304
- end
2305
- end
2306
-
2307
- # unit tests for v1_guestfs
2308
- # @param [Hash] opts the optional parameters
2309
- # @return [String]
2310
- describe 'v1_guestfs test' do
2311
- it 'should work' do
2312
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2313
- end
2314
- end
2315
-
2316
- # unit tests for v1_guestosinfo
2317
- # Get guest agent os information
2318
- # @param name Name of the resource
2319
- # @param namespace Object name and auth scope, such as for teams and projects
2320
- # @param [Hash] opts the optional parameters
2321
- # @return [V1VirtualMachineInstanceGuestAgentInfo]
2322
- describe 'v1_guestosinfo test' do
2323
- it 'should work' do
2324
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2325
- end
2326
- end
2327
-
2328
- # unit tests for v1_memory_dump
2329
- # Dumps a VirtualMachineInstance memory.
2330
- # @param name Name of the resource
2331
- # @param namespace Object name and auth scope, such as for teams and projects
2332
- # @param body
2333
- # @param [Hash] opts the optional parameters
2334
- # @return [String]
2335
- describe 'v1_memory_dump test' do
2336
- it 'should work' do
2337
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2338
- end
2339
- end
2340
-
2341
- # unit tests for v1_migrate
2342
- # Migrate a running VirtualMachine to another node.
2343
- # @param name Name of the resource
2344
- # @param namespace Object name and auth scope, such as for teams and projects
2345
- # @param body
2346
- # @param [Hash] opts the optional parameters
2347
- # @return [String]
2348
- describe 'v1_migrate test' do
2349
- it 'should work' do
2350
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2351
- end
2352
- end
2353
-
2354
- # unit tests for v1_pause
2355
- # Pause a VirtualMachineInstance object.
2356
- # @param name Name of the resource
2357
- # @param namespace Object name and auth scope, such as for teams and projects
2358
- # @param body
2359
- # @param [Hash] opts the optional parameters
2360
- # @return [String]
2361
- describe 'v1_pause test' do
2362
- it 'should work' do
2363
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2364
- end
2365
- end
2366
-
2367
- # unit tests for v1_remove_memory_dump
2368
- # Remove memory dump association.
2369
- # @param name Name of the resource
2370
- # @param namespace Object name and auth scope, such as for teams and projects
2371
- # @param [Hash] opts the optional parameters
2372
- # @return [String]
2373
- describe 'v1_remove_memory_dump test' do
2374
- it 'should work' do
2375
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2376
- end
2377
- end
2378
-
2379
- # unit tests for v1_restart
2380
- # Restart a VirtualMachine object.
2381
- # @param name Name of the resource
2382
- # @param namespace Object name and auth scope, such as for teams and projects
2383
- # @param [Hash] opts the optional parameters
2384
- # @option opts [V1RestartOptions] :body
2385
- # @return [String]
2386
- describe 'v1_restart test' do
2387
- it 'should work' do
2388
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2389
- end
2390
- end
2391
-
2392
- # unit tests for v1_sev_fetch_cert_chain
2393
- # Fetch SEV certificate chain from the node where Virtual Machine is scheduled
2394
- # @param name Name of the resource
2395
- # @param namespace Object name and auth scope, such as for teams and projects
2396
- # @param [Hash] opts the optional parameters
2397
- # @return [V1SEVPlatformInfo]
2398
- describe 'v1_sev_fetch_cert_chain test' do
2399
- it 'should work' do
2400
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2401
- end
2402
- end
2403
-
2404
- # unit tests for v1_sev_inject_launch_secret
2405
- # Inject SEV launch secret into a Virtual Machine
2406
- # @param name Name of the resource
2407
- # @param namespace Object name and auth scope, such as for teams and projects
2408
- # @param body
2409
- # @param [Hash] opts the optional parameters
2410
- # @return [String]
2411
- describe 'v1_sev_inject_launch_secret test' do
2412
- it 'should work' do
2413
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2414
- end
2415
- end
2416
-
2417
- # unit tests for v1_sev_query_launch_measurement
2418
- # Query SEV launch measurement from a Virtual Machine
2419
- # @param name Name of the resource
2420
- # @param namespace Object name and auth scope, such as for teams and projects
2421
- # @param [Hash] opts the optional parameters
2422
- # @return [V1SEVMeasurementInfo]
2423
- describe 'v1_sev_query_launch_measurement test' do
2424
- it 'should work' do
2425
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2426
- end
2427
- end
2428
-
2429
- # unit tests for v1_sev_setup_session
2430
- # Setup SEV session parameters for a Virtual Machine
2431
- # @param name Name of the resource
2432
- # @param namespace Object name and auth scope, such as for teams and projects
2433
- # @param body
2434
- # @param [Hash] opts the optional parameters
2435
- # @return [String]
2436
- describe 'v1_sev_setup_session test' do
2437
- it 'should work' do
2438
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2439
- end
2440
- end
2441
-
2442
- # unit tests for v1_soft_reboot
2443
- # Soft reboot a VirtualMachineInstance object.
2444
- # @param name Name of the resource
2445
- # @param namespace Object name and auth scope, such as for teams and projects
2446
- # @param [Hash] opts the optional parameters
2447
- # @return [String]
2448
- describe 'v1_soft_reboot test' do
2449
- it 'should work' do
2450
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2451
- end
2452
- end
2453
-
2454
- # unit tests for v1_start
2455
- # Start a VirtualMachine object.
2456
- # @param name Name of the resource
2457
- # @param namespace Object name and auth scope, such as for teams and projects
2458
- # @param body
2459
- # @param [Hash] opts the optional parameters
2460
- # @return [String]
2461
- describe 'v1_start test' do
2462
- it 'should work' do
2463
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2464
- end
2465
- end
2466
-
2467
- # unit tests for v1_stop
2468
- # Stop a VirtualMachine object.
2469
- # @param name Name of the resource
2470
- # @param namespace Object name and auth scope, such as for teams and projects
2471
- # @param [Hash] opts the optional parameters
2472
- # @option opts [V1StopOptions] :body
2473
- # @return [String]
2474
- describe 'v1_stop test' do
2475
- it 'should work' do
2476
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2477
- end
2478
- end
2479
-
2480
- # unit tests for v1_unfreeze
2481
- # Unfreeze a VirtualMachineInstance object.
2482
- # @param name Name of the resource
2483
- # @param namespace Object name and auth scope, such as for teams and projects
2484
- # @param [Hash] opts the optional parameters
2485
- # @return [String]
2486
- describe 'v1_unfreeze test' do
2487
- it 'should work' do
2488
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2489
- end
2490
- end
2491
-
2492
- # unit tests for v1_unpause
2493
- # Unpause a VirtualMachineInstance object.
2494
- # @param name Name of the resource
2495
- # @param namespace Object name and auth scope, such as for teams and projects
2496
- # @param body
2497
- # @param [Hash] opts the optional parameters
2498
- # @return [String]
2499
- describe 'v1_unpause test' do
2500
- it 'should work' do
2501
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2502
- end
2503
- end
2504
-
2505
- # unit tests for v1_userlist
2506
- # Get list of active users via guest agent
2507
- # @param name Name of the resource
2508
- # @param namespace Object name and auth scope, such as for teams and projects
2509
- # @param [Hash] opts the optional parameters
2510
- # @return [V1VirtualMachineInstanceGuestOSUserList]
2511
- describe 'v1_userlist test' do
2512
- it 'should work' do
2513
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2514
- end
2515
- end
2516
-
2517
- # unit tests for v1_version
2518
- # @param [Hash] opts the optional parameters
2519
- # @return [nil]
2520
- describe 'v1_version test' do
2521
- it 'should work' do
2522
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2523
- end
2524
- end
2525
-
2526
- # unit tests for v1_vnc
2527
- # Open a websocket connection to connect to VNC on the specified VirtualMachineInstance.
2528
- # @param name Name of the resource
2529
- # @param namespace Object name and auth scope, such as for teams and projects
2530
- # @param [Hash] opts the optional parameters
2531
- # @return [nil]
2532
- describe 'v1_vnc test' do
2533
- it 'should work' do
2534
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2535
- end
2536
- end
2537
-
2538
- # unit tests for v1_vnc_screenshot
2539
- # Get a PNG VNC screenshot of the specified VirtualMachineInstance.
2540
- # @param name Name of the resource
2541
- # @param namespace Object name and auth scope, such as for teams and projects
2542
- # @param [Hash] opts the optional parameters
2543
- # @option opts [Boolean] :move_cursor Move the cursor on the VNC display to wake up the screen
2544
- # @return [nil]
2545
- describe 'v1_vnc_screenshot test' do
2546
- it 'should work' do
2547
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2548
- end
2549
- end
2550
-
2551
- # unit tests for v1_vsock
2552
- # Open a websocket connection forwarding traffic to the specified VirtualMachineInstance and port via VSOCK.
2553
- # @param name Name of the resource
2554
- # @param namespace Object name and auth scope, such as for teams and projects
2555
- # @param port The port which the VSOCK application listens to.
2556
- # @param [Hash] opts the optional parameters
2557
- # @option opts [Boolean] :tls Weather to request a TLS encrypted session from the VSOCK application.
2558
- # @return [nil]
2559
- describe 'v1_vsock test' do
2560
- it 'should work' do
2561
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2562
- end
2563
- end
2564
-
2565
- # unit tests for v1alpha3_check_health
2566
- # Health endpoint
2567
- # @param [Hash] opts the optional parameters
2568
- # @return [String]
2569
- describe 'v1alpha3_check_health test' do
2570
- it 'should work' do
2571
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2572
- end
2573
- end
2574
-
2575
- # unit tests for v1alpha3_console
2576
- # Open a websocket connection to a serial console on the specified VirtualMachineInstance.
2577
- # @param name Name of the resource
2578
- # @param namespace Object name and auth scope, such as for teams and projects
2579
- # @param [Hash] opts the optional parameters
2580
- # @return [nil]
2581
- describe 'v1alpha3_console test' do
2582
- it 'should work' do
2583
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2584
- end
2585
- end
2586
-
2587
- # unit tests for v1alpha3_expand_spec
2588
- # Expands instancetype and preference into the passed VirtualMachine object.
2589
- # @param namespace Object name and auth scope, such as for teams and projects
2590
- # @param [Hash] opts the optional parameters
2591
- # @return [String]
2592
- describe 'v1alpha3_expand_spec test' do
2593
- it 'should work' do
2594
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2595
- end
2596
- end
2597
-
2598
- # unit tests for v1alpha3_filesystemlist
2599
- # Get list of active filesystems on guest machine via guest agent
2600
- # @param name Name of the resource
2601
- # @param namespace Object name and auth scope, such as for teams and projects
2602
- # @param [Hash] opts the optional parameters
2603
- # @return [V1VirtualMachineInstanceFileSystemList]
2604
- describe 'v1alpha3_filesystemlist test' do
2605
- it 'should work' do
2606
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2607
- end
2608
- end
2609
-
2610
- # unit tests for v1alpha3_freeze
2611
- # Freeze a VirtualMachineInstance object.
2612
- # @param name Name of the resource
2613
- # @param namespace Object name and auth scope, such as for teams and projects
2614
- # @param body
2615
- # @param [Hash] opts the optional parameters
2616
- # @return [String]
2617
- describe 'v1alpha3_freeze test' do
2618
- it 'should work' do
2619
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2620
- end
2621
- end
2622
-
2623
- # unit tests for v1alpha3_guestfs
2624
- # @param [Hash] opts the optional parameters
2625
- # @return [String]
2626
- describe 'v1alpha3_guestfs test' do
2627
- it 'should work' do
2628
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2629
- end
2630
- end
2631
-
2632
- # unit tests for v1alpha3_guestosinfo
2633
- # Get guest agent os information
2634
- # @param name Name of the resource
2635
- # @param namespace Object name and auth scope, such as for teams and projects
2636
- # @param [Hash] opts the optional parameters
2637
- # @return [V1VirtualMachineInstanceGuestAgentInfo]
2638
- describe 'v1alpha3_guestosinfo test' do
2639
- it 'should work' do
2640
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2641
- end
2642
- end
2643
-
2644
- # unit tests for v1alpha3_memory_dump
2645
- # Dumps a VirtualMachineInstance memory.
2646
- # @param name Name of the resource
2647
- # @param namespace Object name and auth scope, such as for teams and projects
2648
- # @param body
2649
- # @param [Hash] opts the optional parameters
2650
- # @return [String]
2651
- describe 'v1alpha3_memory_dump test' do
2652
- it 'should work' do
2653
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2654
- end
2655
- end
2656
-
2657
- # unit tests for v1alpha3_migrate
2658
- # Migrate a running VirtualMachine to another node.
2659
- # @param name Name of the resource
2660
- # @param namespace Object name and auth scope, such as for teams and projects
2661
- # @param body
2662
- # @param [Hash] opts the optional parameters
2663
- # @return [String]
2664
- describe 'v1alpha3_migrate test' do
2665
- it 'should work' do
2666
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2667
- end
2668
- end
2669
-
2670
- # unit tests for v1alpha3_pause
2671
- # Pause a VirtualMachineInstance object.
2672
- # @param name Name of the resource
2673
- # @param namespace Object name and auth scope, such as for teams and projects
2674
- # @param body
2675
- # @param [Hash] opts the optional parameters
2676
- # @return [String]
2677
- describe 'v1alpha3_pause test' do
2678
- it 'should work' do
2679
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2680
- end
2681
- end
2682
-
2683
- # unit tests for v1alpha3_remove_memory_dump
2684
- # Remove memory dump association.
2685
- # @param name Name of the resource
2686
- # @param namespace Object name and auth scope, such as for teams and projects
2687
- # @param [Hash] opts the optional parameters
2688
- # @return [String]
2689
- describe 'v1alpha3_remove_memory_dump test' do
2690
- it 'should work' do
2691
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2692
- end
2693
- end
2694
-
2695
- # unit tests for v1alpha3_restart
2696
- # Restart a VirtualMachine object.
2697
- # @param name Name of the resource
2698
- # @param namespace Object name and auth scope, such as for teams and projects
2699
- # @param [Hash] opts the optional parameters
2700
- # @option opts [V1RestartOptions] :body
2701
- # @return [String]
2702
- describe 'v1alpha3_restart test' do
2703
- it 'should work' do
2704
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2705
- end
2706
- end
2707
-
2708
- # unit tests for v1alpha3_sev_fetch_cert_chain
2709
- # Fetch SEV certificate chain from the node where Virtual Machine is scheduled
2710
- # @param name Name of the resource
2711
- # @param namespace Object name and auth scope, such as for teams and projects
2712
- # @param [Hash] opts the optional parameters
2713
- # @return [V1SEVPlatformInfo]
2714
- describe 'v1alpha3_sev_fetch_cert_chain test' do
2715
- it 'should work' do
2716
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2717
- end
2718
- end
2719
-
2720
- # unit tests for v1alpha3_sev_inject_launch_secret
2721
- # Inject SEV launch secret into a Virtual Machine
2722
- # @param name Name of the resource
2723
- # @param namespace Object name and auth scope, such as for teams and projects
2724
- # @param body
2725
- # @param [Hash] opts the optional parameters
2726
- # @return [String]
2727
- describe 'v1alpha3_sev_inject_launch_secret test' do
2728
- it 'should work' do
2729
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2730
- end
2731
- end
2732
-
2733
- # unit tests for v1alpha3_sev_query_launch_measurement
2734
- # Query SEV launch measurement from a Virtual Machine
2735
- # @param name Name of the resource
2736
- # @param namespace Object name and auth scope, such as for teams and projects
2737
- # @param [Hash] opts the optional parameters
2738
- # @return [V1SEVMeasurementInfo]
2739
- describe 'v1alpha3_sev_query_launch_measurement test' do
2740
- it 'should work' do
2741
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2742
- end
2743
- end
2744
-
2745
- # unit tests for v1alpha3_sev_setup_session
2746
- # Setup SEV session parameters for a Virtual Machine
2747
- # @param name Name of the resource
2748
- # @param namespace Object name and auth scope, such as for teams and projects
2749
- # @param body
2750
- # @param [Hash] opts the optional parameters
2751
- # @return [String]
2752
- describe 'v1alpha3_sev_setup_session test' do
2753
- it 'should work' do
2754
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2755
- end
2756
- end
2757
-
2758
- # unit tests for v1alpha3_soft_reboot
2759
- # Soft reboot a VirtualMachineInstance object.
2760
- # @param name Name of the resource
2761
- # @param namespace Object name and auth scope, such as for teams and projects
2762
- # @param [Hash] opts the optional parameters
2763
- # @return [String]
2764
- describe 'v1alpha3_soft_reboot test' do
2765
- it 'should work' do
2766
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2767
- end
2768
- end
2769
-
2770
- # unit tests for v1alpha3_start
2771
- # Start a VirtualMachine object.
2772
- # @param name Name of the resource
2773
- # @param namespace Object name and auth scope, such as for teams and projects
2774
- # @param body
2775
- # @param [Hash] opts the optional parameters
2776
- # @return [String]
2777
- describe 'v1alpha3_start test' do
2778
- it 'should work' do
2779
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2780
- end
2781
- end
2782
-
2783
- # unit tests for v1alpha3_stop
2784
- # Stop a VirtualMachine object.
2785
- # @param name Name of the resource
2786
- # @param namespace Object name and auth scope, such as for teams and projects
2787
- # @param [Hash] opts the optional parameters
2788
- # @option opts [V1StopOptions] :body
2789
- # @return [String]
2790
- describe 'v1alpha3_stop test' do
2791
- it 'should work' do
2792
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2793
- end
2794
- end
2795
-
2796
- # unit tests for v1alpha3_unfreeze
2797
- # Unfreeze a VirtualMachineInstance object.
2798
- # @param name Name of the resource
2799
- # @param namespace Object name and auth scope, such as for teams and projects
2800
- # @param [Hash] opts the optional parameters
2801
- # @return [String]
2802
- describe 'v1alpha3_unfreeze test' do
2803
- it 'should work' do
2804
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2805
- end
2806
- end
2807
-
2808
- # unit tests for v1alpha3_unpause
2809
- # Unpause a VirtualMachineInstance object.
2810
- # @param name Name of the resource
2811
- # @param namespace Object name and auth scope, such as for teams and projects
2812
- # @param body
2813
- # @param [Hash] opts the optional parameters
2814
- # @return [String]
2815
- describe 'v1alpha3_unpause test' do
2816
- it 'should work' do
2817
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2818
- end
2819
- end
2820
-
2821
- # unit tests for v1alpha3_userlist
2822
- # Get list of active users via guest agent
2823
- # @param name Name of the resource
2824
- # @param namespace Object name and auth scope, such as for teams and projects
2825
- # @param [Hash] opts the optional parameters
2826
- # @return [V1VirtualMachineInstanceGuestOSUserList]
2827
- describe 'v1alpha3_userlist test' do
2828
- it 'should work' do
2829
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2830
- end
2831
- end
2832
-
2833
- # unit tests for v1alpha3_version
2834
- # @param [Hash] opts the optional parameters
2835
- # @return [nil]
2836
- describe 'v1alpha3_version test' do
2837
- it 'should work' do
2838
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2839
- end
2840
- end
2841
-
2842
- # unit tests for v1alpha3_vnc
2843
- # Open a websocket connection to connect to VNC on the specified VirtualMachineInstance.
2844
- # @param name Name of the resource
2845
- # @param namespace Object name and auth scope, such as for teams and projects
2846
- # @param [Hash] opts the optional parameters
2847
- # @return [nil]
2848
- describe 'v1alpha3_vnc test' do
2849
- it 'should work' do
2850
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2851
- end
2852
- end
2853
-
2854
- # unit tests for v1alpha3_vnc_screenshot
2855
- # Get a PNG VNC screenshot of the specified VirtualMachineInstance.
2856
- # @param name Name of the resource
2857
- # @param namespace Object name and auth scope, such as for teams and projects
2858
- # @param [Hash] opts the optional parameters
2859
- # @option opts [Boolean] :move_cursor Move the cursor on the VNC display to wake up the screen
2860
- # @return [nil]
2861
- describe 'v1alpha3_vnc_screenshot test' do
2862
- it 'should work' do
2863
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2864
- end
2865
- end
2866
-
2867
- # unit tests for v1alpha3_vsock
2868
- # Open a websocket connection forwarding traffic to the specified VirtualMachineInstance and port via VSOCK.
2869
- # @param name Name of the resource
2870
- # @param namespace Object name and auth scope, such as for teams and projects
2871
- # @param port The port which the VSOCK application listens to.
2872
- # @param [Hash] opts the optional parameters
2873
- # @option opts [Boolean] :tls Weather to request a TLS encrypted session from the VSOCK application.
2874
- # @return [nil]
2875
- describe 'v1alpha3_vsock test' do
2876
- it 'should work' do
2877
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2878
- end
2879
- end
2880
-
2881
- # unit tests for v1alpha3dump_cluster_profiler
2882
- # @param [Hash] opts the optional parameters
2883
- # @return [nil]
2884
- describe 'v1alpha3dump_cluster_profiler test' do
2885
- it 'should work' do
2886
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2887
- end
2888
- end
2889
-
2890
- # unit tests for v1alpha3get_api_sub_resources
2891
- # Get a KubeVirt API resources
2892
- # @param [Hash] opts the optional parameters
2893
- # @return [K8sIoApimachineryPkgApisMetaV1APIResourceList]
2894
- describe 'v1alpha3get_api_sub_resources test' do
2895
- it 'should work' do
2896
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2897
- end
2898
- end
2899
-
2900
- # unit tests for v1alpha3start_cluster_profiler
2901
- # @param [Hash] opts the optional parameters
2902
- # @return [nil]
2903
- describe 'v1alpha3start_cluster_profiler test' do
2904
- it 'should work' do
2905
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2906
- end
2907
- end
2908
-
2909
- # unit tests for v1alpha3stop_cluster_profiler
2910
- # @param [Hash] opts the optional parameters
2911
- # @return [nil]
2912
- describe 'v1alpha3stop_cluster_profiler test' do
2913
- it 'should work' do
2914
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2915
- end
2916
- end
2917
-
2918
- # unit tests for v1alpha3usbredir
2919
- # Open a websocket connection to connect to USB device on the specified VirtualMachineInstance.
2920
- # @param name Name of the resource
2921
- # @param namespace Object name and auth scope, such as for teams and projects
2922
- # @param [Hash] opts the optional parameters
2923
- # @return [nil]
2924
- describe 'v1alpha3usbredir test' do
2925
- it 'should work' do
2926
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2927
- end
2928
- end
2929
-
2930
- # unit tests for v1alpha3vm_addvolume
2931
- # Add a volume and disk to a running Virtual Machine.
2932
- # @param name Name of the resource
2933
- # @param namespace Object name and auth scope, such as for teams and projects
2934
- # @param body
2935
- # @param [Hash] opts the optional parameters
2936
- # @return [String]
2937
- describe 'v1alpha3vm_addvolume test' do
2938
- it 'should work' do
2939
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2940
- end
2941
- end
2942
-
2943
- # unit tests for v1alpha3vm_expand_spec
2944
- # Get VirtualMachine object with expanded instancetype and preference.
2945
- # @param name Name of the resource
2946
- # @param namespace Object name and auth scope, such as for teams and projects
2947
- # @param [Hash] opts the optional parameters
2948
- # @return [String]
2949
- describe 'v1alpha3vm_expand_spec test' do
2950
- it 'should work' do
2951
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2952
- end
2953
- end
2954
-
2955
- # unit tests for v1alpha3vm_port_forward
2956
- # Open a websocket connection forwarding traffic to the running VMI for the specified VirtualMachine and port.
2957
- # @param name Name of the resource
2958
- # @param namespace Object name and auth scope, such as for teams and projects
2959
- # @param port The target port for portforward on the VirtualMachineInstance.
2960
- # @param [Hash] opts the optional parameters
2961
- # @return [nil]
2962
- describe 'v1alpha3vm_port_forward test' do
2963
- it 'should work' do
2964
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2965
- end
2966
- end
2967
-
2968
- # unit tests for v1alpha3vm_port_forward_with_protocol
2969
- # Open a websocket connection forwarding traffic of the specified protocol (either tcp or udp) to the specified VirtualMachine and port.
2970
- # @param name Name of the resource
2971
- # @param namespace Object name and auth scope, such as for teams and projects
2972
- # @param port The target port for portforward on the VirtualMachineInstance.
2973
- # @param protocol The protocol for portforward on the VirtualMachineInstance.
2974
- # @param [Hash] opts the optional parameters
2975
- # @return [nil]
2976
- describe 'v1alpha3vm_port_forward_with_protocol test' do
2977
- it 'should work' do
2978
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2979
- end
2980
- end
2981
-
2982
- # unit tests for v1alpha3vm_removevolume
2983
- # Removes a volume and disk from a running Virtual Machine.
2984
- # @param name Name of the resource
2985
- # @param namespace Object name and auth scope, such as for teams and projects
2986
- # @param body
2987
- # @param [Hash] opts the optional parameters
2988
- # @return [String]
2989
- describe 'v1alpha3vm_removevolume test' do
2990
- it 'should work' do
2991
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
2992
- end
2993
- end
2994
-
2995
- # unit tests for v1alpha3vmi_addvolume
2996
- # Add a volume and disk to a running Virtual Machine Instance
2997
- # @param name Name of the resource
2998
- # @param namespace Object name and auth scope, such as for teams and projects
2999
- # @param body
3000
- # @param [Hash] opts the optional parameters
3001
- # @return [String]
3002
- describe 'v1alpha3vmi_addvolume test' do
3003
- it 'should work' do
3004
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3005
- end
3006
- end
3007
-
3008
- # unit tests for v1alpha3vmi_port_forward
3009
- # Open a websocket connection forwarding traffic to the specified VirtualMachineInstance and port.
3010
- # @param name Name of the resource
3011
- # @param namespace Object name and auth scope, such as for teams and projects
3012
- # @param port The target port for portforward on the VirtualMachineInstance.
3013
- # @param [Hash] opts the optional parameters
3014
- # @return [nil]
3015
- describe 'v1alpha3vmi_port_forward test' do
3016
- it 'should work' do
3017
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3018
- end
3019
- end
3020
-
3021
- # unit tests for v1alpha3vmi_port_forward_with_protocol
3022
- # Open a websocket connection forwarding traffic of the specified protocol (either tcp or udp) to the specified VirtualMachineInstance and port.
3023
- # @param name Name of the resource
3024
- # @param namespace Object name and auth scope, such as for teams and projects
3025
- # @param port The target port for portforward on the VirtualMachineInstance.
3026
- # @param protocol The protocol for portforward on the VirtualMachineInstance.
3027
- # @param [Hash] opts the optional parameters
3028
- # @return [nil]
3029
- describe 'v1alpha3vmi_port_forward_with_protocol test' do
3030
- it 'should work' do
3031
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3032
- end
3033
- end
3034
-
3035
- # unit tests for v1alpha3vmi_removevolume
3036
- # Removes a volume and disk from a running Virtual Machine Instance
3037
- # @param name Name of the resource
3038
- # @param namespace Object name and auth scope, such as for teams and projects
3039
- # @param body
3040
- # @param [Hash] opts the optional parameters
3041
- # @return [String]
3042
- describe 'v1alpha3vmi_removevolume test' do
3043
- it 'should work' do
3044
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3045
- end
3046
- end
3047
-
3048
- # unit tests for v1dump_cluster_profiler
3049
- # @param [Hash] opts the optional parameters
3050
- # @return [nil]
3051
- describe 'v1dump_cluster_profiler test' do
3052
- it 'should work' do
3053
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3054
- end
3055
- end
3056
-
3057
- # unit tests for v1get_api_sub_resources
3058
- # Get a KubeVirt API resources
3059
- # @param [Hash] opts the optional parameters
3060
- # @return [K8sIoApimachineryPkgApisMetaV1APIResourceList]
3061
- describe 'v1get_api_sub_resources test' do
3062
- it 'should work' do
3063
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3064
- end
3065
- end
3066
-
3067
- # unit tests for v1start_cluster_profiler
3068
- # @param [Hash] opts the optional parameters
3069
- # @return [nil]
3070
- describe 'v1start_cluster_profiler test' do
3071
- it 'should work' do
3072
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3073
- end
3074
- end
3075
-
3076
- # unit tests for v1stop_cluster_profiler
3077
- # @param [Hash] opts the optional parameters
3078
- # @return [nil]
3079
- describe 'v1stop_cluster_profiler test' do
3080
- it 'should work' do
3081
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3082
- end
3083
- end
3084
-
3085
- # unit tests for v1usbredir
3086
- # Open a websocket connection to connect to USB device on the specified VirtualMachineInstance.
3087
- # @param name Name of the resource
3088
- # @param namespace Object name and auth scope, such as for teams and projects
3089
- # @param [Hash] opts the optional parameters
3090
- # @return [nil]
3091
- describe 'v1usbredir test' do
3092
- it 'should work' do
3093
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3094
- end
3095
- end
3096
-
3097
- # unit tests for v1vm_addvolume
3098
- # Add a volume and disk to a running Virtual Machine.
3099
- # @param name Name of the resource
3100
- # @param namespace Object name and auth scope, such as for teams and projects
3101
- # @param body
3102
- # @param [Hash] opts the optional parameters
3103
- # @return [String]
3104
- describe 'v1vm_addvolume test' do
3105
- it 'should work' do
3106
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3107
- end
3108
- end
3109
-
3110
- # unit tests for v1vm_expand_spec
3111
- # Get VirtualMachine object with expanded instancetype and preference.
3112
- # @param name Name of the resource
3113
- # @param namespace Object name and auth scope, such as for teams and projects
3114
- # @param [Hash] opts the optional parameters
3115
- # @return [String]
3116
- describe 'v1vm_expand_spec test' do
3117
- it 'should work' do
3118
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3119
- end
3120
- end
3121
-
3122
- # unit tests for v1vm_port_forward
3123
- # Open a websocket connection forwarding traffic to the running VMI for the specified VirtualMachine and port.
3124
- # @param name Name of the resource
3125
- # @param namespace Object name and auth scope, such as for teams and projects
3126
- # @param port The target port for portforward on the VirtualMachineInstance.
3127
- # @param [Hash] opts the optional parameters
3128
- # @return [nil]
3129
- describe 'v1vm_port_forward test' do
3130
- it 'should work' do
3131
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3132
- end
3133
- end
3134
-
3135
- # unit tests for v1vm_port_forward_with_protocol
3136
- # Open a websocket connection forwarding traffic of the specified protocol (either tcp or udp) to the specified VirtualMachine and port.
3137
- # @param name Name of the resource
3138
- # @param namespace Object name and auth scope, such as for teams and projects
3139
- # @param port The target port for portforward on the VirtualMachineInstance.
3140
- # @param protocol The protocol for portforward on the VirtualMachineInstance.
3141
- # @param [Hash] opts the optional parameters
3142
- # @return [nil]
3143
- describe 'v1vm_port_forward_with_protocol test' do
3144
- it 'should work' do
3145
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3146
- end
3147
- end
3148
-
3149
- # unit tests for v1vm_removevolume
3150
- # Removes a volume and disk from a running Virtual Machine.
3151
- # @param name Name of the resource
3152
- # @param namespace Object name and auth scope, such as for teams and projects
3153
- # @param body
3154
- # @param [Hash] opts the optional parameters
3155
- # @return [String]
3156
- describe 'v1vm_removevolume test' do
3157
- it 'should work' do
3158
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3159
- end
3160
- end
3161
-
3162
- # unit tests for v1vmi_addvolume
3163
- # Add a volume and disk to a running Virtual Machine Instance
3164
- # @param name Name of the resource
3165
- # @param namespace Object name and auth scope, such as for teams and projects
3166
- # @param body
3167
- # @param [Hash] opts the optional parameters
3168
- # @return [String]
3169
- describe 'v1vmi_addvolume test' do
3170
- it 'should work' do
3171
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3172
- end
3173
- end
3174
-
3175
- # unit tests for v1vmi_port_forward
3176
- # Open a websocket connection forwarding traffic to the specified VirtualMachineInstance and port.
3177
- # @param name Name of the resource
3178
- # @param namespace Object name and auth scope, such as for teams and projects
3179
- # @param port The target port for portforward on the VirtualMachineInstance.
3180
- # @param [Hash] opts the optional parameters
3181
- # @return [nil]
3182
- describe 'v1vmi_port_forward test' do
3183
- it 'should work' do
3184
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3185
- end
3186
- end
3187
-
3188
- # unit tests for v1vmi_port_forward_with_protocol
3189
- # Open a websocket connection forwarding traffic of the specified protocol (either tcp or udp) to the specified VirtualMachineInstance and port.
3190
- # @param name Name of the resource
3191
- # @param namespace Object name and auth scope, such as for teams and projects
3192
- # @param port The target port for portforward on the VirtualMachineInstance.
3193
- # @param protocol The protocol for portforward on the VirtualMachineInstance.
3194
- # @param [Hash] opts the optional parameters
3195
- # @return [nil]
3196
- describe 'v1vmi_port_forward_with_protocol test' do
3197
- it 'should work' do
3198
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3199
- end
3200
- end
3201
-
3202
- # unit tests for v1vmi_removevolume
3203
- # Removes a volume and disk from a running Virtual Machine Instance
3204
- # @param name Name of the resource
3205
- # @param namespace Object name and auth scope, such as for teams and projects
3206
- # @param body
3207
- # @param [Hash] opts the optional parameters
3208
- # @return [String]
3209
- describe 'v1vmi_removevolume test' do
3210
- it 'should work' do
3211
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3212
- end
3213
- end
3214
-
3215
- # unit tests for watch_kube_virt_list_for_all_namespaces
3216
- # Watch a KubeVirtList object.
3217
- # @param [Hash] opts the optional parameters
3218
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3219
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3220
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3221
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3222
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3223
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3224
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3225
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3226
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3227
- describe 'watch_kube_virt_list_for_all_namespaces test' do
3228
- it 'should work' do
3229
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3230
- end
3231
- end
3232
-
3233
- # unit tests for watch_migration_policy_list_for_all_namespaces
3234
- # Watch a MigrationPolicyList object.
3235
- # @param [Hash] opts the optional parameters
3236
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3237
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3238
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3239
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3240
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3241
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3242
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3243
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3244
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3245
- describe 'watch_migration_policy_list_for_all_namespaces test' do
3246
- it 'should work' do
3247
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3248
- end
3249
- end
3250
-
3251
- # unit tests for watch_namespaced_kube_virt
3252
- # Watch a KubeVirt object.
3253
- # @param namespace Object name and auth scope, such as for teams and projects
3254
- # @param [Hash] opts the optional parameters
3255
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3256
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3257
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3258
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3259
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3260
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3261
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3262
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3263
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3264
- describe 'watch_namespaced_kube_virt test' do
3265
- it 'should work' do
3266
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3267
- end
3268
- end
3269
-
3270
- # unit tests for watch_namespaced_virtual_machine
3271
- # Watch a VirtualMachine object.
3272
- # @param namespace Object name and auth scope, such as for teams and projects
3273
- # @param [Hash] opts the optional parameters
3274
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3275
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3276
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3277
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3278
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3279
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3280
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3281
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3282
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3283
- describe 'watch_namespaced_virtual_machine test' do
3284
- it 'should work' do
3285
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3286
- end
3287
- end
3288
-
3289
- # unit tests for watch_namespaced_virtual_machine_export
3290
- # Watch a VirtualMachineExport object.
3291
- # @param namespace Object name and auth scope, such as for teams and projects
3292
- # @param [Hash] opts the optional parameters
3293
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3294
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3295
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3296
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3297
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3298
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3299
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3300
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3301
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3302
- describe 'watch_namespaced_virtual_machine_export test' do
3303
- it 'should work' do
3304
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3305
- end
3306
- end
3307
-
3308
- # unit tests for watch_namespaced_virtual_machine_instance
3309
- # Watch a VirtualMachineInstance object.
3310
- # @param namespace Object name and auth scope, such as for teams and projects
3311
- # @param [Hash] opts the optional parameters
3312
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3313
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3314
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3315
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3316
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3317
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3318
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3319
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3320
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3321
- describe 'watch_namespaced_virtual_machine_instance test' do
3322
- it 'should work' do
3323
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3324
- end
3325
- end
3326
-
3327
- # unit tests for watch_namespaced_virtual_machine_instance_migration
3328
- # Watch a VirtualMachineInstanceMigration object.
3329
- # @param namespace Object name and auth scope, such as for teams and projects
3330
- # @param [Hash] opts the optional parameters
3331
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3332
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3333
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3334
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3335
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3336
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3337
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3338
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3339
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3340
- describe 'watch_namespaced_virtual_machine_instance_migration test' do
3341
- it 'should work' do
3342
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3343
- end
3344
- end
3345
-
3346
- # unit tests for watch_namespaced_virtual_machine_instance_preset
3347
- # Watch a VirtualMachineInstancePreset object.
3348
- # @param namespace Object name and auth scope, such as for teams and projects
3349
- # @param [Hash] opts the optional parameters
3350
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3351
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3352
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3353
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3354
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3355
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3356
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3357
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3358
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3359
- describe 'watch_namespaced_virtual_machine_instance_preset test' do
3360
- it 'should work' do
3361
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3362
- end
3363
- end
3364
-
3365
- # unit tests for watch_namespaced_virtual_machine_instance_replica_set
3366
- # Watch a VirtualMachineInstanceReplicaSet object.
3367
- # @param namespace Object name and auth scope, such as for teams and projects
3368
- # @param [Hash] opts the optional parameters
3369
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3370
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3371
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3372
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3373
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3374
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3375
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3376
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3377
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3378
- describe 'watch_namespaced_virtual_machine_instance_replica_set test' do
3379
- it 'should work' do
3380
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3381
- end
3382
- end
3383
-
3384
- # unit tests for watch_namespaced_virtual_machine_instancetype
3385
- # Watch a VirtualMachineInstancetype object.
3386
- # @param namespace Object name and auth scope, such as for teams and projects
3387
- # @param [Hash] opts the optional parameters
3388
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3389
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3390
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3391
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3392
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3393
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3394
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3395
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3396
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3397
- describe 'watch_namespaced_virtual_machine_instancetype test' do
3398
- it 'should work' do
3399
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3400
- end
3401
- end
3402
-
3403
- # unit tests for watch_namespaced_virtual_machine_pool
3404
- # Watch a VirtualMachinePool object.
3405
- # @param namespace Object name and auth scope, such as for teams and projects
3406
- # @param [Hash] opts the optional parameters
3407
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3408
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3409
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3410
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3411
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3412
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3413
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3414
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3415
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3416
- describe 'watch_namespaced_virtual_machine_pool test' do
3417
- it 'should work' do
3418
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3419
- end
3420
- end
3421
-
3422
- # unit tests for watch_namespaced_virtual_machine_preference
3423
- # Watch a VirtualMachinePreference object.
3424
- # @param namespace Object name and auth scope, such as for teams and projects
3425
- # @param [Hash] opts the optional parameters
3426
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3427
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3428
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3429
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3430
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3431
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3432
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3433
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3434
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3435
- describe 'watch_namespaced_virtual_machine_preference test' do
3436
- it 'should work' do
3437
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3438
- end
3439
- end
3440
-
3441
- # unit tests for watch_namespaced_virtual_machine_restore
3442
- # Watch a VirtualMachineRestore object.
3443
- # @param namespace Object name and auth scope, such as for teams and projects
3444
- # @param [Hash] opts the optional parameters
3445
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3446
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3447
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3448
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3449
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3450
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3451
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3452
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3453
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3454
- describe 'watch_namespaced_virtual_machine_restore test' do
3455
- it 'should work' do
3456
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3457
- end
3458
- end
3459
-
3460
- # unit tests for watch_namespaced_virtual_machine_snapshot
3461
- # Watch a VirtualMachineSnapshot object.
3462
- # @param namespace Object name and auth scope, such as for teams and projects
3463
- # @param [Hash] opts the optional parameters
3464
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3465
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3466
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3467
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3468
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3469
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3470
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3471
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3472
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3473
- describe 'watch_namespaced_virtual_machine_snapshot test' do
3474
- it 'should work' do
3475
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3476
- end
3477
- end
3478
-
3479
- # unit tests for watch_namespaced_virtual_machine_snapshot_content
3480
- # Watch a VirtualMachineSnapshotContent object.
3481
- # @param namespace Object name and auth scope, such as for teams and projects
3482
- # @param [Hash] opts the optional parameters
3483
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3484
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3485
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3486
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3487
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3488
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3489
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3490
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3491
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3492
- describe 'watch_namespaced_virtual_machine_snapshot_content test' do
3493
- it 'should work' do
3494
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3495
- end
3496
- end
3497
-
3498
- # unit tests for watch_virtual_machine_clone_list_for_all_namespaces
3499
- # Watch a VirtualMachineCloneList object.
3500
- # @param [Hash] opts the optional parameters
3501
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3502
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3503
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3504
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3505
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3506
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3507
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3508
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3509
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3510
- describe 'watch_virtual_machine_clone_list_for_all_namespaces test' do
3511
- it 'should work' do
3512
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3513
- end
3514
- end
3515
-
3516
- # unit tests for watch_virtual_machine_cluster_instancetype_list_for_all_namespaces
3517
- # Watch a VirtualMachineClusterInstancetypeList object.
3518
- # @param [Hash] opts the optional parameters
3519
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3520
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3521
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3522
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3523
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3524
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3525
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3526
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3527
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3528
- describe 'watch_virtual_machine_cluster_instancetype_list_for_all_namespaces test' do
3529
- it 'should work' do
3530
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3531
- end
3532
- end
3533
-
3534
- # unit tests for watch_virtual_machine_cluster_preference_list_for_all_namespaces
3535
- # Watch a VirtualMachineClusterPreferenceList object.
3536
- # @param [Hash] opts the optional parameters
3537
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3538
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3539
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3540
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3541
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3542
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3543
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3544
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3545
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3546
- describe 'watch_virtual_machine_cluster_preference_list_for_all_namespaces test' do
3547
- it 'should work' do
3548
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3549
- end
3550
- end
3551
-
3552
- # unit tests for watch_virtual_machine_export_list_for_all_namespaces
3553
- # Watch a VirtualMachineExportList object.
3554
- # @param [Hash] opts the optional parameters
3555
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3556
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3557
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3558
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3559
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3560
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3561
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3562
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3563
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3564
- describe 'watch_virtual_machine_export_list_for_all_namespaces test' do
3565
- it 'should work' do
3566
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3567
- end
3568
- end
3569
-
3570
- # unit tests for watch_virtual_machine_instance_list_for_all_namespaces
3571
- # Watch a VirtualMachineInstanceList object.
3572
- # @param [Hash] opts the optional parameters
3573
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3574
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3575
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3576
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3577
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3578
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3579
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3580
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3581
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3582
- describe 'watch_virtual_machine_instance_list_for_all_namespaces test' do
3583
- it 'should work' do
3584
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3585
- end
3586
- end
3587
-
3588
- # unit tests for watch_virtual_machine_instance_migration_list_for_all_namespaces
3589
- # Watch a VirtualMachineInstanceMigrationList object.
3590
- # @param [Hash] opts the optional parameters
3591
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3592
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3593
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3594
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3595
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3596
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3597
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3598
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3599
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3600
- describe 'watch_virtual_machine_instance_migration_list_for_all_namespaces test' do
3601
- it 'should work' do
3602
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3603
- end
3604
- end
3605
-
3606
- # unit tests for watch_virtual_machine_instance_preset_list_for_all_namespaces
3607
- # Watch a VirtualMachineInstancePresetList object.
3608
- # @param [Hash] opts the optional parameters
3609
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3610
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3611
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3612
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3613
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3614
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3615
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3616
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3617
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3618
- describe 'watch_virtual_machine_instance_preset_list_for_all_namespaces test' do
3619
- it 'should work' do
3620
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3621
- end
3622
- end
3623
-
3624
- # unit tests for watch_virtual_machine_instance_replica_set_list_for_all_namespaces
3625
- # Watch a VirtualMachineInstanceReplicaSetList object.
3626
- # @param [Hash] opts the optional parameters
3627
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3628
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3629
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3630
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3631
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3632
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3633
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3634
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3635
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3636
- describe 'watch_virtual_machine_instance_replica_set_list_for_all_namespaces test' do
3637
- it 'should work' do
3638
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3639
- end
3640
- end
3641
-
3642
- # unit tests for watch_virtual_machine_instancetype_list_for_all_namespaces
3643
- # Watch a VirtualMachineInstancetypeList object.
3644
- # @param [Hash] opts the optional parameters
3645
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3646
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3647
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3648
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3649
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3650
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3651
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3652
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3653
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3654
- describe 'watch_virtual_machine_instancetype_list_for_all_namespaces test' do
3655
- it 'should work' do
3656
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3657
- end
3658
- end
3659
-
3660
- # unit tests for watch_virtual_machine_list_for_all_namespaces
3661
- # Watch a VirtualMachineList object.
3662
- # @param [Hash] opts the optional parameters
3663
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3664
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3665
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3666
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3667
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3668
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3669
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3670
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3671
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3672
- describe 'watch_virtual_machine_list_for_all_namespaces test' do
3673
- it 'should work' do
3674
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3675
- end
3676
- end
3677
-
3678
- # unit tests for watch_virtual_machine_pool_list_for_all_namespaces
3679
- # Watch a VirtualMachinePoolList object.
3680
- # @param [Hash] opts the optional parameters
3681
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3682
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3683
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3684
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3685
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3686
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3687
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3688
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3689
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3690
- describe 'watch_virtual_machine_pool_list_for_all_namespaces test' do
3691
- it 'should work' do
3692
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3693
- end
3694
- end
3695
-
3696
- # unit tests for watch_virtual_machine_preference_list_for_all_namespaces
3697
- # Watch a VirtualMachinePreferenceList object.
3698
- # @param [Hash] opts the optional parameters
3699
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3700
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3701
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3702
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3703
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3704
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3705
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3706
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3707
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3708
- describe 'watch_virtual_machine_preference_list_for_all_namespaces test' do
3709
- it 'should work' do
3710
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3711
- end
3712
- end
3713
-
3714
- # unit tests for watch_virtual_machine_restore_list_for_all_namespaces
3715
- # Watch a VirtualMachineRestoreList object.
3716
- # @param [Hash] opts the optional parameters
3717
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3718
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3719
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3720
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3721
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3722
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3723
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3724
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3725
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3726
- describe 'watch_virtual_machine_restore_list_for_all_namespaces test' do
3727
- it 'should work' do
3728
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3729
- end
3730
- end
3731
-
3732
- # unit tests for watch_virtual_machine_snapshot_content_list_for_all_namespaces
3733
- # Watch a VirtualMachineSnapshotContentList object.
3734
- # @param [Hash] opts the optional parameters
3735
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3736
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3737
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3738
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3739
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3740
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3741
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3742
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3743
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3744
- describe 'watch_virtual_machine_snapshot_content_list_for_all_namespaces test' do
3745
- it 'should work' do
3746
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3747
- end
3748
- end
3749
-
3750
- # unit tests for watch_virtual_machine_snapshot_list_for_all_namespaces
3751
- # Watch a VirtualMachineSnapshotList object.
3752
- # @param [Hash] opts the optional parameters
3753
- # @option opts [String] :continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server the server will respond with a 410 ResourceExpired error indicating the client must restart their list without the continue field. This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications.
3754
- # @option opts [String] :field_selector A selector to restrict the list of returned objects by their fields. Defaults to everything.
3755
- # @option opts [Boolean] :include_uninitialized If true, partially initialized resources are included in the response.
3756
- # @option opts [String] :label_selector A selector to restrict the list of returned objects by their labels. Defaults to everything
3757
- # @option opts [Integer] :limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned.
3758
- # @option opts [String] :resource_version When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history.
3759
- # @option opts [Integer] :timeout_seconds TimeoutSeconds for the list/watch call.
3760
- # @option opts [Boolean] :watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.
3761
- # @return [K8sIoApimachineryPkgApisMetaV1WatchEvent]
3762
- describe 'watch_virtual_machine_snapshot_list_for_all_namespaces test' do
3763
- it 'should work' do
3764
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
3765
- end
3766
- end
3767
-
3768
- end