kubevirt 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1031) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +12 -0
  3. data/Gemfile +9 -0
  4. data/LICENSE.txt +202 -0
  5. data/README.md +708 -0
  6. data/Rakefile +10 -0
  7. data/bin/console +15 -0
  8. data/docs/DefaultApi.md +18996 -0
  9. data/docs/K8sIoApiCoreV1Affinity.md +22 -0
  10. data/docs/K8sIoApiCoreV1DownwardAPIVolumeFile.md +24 -0
  11. data/docs/K8sIoApiCoreV1ExecAction.md +18 -0
  12. data/docs/K8sIoApiCoreV1HTTPGetAction.md +24 -0
  13. data/docs/K8sIoApiCoreV1HTTPHeader.md +20 -0
  14. data/docs/K8sIoApiCoreV1LocalObjectReference.md +18 -0
  15. data/docs/K8sIoApiCoreV1NodeAffinity.md +20 -0
  16. data/docs/K8sIoApiCoreV1NodeSelector.md +18 -0
  17. data/docs/K8sIoApiCoreV1NodeSelectorRequirement.md +22 -0
  18. data/docs/K8sIoApiCoreV1NodeSelectorTerm.md +20 -0
  19. data/docs/K8sIoApiCoreV1ObjectFieldSelector.md +20 -0
  20. data/docs/K8sIoApiCoreV1PersistentVolumeClaimSpec.md +34 -0
  21. data/docs/K8sIoApiCoreV1PersistentVolumeClaimVolumeSource.md +20 -0
  22. data/docs/K8sIoApiCoreV1PodAffinity.md +20 -0
  23. data/docs/K8sIoApiCoreV1PodAffinityTerm.md +28 -0
  24. data/docs/K8sIoApiCoreV1PodAntiAffinity.md +20 -0
  25. data/docs/K8sIoApiCoreV1PodDNSConfig.md +22 -0
  26. data/docs/K8sIoApiCoreV1PodDNSConfigOption.md +20 -0
  27. data/docs/K8sIoApiCoreV1PreferredSchedulingTerm.md +20 -0
  28. data/docs/K8sIoApiCoreV1ResourceFieldSelector.md +22 -0
  29. data/docs/K8sIoApiCoreV1TCPSocketAction.md +18 -0
  30. data/docs/K8sIoApiCoreV1Toleration.md +26 -0
  31. data/docs/K8sIoApiCoreV1TopologySpreadConstraint.md +32 -0
  32. data/docs/K8sIoApiCoreV1TypedLocalObjectReference.md +22 -0
  33. data/docs/K8sIoApiCoreV1TypedObjectReference.md +24 -0
  34. data/docs/K8sIoApiCoreV1VolumeResourceRequirements.md +20 -0
  35. data/docs/K8sIoApiCoreV1WeightedPodAffinityTerm.md +20 -0
  36. data/docs/K8sIoApimachineryPkgApisMetaV1APIGroup.md +28 -0
  37. data/docs/K8sIoApimachineryPkgApisMetaV1APIGroupList.md +22 -0
  38. data/docs/K8sIoApimachineryPkgApisMetaV1APIResource.md +36 -0
  39. data/docs/K8sIoApimachineryPkgApisMetaV1APIResourceList.md +24 -0
  40. data/docs/K8sIoApimachineryPkgApisMetaV1DeleteOptions.md +30 -0
  41. data/docs/K8sIoApimachineryPkgApisMetaV1GroupVersionForDiscovery.md +20 -0
  42. data/docs/K8sIoApimachineryPkgApisMetaV1LabelSelector.md +20 -0
  43. data/docs/K8sIoApimachineryPkgApisMetaV1LabelSelectorRequirement.md +22 -0
  44. data/docs/K8sIoApimachineryPkgApisMetaV1ListMeta.md +24 -0
  45. data/docs/K8sIoApimachineryPkgApisMetaV1ManagedFieldsEntry.md +30 -0
  46. data/docs/K8sIoApimachineryPkgApisMetaV1ObjectMeta.md +44 -0
  47. data/docs/K8sIoApimachineryPkgApisMetaV1OwnerReference.md +28 -0
  48. data/docs/K8sIoApimachineryPkgApisMetaV1Preconditions.md +20 -0
  49. data/docs/K8sIoApimachineryPkgApisMetaV1RootPaths.md +18 -0
  50. data/docs/K8sIoApimachineryPkgApisMetaV1ServerAddressByClientCIDR.md +20 -0
  51. data/docs/K8sIoApimachineryPkgApisMetaV1Status.md +32 -0
  52. data/docs/K8sIoApimachineryPkgApisMetaV1StatusCause.md +22 -0
  53. data/docs/K8sIoApimachineryPkgApisMetaV1StatusDetails.md +28 -0
  54. data/docs/K8sIoApimachineryPkgApisMetaV1WatchEvent.md +20 -0
  55. data/docs/V1ACPI.md +18 -0
  56. data/docs/V1AccessCredential.md +20 -0
  57. data/docs/V1AccessCredentialSecretSource.md +18 -0
  58. data/docs/V1AddVolumeOptions.md +24 -0
  59. data/docs/V1ArchConfiguration.md +24 -0
  60. data/docs/V1ArchSpecificConfiguration.md +22 -0
  61. data/docs/V1BIOS.md +18 -0
  62. data/docs/V1BlockSize.md +20 -0
  63. data/docs/V1Bootloader.md +20 -0
  64. data/docs/V1CDRomTarget.md +22 -0
  65. data/docs/V1CPU.md +36 -0
  66. data/docs/V1CPUFeature.md +20 -0
  67. data/docs/V1CPUTopology.md +22 -0
  68. data/docs/V1CertConfig.md +20 -0
  69. data/docs/V1Chassis.md +26 -0
  70. data/docs/V1Clock.md +22 -0
  71. data/docs/V1ClockOffset.md +20 -0
  72. data/docs/V1ClockOffsetUTC.md +18 -0
  73. data/docs/V1CloudInitConfigDriveSource.md +28 -0
  74. data/docs/V1CloudInitNoCloudSource.md +28 -0
  75. data/docs/V1CommonInstancetypesDeployment.md +18 -0
  76. data/docs/V1ComponentConfig.md +20 -0
  77. data/docs/V1ConfigMapVolumeSource.md +22 -0
  78. data/docs/V1ContainerDiskInfo.md +18 -0
  79. data/docs/V1ContainerDiskSource.md +24 -0
  80. data/docs/V1CustomBlockSize.md +20 -0
  81. data/docs/V1CustomProfile.md +20 -0
  82. data/docs/V1CustomizeComponents.md +20 -0
  83. data/docs/V1CustomizeComponentsPatch.md +24 -0
  84. data/docs/V1DHCPOptions.md +24 -0
  85. data/docs/V1DHCPPrivateOptions.md +20 -0
  86. data/docs/V1DataVolumeSource.md +20 -0
  87. data/docs/V1DataVolumeTemplateSpec.md +26 -0
  88. data/docs/V1DeveloperConfiguration.md +36 -0
  89. data/docs/V1Devices.md +62 -0
  90. data/docs/V1Disk.md +42 -0
  91. data/docs/V1DiskTarget.md +22 -0
  92. data/docs/V1DiskVerification.md +18 -0
  93. data/docs/V1DomainMemoryDumpInfo.md +24 -0
  94. data/docs/V1DomainSpec.md +38 -0
  95. data/docs/V1DownwardAPIVolumeSource.md +20 -0
  96. data/docs/V1EFI.md +20 -0
  97. data/docs/V1EmptyDiskSource.md +18 -0
  98. data/docs/V1EphemeralVolumeSource.md +18 -0
  99. data/docs/V1FeatureAPIC.md +20 -0
  100. data/docs/V1FeatureHyperv.md +44 -0
  101. data/docs/V1FeatureKVM.md +18 -0
  102. data/docs/V1FeatureSpinlocks.md +20 -0
  103. data/docs/V1FeatureState.md +18 -0
  104. data/docs/V1FeatureVendorID.md +20 -0
  105. data/docs/V1Features.md +30 -0
  106. data/docs/V1Filesystem.md +20 -0
  107. data/docs/V1Firmware.md +26 -0
  108. data/docs/V1Flags.md +22 -0
  109. data/docs/V1FreezeUnfreezeTimeout.md +18 -0
  110. data/docs/V1GPU.md +24 -0
  111. data/docs/V1GenerationStatus.md +28 -0
  112. data/docs/V1GuestAgentCommandInfo.md +20 -0
  113. data/docs/V1HPETTimer.md +20 -0
  114. data/docs/V1HostDevice.md +22 -0
  115. data/docs/V1HostDisk.md +24 -0
  116. data/docs/V1HotplugVolumeSource.md +20 -0
  117. data/docs/V1HotplugVolumeStatus.md +20 -0
  118. data/docs/V1Hugepages.md +18 -0
  119. data/docs/V1HyperVPassthrough.md +18 -0
  120. data/docs/V1HypervTimer.md +18 -0
  121. data/docs/V1I6300ESBWatchdog.md +18 -0
  122. data/docs/V1InitrdInfo.md +18 -0
  123. data/docs/V1Input.md +22 -0
  124. data/docs/V1InstancetypeConfiguration.md +18 -0
  125. data/docs/V1InstancetypeMatcher.md +26 -0
  126. data/docs/V1Interface.md +50 -0
  127. data/docs/V1InterfaceBindingMigration.md +18 -0
  128. data/docs/V1InterfaceBindingPlugin.md +28 -0
  129. data/docs/V1KSMConfiguration.md +18 -0
  130. data/docs/V1KVMTimer.md +18 -0
  131. data/docs/V1KernelBoot.md +20 -0
  132. data/docs/V1KernelBootContainer.md +26 -0
  133. data/docs/V1KernelBootStatus.md +20 -0
  134. data/docs/V1KernelInfo.md +18 -0
  135. data/docs/V1KubeVirt.md +26 -0
  136. data/docs/V1KubeVirtCertificateRotateStrategy.md +18 -0
  137. data/docs/V1KubeVirtCondition.md +24 -0
  138. data/docs/V1KubeVirtConfiguration.md +90 -0
  139. data/docs/V1KubeVirtList.md +24 -0
  140. data/docs/V1KubeVirtSelfSignConfiguration.md +26 -0
  141. data/docs/V1KubeVirtSpec.md +50 -0
  142. data/docs/V1KubeVirtStatus.md +46 -0
  143. data/docs/V1KubeVirtWorkloadUpdateStrategy.md +22 -0
  144. data/docs/V1LaunchSecurity.md +18 -0
  145. data/docs/V1LiveUpdateConfiguration.md +22 -0
  146. data/docs/V1LogVerbosity.md +28 -0
  147. data/docs/V1LunTarget.md +22 -0
  148. data/docs/V1Machine.md +18 -0
  149. data/docs/V1MediatedDevicesConfiguration.md +22 -0
  150. data/docs/V1MediatedHostDevice.md +22 -0
  151. data/docs/V1Memory.md +22 -0
  152. data/docs/V1MemoryDumpVolumeSource.md +22 -0
  153. data/docs/V1MemoryStatus.md +22 -0
  154. data/docs/V1MigrateOptions.md +22 -0
  155. data/docs/V1MigrationConfiguration.md +42 -0
  156. data/docs/V1MultusNetwork.md +20 -0
  157. data/docs/V1NUMA.md +18 -0
  158. data/docs/V1Network.md +22 -0
  159. data/docs/V1NetworkConfiguration.md +24 -0
  160. data/docs/V1NodeMediatedDeviceTypesConfig.md +22 -0
  161. data/docs/V1NodePlacement.md +22 -0
  162. data/docs/V1PITTimer.md +20 -0
  163. data/docs/V1PauseOptions.md +22 -0
  164. data/docs/V1PciHostDevice.md +22 -0
  165. data/docs/V1PermittedHostDevices.md +22 -0
  166. data/docs/V1PersistentVolumeClaimInfo.md +30 -0
  167. data/docs/V1PersistentVolumeClaimVolumeSource.md +22 -0
  168. data/docs/V1PluginBinding.md +18 -0
  169. data/docs/V1PodNetwork.md +20 -0
  170. data/docs/V1Port.md +22 -0
  171. data/docs/V1PreferenceMatcher.md +26 -0
  172. data/docs/V1Probe.md +34 -0
  173. data/docs/V1QemuGuestAgentSSHPublicKeyAccessCredentialPropagation.md +18 -0
  174. data/docs/V1RESTClientConfiguration.md +18 -0
  175. data/docs/V1RTCTimer.md +22 -0
  176. data/docs/V1RateLimiter.md +18 -0
  177. data/docs/V1Realtime.md +18 -0
  178. data/docs/V1ReloadableComponentConfiguration.md +18 -0
  179. data/docs/V1RemoveVolumeOptions.md +20 -0
  180. data/docs/V1ResourceRequirements.md +22 -0
  181. data/docs/V1ResourceRequirementsWithoutClaims.md +20 -0
  182. data/docs/V1RestartOptions.md +24 -0
  183. data/docs/V1SEV.md +24 -0
  184. data/docs/V1SEVMeasurementInfo.md +32 -0
  185. data/docs/V1SEVPlatformInfo.md +24 -0
  186. data/docs/V1SEVPolicy.md +18 -0
  187. data/docs/V1SEVSecretOptions.md +20 -0
  188. data/docs/V1SEVSessionOptions.md +20 -0
  189. data/docs/V1SMBiosConfiguration.md +26 -0
  190. data/docs/V1SSHPublicKeyAccessCredential.md +20 -0
  191. data/docs/V1SSHPublicKeyAccessCredentialPropagationMethod.md +22 -0
  192. data/docs/V1SSHPublicKeyAccessCredentialSource.md +18 -0
  193. data/docs/V1SeccompConfiguration.md +18 -0
  194. data/docs/V1SecretVolumeSource.md +22 -0
  195. data/docs/V1ServiceAccountVolumeSource.md +18 -0
  196. data/docs/V1SoundDevice.md +20 -0
  197. data/docs/V1StartOptions.md +24 -0
  198. data/docs/V1StopOptions.md +24 -0
  199. data/docs/V1StorageMigratedVolumeInfo.md +22 -0
  200. data/docs/V1SupportContainerResources.md +20 -0
  201. data/docs/V1SyNICTimer.md +20 -0
  202. data/docs/V1SysprepSource.md +20 -0
  203. data/docs/V1TLSConfiguration.md +20 -0
  204. data/docs/V1TPMDevice.md +18 -0
  205. data/docs/V1Timer.md +26 -0
  206. data/docs/V1TokenBucketRateLimiter.md +20 -0
  207. data/docs/V1TopologyHints.md +18 -0
  208. data/docs/V1USBHostDevice.md +22 -0
  209. data/docs/V1USBSelector.md +20 -0
  210. data/docs/V1UnpauseOptions.md +22 -0
  211. data/docs/V1UserPasswordAccessCredential.md +20 -0
  212. data/docs/V1UserPasswordAccessCredentialPropagationMethod.md +18 -0
  213. data/docs/V1UserPasswordAccessCredentialSource.md +18 -0
  214. data/docs/V1VGPUDisplayOptions.md +20 -0
  215. data/docs/V1VGPUOptions.md +18 -0
  216. data/docs/V1VirtualMachine.md +26 -0
  217. data/docs/V1VirtualMachineCondition.md +24 -0
  218. data/docs/V1VirtualMachineInstance.md +26 -0
  219. data/docs/V1VirtualMachineInstanceCondition.md +24 -0
  220. data/docs/V1VirtualMachineInstanceFileSystem.md +28 -0
  221. data/docs/V1VirtualMachineInstanceFileSystemDisk.md +20 -0
  222. data/docs/V1VirtualMachineInstanceFileSystemInfo.md +18 -0
  223. data/docs/V1VirtualMachineInstanceFileSystemList.md +24 -0
  224. data/docs/V1VirtualMachineInstanceGuestAgentInfo.md +36 -0
  225. data/docs/V1VirtualMachineInstanceGuestOSInfo.md +32 -0
  226. data/docs/V1VirtualMachineInstanceGuestOSUser.md +22 -0
  227. data/docs/V1VirtualMachineInstanceGuestOSUserList.md +24 -0
  228. data/docs/V1VirtualMachineInstanceList.md +24 -0
  229. data/docs/V1VirtualMachineInstanceMigration.md +26 -0
  230. data/docs/V1VirtualMachineInstanceMigrationCondition.md +24 -0
  231. data/docs/V1VirtualMachineInstanceMigrationList.md +24 -0
  232. data/docs/V1VirtualMachineInstanceMigrationPhaseTransitionTimestamp.md +20 -0
  233. data/docs/V1VirtualMachineInstanceMigrationSpec.md +18 -0
  234. data/docs/V1VirtualMachineInstanceMigrationState.md +64 -0
  235. data/docs/V1VirtualMachineInstanceMigrationStatus.md +24 -0
  236. data/docs/V1VirtualMachineInstanceNetworkInterface.md +32 -0
  237. data/docs/V1VirtualMachineInstancePhaseTransitionTimestamp.md +20 -0
  238. data/docs/V1VirtualMachineInstancePreset.md +24 -0
  239. data/docs/V1VirtualMachineInstancePresetList.md +24 -0
  240. data/docs/V1VirtualMachineInstancePresetSpec.md +20 -0
  241. data/docs/V1VirtualMachineInstanceProfile.md +18 -0
  242. data/docs/V1VirtualMachineInstanceReplicaSet.md +26 -0
  243. data/docs/V1VirtualMachineInstanceReplicaSetCondition.md +24 -0
  244. data/docs/V1VirtualMachineInstanceReplicaSetList.md +24 -0
  245. data/docs/V1VirtualMachineInstanceReplicaSetSpec.md +24 -0
  246. data/docs/V1VirtualMachineInstanceReplicaSetStatus.md +24 -0
  247. data/docs/V1VirtualMachineInstanceSpec.md +56 -0
  248. data/docs/V1VirtualMachineInstanceStatus.md +68 -0
  249. data/docs/V1VirtualMachineInstanceTemplateSpec.md +20 -0
  250. data/docs/V1VirtualMachineList.md +24 -0
  251. data/docs/V1VirtualMachineMemoryDumpRequest.md +30 -0
  252. data/docs/V1VirtualMachineOptions.md +20 -0
  253. data/docs/V1VirtualMachineSpec.md +30 -0
  254. data/docs/V1VirtualMachineStartFailure.md +22 -0
  255. data/docs/V1VirtualMachineStateChangeRequest.md +22 -0
  256. data/docs/V1VirtualMachineStatus.md +46 -0
  257. data/docs/V1VirtualMachineVolumeRequest.md +20 -0
  258. data/docs/V1Volume.md +48 -0
  259. data/docs/V1VolumeMigrationState.md +18 -0
  260. data/docs/V1VolumeSnapshotStatus.md +22 -0
  261. data/docs/V1VolumeStatus.md +36 -0
  262. data/docs/V1VolumeUpdateState.md +18 -0
  263. data/docs/V1Watchdog.md +20 -0
  264. data/docs/V1alpha1Condition.md +24 -0
  265. data/docs/V1alpha1MigrationPolicy.md +26 -0
  266. data/docs/V1alpha1MigrationPolicyList.md +24 -0
  267. data/docs/V1alpha1MigrationPolicySpec.md +28 -0
  268. data/docs/V1alpha1Selectors.md +20 -0
  269. data/docs/V1alpha1VirtualMachineClone.md +26 -0
  270. data/docs/V1alpha1VirtualMachineCloneList.md +24 -0
  271. data/docs/V1alpha1VirtualMachineCloneSpec.md +30 -0
  272. data/docs/V1alpha1VirtualMachineCloneStatus.md +28 -0
  273. data/docs/V1alpha1VirtualMachineCloneTemplateFilters.md +20 -0
  274. data/docs/V1alpha1VirtualMachinePool.md +26 -0
  275. data/docs/V1alpha1VirtualMachinePoolCondition.md +24 -0
  276. data/docs/V1alpha1VirtualMachinePoolList.md +24 -0
  277. data/docs/V1alpha1VirtualMachinePoolSpec.md +24 -0
  278. data/docs/V1alpha1VirtualMachinePoolStatus.md +24 -0
  279. data/docs/V1alpha1VirtualMachineTemplateSpec.md +20 -0
  280. data/docs/V1beta1CPUInstancetype.md +30 -0
  281. data/docs/V1beta1CPUPreferenceRequirement.md +18 -0
  282. data/docs/V1beta1CPUPreferences.md +22 -0
  283. data/docs/V1beta1ClockPreferences.md +20 -0
  284. data/docs/V1beta1Condition.md +24 -0
  285. data/docs/V1beta1DataVolumeCheckpoint.md +20 -0
  286. data/docs/V1beta1DataVolumeSource.md +36 -0
  287. data/docs/V1beta1DataVolumeSourceGCS.md +20 -0
  288. data/docs/V1beta1DataVolumeSourceHTTP.md +26 -0
  289. data/docs/V1beta1DataVolumeSourceImageIO.md +24 -0
  290. data/docs/V1beta1DataVolumeSourcePVC.md +20 -0
  291. data/docs/V1beta1DataVolumeSourceRef.md +22 -0
  292. data/docs/V1beta1DataVolumeSourceRegistry.md +26 -0
  293. data/docs/V1beta1DataVolumeSourceS3.md +22 -0
  294. data/docs/V1beta1DataVolumeSourceSnapshot.md +20 -0
  295. data/docs/V1beta1DataVolumeSourceVDDK.md +28 -0
  296. data/docs/V1beta1DataVolumeSpec.md +34 -0
  297. data/docs/V1beta1DevicePreferences.md +64 -0
  298. data/docs/V1beta1Error.md +20 -0
  299. data/docs/V1beta1FeaturePreferences.md +28 -0
  300. data/docs/V1beta1FirmwarePreferences.md +26 -0
  301. data/docs/V1beta1MachinePreferences.md +18 -0
  302. data/docs/V1beta1MemoryInstancetype.md +24 -0
  303. data/docs/V1beta1MemoryPreferenceRequirement.md +18 -0
  304. data/docs/V1beta1PersistentVolumeClaim.md +20 -0
  305. data/docs/V1beta1PreferenceRequirements.md +20 -0
  306. data/docs/V1beta1SnapshotVolumesLists.md +20 -0
  307. data/docs/V1beta1SourceSpec.md +18 -0
  308. data/docs/V1beta1SpreadOptions.md +20 -0
  309. data/docs/V1beta1StorageSpec.md +32 -0
  310. data/docs/V1beta1VirtualMachine.md +22 -0
  311. data/docs/V1beta1VirtualMachineClusterInstancetype.md +24 -0
  312. data/docs/V1beta1VirtualMachineClusterInstancetypeList.md +24 -0
  313. data/docs/V1beta1VirtualMachineClusterPreference.md +24 -0
  314. data/docs/V1beta1VirtualMachineClusterPreferenceList.md +24 -0
  315. data/docs/V1beta1VirtualMachineExport.md +26 -0
  316. data/docs/V1beta1VirtualMachineExportLink.md +22 -0
  317. data/docs/V1beta1VirtualMachineExportLinks.md +20 -0
  318. data/docs/V1beta1VirtualMachineExportList.md +24 -0
  319. data/docs/V1beta1VirtualMachineExportManifest.md +20 -0
  320. data/docs/V1beta1VirtualMachineExportSpec.md +22 -0
  321. data/docs/V1beta1VirtualMachineExportStatus.md +30 -0
  322. data/docs/V1beta1VirtualMachineExportVolume.md +20 -0
  323. data/docs/V1beta1VirtualMachineExportVolumeFormat.md +20 -0
  324. data/docs/V1beta1VirtualMachineInstancetype.md +24 -0
  325. data/docs/V1beta1VirtualMachineInstancetypeList.md +24 -0
  326. data/docs/V1beta1VirtualMachineInstancetypeSpec.md +34 -0
  327. data/docs/V1beta1VirtualMachinePreference.md +24 -0
  328. data/docs/V1beta1VirtualMachinePreferenceList.md +24 -0
  329. data/docs/V1beta1VirtualMachinePreferenceSpec.md +40 -0
  330. data/docs/V1beta1VirtualMachineRestore.md +26 -0
  331. data/docs/V1beta1VirtualMachineRestoreList.md +24 -0
  332. data/docs/V1beta1VirtualMachineRestoreSpec.md +24 -0
  333. data/docs/V1beta1VirtualMachineRestoreStatus.md +26 -0
  334. data/docs/V1beta1VirtualMachineSnapshot.md +26 -0
  335. data/docs/V1beta1VirtualMachineSnapshotContent.md +26 -0
  336. data/docs/V1beta1VirtualMachineSnapshotContentList.md +24 -0
  337. data/docs/V1beta1VirtualMachineSnapshotContentSpec.md +22 -0
  338. data/docs/V1beta1VirtualMachineSnapshotContentStatus.md +24 -0
  339. data/docs/V1beta1VirtualMachineSnapshotList.md +24 -0
  340. data/docs/V1beta1VirtualMachineSnapshotSpec.md +22 -0
  341. data/docs/V1beta1VirtualMachineSnapshotStatus.md +34 -0
  342. data/docs/V1beta1VolumeBackup.md +22 -0
  343. data/docs/V1beta1VolumePreferences.md +18 -0
  344. data/docs/V1beta1VolumeRestore.md +24 -0
  345. data/docs/V1beta1VolumeSnapshotStatus.md +24 -0
  346. data/git_push.sh +57 -0
  347. data/kubevirt.gemspec +39 -0
  348. data/lib/kubevirt/api/default_api.rb +19293 -0
  349. data/lib/kubevirt/api_client.rb +394 -0
  350. data/lib/kubevirt/api_error.rb +58 -0
  351. data/lib/kubevirt/configuration.rb +308 -0
  352. data/lib/kubevirt/models/k8s_io_api_core_v1_affinity.rb +233 -0
  353. data/lib/kubevirt/models/k8s_io_api_core_v1_downward_api_volume_file.rb +251 -0
  354. data/lib/kubevirt/models/k8s_io_api_core_v1_exec_action.rb +218 -0
  355. data/lib/kubevirt/models/k8s_io_api_core_v1_http_get_action.rb +282 -0
  356. data/lib/kubevirt/models/k8s_io_api_core_v1_http_header.rb +240 -0
  357. data/lib/kubevirt/models/k8s_io_api_core_v1_local_object_reference.rb +218 -0
  358. data/lib/kubevirt/models/k8s_io_api_core_v1_node_affinity.rb +227 -0
  359. data/lib/kubevirt/models/k8s_io_api_core_v1_node_selector.rb +225 -0
  360. data/lib/kubevirt/models/k8s_io_api_core_v1_node_selector_requirement.rb +286 -0
  361. data/lib/kubevirt/models/k8s_io_api_core_v1_node_selector_term.rb +230 -0
  362. data/lib/kubevirt/models/k8s_io_api_core_v1_object_field_selector.rb +233 -0
  363. data/lib/kubevirt/models/k8s_io_api_core_v1_persistent_volume_claim_spec.rb +328 -0
  364. data/lib/kubevirt/models/k8s_io_api_core_v1_persistent_volume_claim_volume_source.rb +233 -0
  365. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_affinity.rb +230 -0
  366. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_affinity_term.rb +277 -0
  367. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_anti_affinity.rb +230 -0
  368. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_dns_config.rb +242 -0
  369. data/lib/kubevirt/models/k8s_io_api_core_v1_pod_dns_config_option.rb +225 -0
  370. data/lib/kubevirt/models/k8s_io_api_core_v1_preferred_scheduling_term.rb +239 -0
  371. data/lib/kubevirt/models/k8s_io_api_core_v1_resource_field_selector.rb +243 -0
  372. data/lib/kubevirt/models/k8s_io_api_core_v1_tcp_socket_action.rb +216 -0
  373. data/lib/kubevirt/models/k8s_io_api_core_v1_toleration.rb +302 -0
  374. data/lib/kubevirt/models/k8s_io_api_core_v1_topology_spread_constraint.rb +366 -0
  375. data/lib/kubevirt/models/k8s_io_api_core_v1_typed_local_object_reference.rb +250 -0
  376. data/lib/kubevirt/models/k8s_io_api_core_v1_typed_object_reference.rb +259 -0
  377. data/lib/kubevirt/models/k8s_io_api_core_v1_volume_resource_requirements.rb +230 -0
  378. data/lib/kubevirt/models/k8s_io_api_core_v1_weighted_pod_affinity_term.rb +239 -0
  379. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group.rb +283 -0
  380. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group_list.rb +245 -0
  381. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource.rb +347 -0
  382. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource_list.rb +262 -0
  383. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_delete_options.rb +277 -0
  384. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_group_version_for_discovery.rb +240 -0
  385. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector.rb +230 -0
  386. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector_requirement.rb +252 -0
  387. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_list_meta.rb +246 -0
  388. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_managed_fields_entry.rb +276 -0
  389. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_object_meta.rb +356 -0
  390. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_owner_reference.rb +294 -0
  391. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_preconditions.rb +226 -0
  392. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_root_paths.rb +225 -0
  393. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_server_address_by_client_cidr.rb +240 -0
  394. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_status.rb +284 -0
  395. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_cause.rb +236 -0
  396. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_details.rb +268 -0
  397. data/lib/kubevirt/models/k8s_io_apimachinery_pkg_apis_meta_v1_watch_event.rb +239 -0
  398. data/lib/kubevirt/models/v1_access_credential.rb +224 -0
  399. data/lib/kubevirt/models/v1_access_credential_secret_source.rb +222 -0
  400. data/lib/kubevirt/models/v1_acpi.rb +215 -0
  401. data/lib/kubevirt/models/v1_add_volume_options.rb +267 -0
  402. data/lib/kubevirt/models/v1_arch_configuration.rb +241 -0
  403. data/lib/kubevirt/models/v1_arch_specific_configuration.rb +234 -0
  404. data/lib/kubevirt/models/v1_bios.rb +216 -0
  405. data/lib/kubevirt/models/v1_block_size.rb +224 -0
  406. data/lib/kubevirt/models/v1_bootloader.rb +224 -0
  407. data/lib/kubevirt/models/v1_cd_rom_target.rb +235 -0
  408. data/lib/kubevirt/models/v1_cert_config.rb +226 -0
  409. data/lib/kubevirt/models/v1_chassis.rb +251 -0
  410. data/lib/kubevirt/models/v1_clock.rb +234 -0
  411. data/lib/kubevirt/models/v1_clock_offset.rb +225 -0
  412. data/lib/kubevirt/models/v1_clock_offset_utc.rb +216 -0
  413. data/lib/kubevirt/models/v1_cloud_init_config_drive_source.rb +264 -0
  414. data/lib/kubevirt/models/v1_cloud_init_no_cloud_source.rb +264 -0
  415. data/lib/kubevirt/models/v1_common_instancetypes_deployment.rb +215 -0
  416. data/lib/kubevirt/models/v1_component_config.rb +224 -0
  417. data/lib/kubevirt/models/v1_config_map_volume_source.rb +238 -0
  418. data/lib/kubevirt/models/v1_container_disk_info.rb +216 -0
  419. data/lib/kubevirt/models/v1_container_disk_source.rb +287 -0
  420. data/lib/kubevirt/models/v1_cpu.rb +306 -0
  421. data/lib/kubevirt/models/v1_cpu_feature.rb +233 -0
  422. data/lib/kubevirt/models/v1_cpu_topology.rb +236 -0
  423. data/lib/kubevirt/models/v1_custom_block_size.rb +238 -0
  424. data/lib/kubevirt/models/v1_custom_profile.rb +223 -0
  425. data/lib/kubevirt/models/v1_customize_components.rb +225 -0
  426. data/lib/kubevirt/models/v1_customize_components_patch.rb +269 -0
  427. data/lib/kubevirt/models/v1_data_volume_source.rb +232 -0
  428. data/lib/kubevirt/models/v1_data_volume_template_spec.rb +259 -0
  429. data/lib/kubevirt/models/v1_developer_configuration.rb +308 -0
  430. data/lib/kubevirt/models/v1_devices.rb +443 -0
  431. data/lib/kubevirt/models/v1_dhcp_options.rb +250 -0
  432. data/lib/kubevirt/models/v1_dhcp_private_options.rb +240 -0
  433. data/lib/kubevirt/models/v1_disk.rb +338 -0
  434. data/lib/kubevirt/models/v1_disk_target.rb +235 -0
  435. data/lib/kubevirt/models/v1_disk_verification.rb +223 -0
  436. data/lib/kubevirt/models/v1_domain_memory_dump_info.rb +246 -0
  437. data/lib/kubevirt/models/v1_domain_spec.rb +312 -0
  438. data/lib/kubevirt/models/v1_downward_api_volume_source.rb +228 -0
  439. data/lib/kubevirt/models/v1_efi.rb +226 -0
  440. data/lib/kubevirt/models/v1_empty_disk_source.rb +223 -0
  441. data/lib/kubevirt/models/v1_ephemeral_volume_source.rb +214 -0
  442. data/lib/kubevirt/models/v1_feature_apic.rb +225 -0
  443. data/lib/kubevirt/models/v1_feature_hyperv.rb +332 -0
  444. data/lib/kubevirt/models/v1_feature_kvm.rb +215 -0
  445. data/lib/kubevirt/models/v1_feature_spinlocks.rb +225 -0
  446. data/lib/kubevirt/models/v1_feature_state.rb +216 -0
  447. data/lib/kubevirt/models/v1_feature_vendor_id.rb +225 -0
  448. data/lib/kubevirt/models/v1_features.rb +268 -0
  449. data/lib/kubevirt/models/v1_filesystem.rb +238 -0
  450. data/lib/kubevirt/models/v1_firmware.rb +252 -0
  451. data/lib/kubevirt/models/v1_flags.rb +239 -0
  452. data/lib/kubevirt/models/v1_freeze_unfreeze_timeout.rb +223 -0
  453. data/lib/kubevirt/models/v1_generation_status.rb +294 -0
  454. data/lib/kubevirt/models/v1_gpu.rb +257 -0
  455. data/lib/kubevirt/models/v1_guest_agent_command_info.rb +231 -0
  456. data/lib/kubevirt/models/v1_host_device.rb +248 -0
  457. data/lib/kubevirt/models/v1_host_disk.rb +260 -0
  458. data/lib/kubevirt/models/v1_hotplug_volume_source.rb +224 -0
  459. data/lib/kubevirt/models/v1_hotplug_volume_status.rb +226 -0
  460. data/lib/kubevirt/models/v1_hpet_timer.rb +225 -0
  461. data/lib/kubevirt/models/v1_hugepages.rb +216 -0
  462. data/lib/kubevirt/models/v1_hyper_v_passthrough.rb +214 -0
  463. data/lib/kubevirt/models/v1_hyperv_timer.rb +215 -0
  464. data/lib/kubevirt/models/v1_i6300_esb_watchdog.rb +216 -0
  465. data/lib/kubevirt/models/v1_initrd_info.rb +216 -0
  466. data/lib/kubevirt/models/v1_input.rb +249 -0
  467. data/lib/kubevirt/models/v1_instancetype_configuration.rb +215 -0
  468. data/lib/kubevirt/models/v1_instancetype_matcher.rb +256 -0
  469. data/lib/kubevirt/models/v1_interface.rb +382 -0
  470. data/lib/kubevirt/models/v1_interface_binding_migration.rb +215 -0
  471. data/lib/kubevirt/models/v1_interface_binding_plugin.rb +263 -0
  472. data/lib/kubevirt/models/v1_kernel_boot.rb +225 -0
  473. data/lib/kubevirt/models/v1_kernel_boot_container.rb +297 -0
  474. data/lib/kubevirt/models/v1_kernel_boot_status.rb +224 -0
  475. data/lib/kubevirt/models/v1_kernel_info.rb +216 -0
  476. data/lib/kubevirt/models/v1_ksm_configuration.rb +215 -0
  477. data/lib/kubevirt/models/v1_kube_virt.rb +260 -0
  478. data/lib/kubevirt/models/v1_kube_virt_certificate_rotate_strategy.rb +214 -0
  479. data/lib/kubevirt/models/v1_kube_virt_condition.rb +256 -0
  480. data/lib/kubevirt/models/v1_kube_virt_configuration.rb +592 -0
  481. data/lib/kubevirt/models/v1_kube_virt_list.rb +253 -0
  482. data/lib/kubevirt/models/v1_kube_virt_self_sign_configuration.rb +253 -0
  483. data/lib/kubevirt/models/v1_kube_virt_spec.rb +405 -0
  484. data/lib/kubevirt/models/v1_kube_virt_status.rb +345 -0
  485. data/lib/kubevirt/models/v1_kube_virt_workload_update_strategy.rb +238 -0
  486. data/lib/kubevirt/models/v1_kvm_timer.rb +215 -0
  487. data/lib/kubevirt/models/v1_launch_security.rb +214 -0
  488. data/lib/kubevirt/models/v1_live_update_configuration.rb +235 -0
  489. data/lib/kubevirt/models/v1_log_verbosity.rb +263 -0
  490. data/lib/kubevirt/models/v1_lun_target.rb +235 -0
  491. data/lib/kubevirt/models/v1_machine.rb +217 -0
  492. data/lib/kubevirt/models/v1_mediated_devices_configuration.rb +240 -0
  493. data/lib/kubevirt/models/v1_mediated_host_device.rb +247 -0
  494. data/lib/kubevirt/models/v1_memory.rb +235 -0
  495. data/lib/kubevirt/models/v1_memory_dump_volume_source.rb +242 -0
  496. data/lib/kubevirt/models/v1_memory_status.rb +235 -0
  497. data/lib/kubevirt/models/v1_migrate_options.rb +238 -0
  498. data/lib/kubevirt/models/v1_migration_configuration.rb +336 -0
  499. data/lib/kubevirt/models/v1_multus_network.rb +233 -0
  500. data/lib/kubevirt/models/v1_network.rb +241 -0
  501. data/lib/kubevirt/models/v1_network_configuration.rb +245 -0
  502. data/lib/kubevirt/models/v1_node_mediated_device_types_config.rb +248 -0
  503. data/lib/kubevirt/models/v1_node_placement.rb +239 -0
  504. data/lib/kubevirt/models/v1_numa.rb +215 -0
  505. data/lib/kubevirt/models/v1_pause_options.rb +238 -0
  506. data/lib/kubevirt/models/v1_pci_host_device.rb +250 -0
  507. data/lib/kubevirt/models/v1_permitted_host_devices.rb +239 -0
  508. data/lib/kubevirt/models/v1_persistent_volume_claim_info.rb +316 -0
  509. data/lib/kubevirt/models/v1_persistent_volume_claim_volume_source.rb +243 -0
  510. data/lib/kubevirt/models/v1_pit_timer.rb +225 -0
  511. data/lib/kubevirt/models/v1_plugin_binding.rb +223 -0
  512. data/lib/kubevirt/models/v1_pod_network.rb +226 -0
  513. data/lib/kubevirt/models/v1_port.rb +243 -0
  514. data/lib/kubevirt/models/v1_preference_matcher.rb +256 -0
  515. data/lib/kubevirt/models/v1_probe.rb +293 -0
  516. data/lib/kubevirt/models/v1_qemu_guest_agent_ssh_public_key_access_credential_propagation.rb +224 -0
  517. data/lib/kubevirt/models/v1_rate_limiter.rb +214 -0
  518. data/lib/kubevirt/models/v1_realtime.rb +216 -0
  519. data/lib/kubevirt/models/v1_reloadable_component_configuration.rb +215 -0
  520. data/lib/kubevirt/models/v1_remove_volume_options.rb +235 -0
  521. data/lib/kubevirt/models/v1_resource_requirements.rb +235 -0
  522. data/lib/kubevirt/models/v1_resource_requirements_without_claims.rb +230 -0
  523. data/lib/kubevirt/models/v1_rest_client_configuration.rb +215 -0
  524. data/lib/kubevirt/models/v1_restart_options.rb +248 -0
  525. data/lib/kubevirt/models/v1_rtc_timer.rb +235 -0
  526. data/lib/kubevirt/models/v1_seccomp_configuration.rb +215 -0
  527. data/lib/kubevirt/models/v1_secret_volume_source.rb +236 -0
  528. data/lib/kubevirt/models/v1_service_account_volume_source.rb +216 -0
  529. data/lib/kubevirt/models/v1_sev.rb +243 -0
  530. data/lib/kubevirt/models/v1_sev_measurement_info.rb +286 -0
  531. data/lib/kubevirt/models/v1_sev_platform_info.rb +246 -0
  532. data/lib/kubevirt/models/v1_sev_policy.rb +215 -0
  533. data/lib/kubevirt/models/v1_sev_secret_options.rb +226 -0
  534. data/lib/kubevirt/models/v1_sev_session_options.rb +226 -0
  535. data/lib/kubevirt/models/v1_sm_bios_configuration.rb +250 -0
  536. data/lib/kubevirt/models/v1_sound_device.rb +233 -0
  537. data/lib/kubevirt/models/v1_ssh_public_key_access_credential.rb +238 -0
  538. data/lib/kubevirt/models/v1_ssh_public_key_access_credential_propagation_method.rb +233 -0
  539. data/lib/kubevirt/models/v1_ssh_public_key_access_credential_source.rb +215 -0
  540. data/lib/kubevirt/models/v1_start_options.rb +248 -0
  541. data/lib/kubevirt/models/v1_stop_options.rb +248 -0
  542. data/lib/kubevirt/models/v1_storage_migrated_volume_info.rb +241 -0
  543. data/lib/kubevirt/models/v1_support_container_resources.rb +238 -0
  544. data/lib/kubevirt/models/v1_sy_nic_timer.rb +223 -0
  545. data/lib/kubevirt/models/v1_sysprep_source.rb +224 -0
  546. data/lib/kubevirt/models/v1_timer.rb +251 -0
  547. data/lib/kubevirt/models/v1_tls_configuration.rb +227 -0
  548. data/lib/kubevirt/models/v1_token_bucket_rate_limiter.rb +239 -0
  549. data/lib/kubevirt/models/v1_topology_hints.rb +214 -0
  550. data/lib/kubevirt/models/v1_tpm_device.rb +215 -0
  551. data/lib/kubevirt/models/v1_unpause_options.rb +238 -0
  552. data/lib/kubevirt/models/v1_usb_host_device.rb +243 -0
  553. data/lib/kubevirt/models/v1_usb_selector.rb +237 -0
  554. data/lib/kubevirt/models/v1_user_password_access_credential.rb +238 -0
  555. data/lib/kubevirt/models/v1_user_password_access_credential_propagation_method.rb +215 -0
  556. data/lib/kubevirt/models/v1_user_password_access_credential_source.rb +215 -0
  557. data/lib/kubevirt/models/v1_vgpu_display_options.rb +224 -0
  558. data/lib/kubevirt/models/v1_vgpu_options.rb +214 -0
  559. data/lib/kubevirt/models/v1_virtual_machine.rb +260 -0
  560. data/lib/kubevirt/models/v1_virtual_machine_condition.rb +256 -0
  561. data/lib/kubevirt/models/v1_virtual_machine_instance.rb +260 -0
  562. data/lib/kubevirt/models/v1_virtual_machine_instance_condition.rb +255 -0
  563. data/lib/kubevirt/models/v1_virtual_machine_instance_file_system.rb +297 -0
  564. data/lib/kubevirt/models/v1_virtual_machine_instance_file_system_disk.rb +231 -0
  565. data/lib/kubevirt/models/v1_virtual_machine_instance_file_system_info.rb +224 -0
  566. data/lib/kubevirt/models/v1_virtual_machine_instance_file_system_list.rb +253 -0
  567. data/lib/kubevirt/models/v1_virtual_machine_instance_guest_agent_info.rb +308 -0
  568. data/lib/kubevirt/models/v1_virtual_machine_instance_guest_os_info.rb +285 -0
  569. data/lib/kubevirt/models/v1_virtual_machine_instance_guest_os_user.rb +240 -0
  570. data/lib/kubevirt/models/v1_virtual_machine_instance_guest_os_user_list.rb +253 -0
  571. data/lib/kubevirt/models/v1_virtual_machine_instance_list.rb +253 -0
  572. data/lib/kubevirt/models/v1_virtual_machine_instance_migration.rb +260 -0
  573. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_condition.rb +255 -0
  574. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_list.rb +253 -0
  575. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_phase_transition_timestamp.rb +226 -0
  576. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_spec.rb +215 -0
  577. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_state.rb +447 -0
  578. data/lib/kubevirt/models/v1_virtual_machine_instance_migration_status.rb +247 -0
  579. data/lib/kubevirt/models/v1_virtual_machine_instance_network_interface.rb +287 -0
  580. data/lib/kubevirt/models/v1_virtual_machine_instance_phase_transition_timestamp.rb +226 -0
  581. data/lib/kubevirt/models/v1_virtual_machine_instance_preset.rb +244 -0
  582. data/lib/kubevirt/models/v1_virtual_machine_instance_preset_list.rb +253 -0
  583. data/lib/kubevirt/models/v1_virtual_machine_instance_preset_spec.rb +230 -0
  584. data/lib/kubevirt/models/v1_virtual_machine_instance_profile.rb +214 -0
  585. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set.rb +260 -0
  586. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_condition.rb +255 -0
  587. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_list.rb +253 -0
  588. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_spec.rb +257 -0
  589. data/lib/kubevirt/models/v1_virtual_machine_instance_replica_set_status.rb +246 -0
  590. data/lib/kubevirt/models/v1_virtual_machine_instance_spec.rb +454 -0
  591. data/lib/kubevirt/models/v1_virtual_machine_instance_status.rb +507 -0
  592. data/lib/kubevirt/models/v1_virtual_machine_instance_template_spec.rb +223 -0
  593. data/lib/kubevirt/models/v1_virtual_machine_list.rb +253 -0
  594. data/lib/kubevirt/models/v1_virtual_machine_memory_dump_request.rb +290 -0
  595. data/lib/kubevirt/models/v1_virtual_machine_options.rb +224 -0
  596. data/lib/kubevirt/models/v1_virtual_machine_spec.rb +282 -0
  597. data/lib/kubevirt/models/v1_virtual_machine_start_failure.rb +234 -0
  598. data/lib/kubevirt/models/v1_virtual_machine_state_change_request.rb +244 -0
  599. data/lib/kubevirt/models/v1_virtual_machine_status.rb +361 -0
  600. data/lib/kubevirt/models/v1_virtual_machine_volume_request.rb +223 -0
  601. data/lib/kubevirt/models/v1_volume.rb +359 -0
  602. data/lib/kubevirt/models/v1_volume_migration_state.rb +217 -0
  603. data/lib/kubevirt/models/v1_volume_snapshot_status.rb +249 -0
  604. data/lib/kubevirt/models/v1_volume_status.rb +316 -0
  605. data/lib/kubevirt/models/v1_volume_update_state.rb +214 -0
  606. data/lib/kubevirt/models/v1_watchdog.rb +232 -0
  607. data/lib/kubevirt/models/v1alpha1_condition.rb +256 -0
  608. data/lib/kubevirt/models/v1alpha1_migration_policy.rb +260 -0
  609. data/lib/kubevirt/models/v1alpha1_migration_policy_list.rb +253 -0
  610. data/lib/kubevirt/models/v1alpha1_migration_policy_spec.rb +267 -0
  611. data/lib/kubevirt/models/v1alpha1_selectors.rb +227 -0
  612. data/lib/kubevirt/models/v1alpha1_virtual_machine_clone.rb +260 -0
  613. data/lib/kubevirt/models/v1alpha1_virtual_machine_clone_list.rb +253 -0
  614. data/lib/kubevirt/models/v1alpha1_virtual_machine_clone_spec.rb +285 -0
  615. data/lib/kubevirt/models/v1alpha1_virtual_machine_clone_status.rb +262 -0
  616. data/lib/kubevirt/models/v1alpha1_virtual_machine_clone_template_filters.rb +229 -0
  617. data/lib/kubevirt/models/v1alpha1_virtual_machine_pool.rb +260 -0
  618. data/lib/kubevirt/models/v1alpha1_virtual_machine_pool_condition.rb +255 -0
  619. data/lib/kubevirt/models/v1alpha1_virtual_machine_pool_list.rb +253 -0
  620. data/lib/kubevirt/models/v1alpha1_virtual_machine_pool_spec.rb +257 -0
  621. data/lib/kubevirt/models/v1alpha1_virtual_machine_pool_status.rb +244 -0
  622. data/lib/kubevirt/models/v1alpha1_virtual_machine_template_spec.rb +223 -0
  623. data/lib/kubevirt/models/v1beta1_clock_preferences.rb +224 -0
  624. data/lib/kubevirt/models/v1beta1_condition.rb +256 -0
  625. data/lib/kubevirt/models/v1beta1_cpu_instancetype.rb +281 -0
  626. data/lib/kubevirt/models/v1beta1_cpu_preference_requirement.rb +222 -0
  627. data/lib/kubevirt/models/v1beta1_cpu_preferences.rb +237 -0
  628. data/lib/kubevirt/models/v1beta1_data_volume_checkpoint.rb +240 -0
  629. data/lib/kubevirt/models/v1beta1_data_volume_source.rb +298 -0
  630. data/lib/kubevirt/models/v1beta1_data_volume_source_gcs.rb +233 -0
  631. data/lib/kubevirt/models/v1beta1_data_volume_source_http.rb +267 -0
  632. data/lib/kubevirt/models/v1beta1_data_volume_source_image_io.rb +260 -0
  633. data/lib/kubevirt/models/v1beta1_data_volume_source_pvc.rb +240 -0
  634. data/lib/kubevirt/models/v1beta1_data_volume_source_ref.rb +250 -0
  635. data/lib/kubevirt/models/v1beta1_data_volume_source_registry.rb +256 -0
  636. data/lib/kubevirt/models/v1beta1_data_volume_source_s3.rb +243 -0
  637. data/lib/kubevirt/models/v1beta1_data_volume_source_snapshot.rb +240 -0
  638. data/lib/kubevirt/models/v1beta1_data_volume_source_vddk.rb +266 -0
  639. data/lib/kubevirt/models/v1beta1_data_volume_spec.rb +294 -0
  640. data/lib/kubevirt/models/v1beta1_device_preferences.rb +443 -0
  641. data/lib/kubevirt/models/v1beta1_error.rb +225 -0
  642. data/lib/kubevirt/models/v1beta1_feature_preferences.rb +260 -0
  643. data/lib/kubevirt/models/v1beta1_firmware_preferences.rb +255 -0
  644. data/lib/kubevirt/models/v1beta1_machine_preferences.rb +216 -0
  645. data/lib/kubevirt/models/v1beta1_memory_instancetype.rb +252 -0
  646. data/lib/kubevirt/models/v1beta1_memory_preference_requirement.rb +222 -0
  647. data/lib/kubevirt/models/v1beta1_persistent_volume_claim.rb +223 -0
  648. data/lib/kubevirt/models/v1beta1_preference_requirements.rb +223 -0
  649. data/lib/kubevirt/models/v1beta1_snapshot_volumes_lists.rb +228 -0
  650. data/lib/kubevirt/models/v1beta1_source_spec.rb +215 -0
  651. data/lib/kubevirt/models/v1beta1_spread_options.rb +225 -0
  652. data/lib/kubevirt/models/v1beta1_storage_spec.rb +318 -0
  653. data/lib/kubevirt/models/v1beta1_virtual_machine.rb +232 -0
  654. data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_instancetype.rb +251 -0
  655. data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_instancetype_list.rb +253 -0
  656. data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_preference.rb +251 -0
  657. data/lib/kubevirt/models/v1beta1_virtual_machine_cluster_preference_list.rb +253 -0
  658. data/lib/kubevirt/models/v1beta1_virtual_machine_export.rb +260 -0
  659. data/lib/kubevirt/models/v1beta1_virtual_machine_export_link.rb +247 -0
  660. data/lib/kubevirt/models/v1beta1_virtual_machine_export_links.rb +224 -0
  661. data/lib/kubevirt/models/v1beta1_virtual_machine_export_list.rb +260 -0
  662. data/lib/kubevirt/models/v1beta1_virtual_machine_export_manifest.rb +240 -0
  663. data/lib/kubevirt/models/v1beta1_virtual_machine_export_spec.rb +242 -0
  664. data/lib/kubevirt/models/v1beta1_virtual_machine_export_status.rb +275 -0
  665. data/lib/kubevirt/models/v1beta1_virtual_machine_export_volume.rb +234 -0
  666. data/lib/kubevirt/models/v1beta1_virtual_machine_export_volume_format.rb +240 -0
  667. data/lib/kubevirt/models/v1beta1_virtual_machine_instancetype.rb +251 -0
  668. data/lib/kubevirt/models/v1beta1_virtual_machine_instancetype_list.rb +253 -0
  669. data/lib/kubevirt/models/v1beta1_virtual_machine_instancetype_spec.rb +315 -0
  670. data/lib/kubevirt/models/v1beta1_virtual_machine_preference.rb +251 -0
  671. data/lib/kubevirt/models/v1beta1_virtual_machine_preference_list.rb +253 -0
  672. data/lib/kubevirt/models/v1beta1_virtual_machine_preference_spec.rb +320 -0
  673. data/lib/kubevirt/models/v1beta1_virtual_machine_restore.rb +260 -0
  674. data/lib/kubevirt/models/v1beta1_virtual_machine_restore_list.rb +260 -0
  675. data/lib/kubevirt/models/v1beta1_virtual_machine_restore_spec.rb +259 -0
  676. data/lib/kubevirt/models/v1beta1_virtual_machine_restore_status.rb +258 -0
  677. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot.rb +260 -0
  678. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content.rb +260 -0
  679. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content_list.rb +260 -0
  680. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content_spec.rb +242 -0
  681. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_content_status.rb +245 -0
  682. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_list.rb +260 -0
  683. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_spec.rb +241 -0
  684. data/lib/kubevirt/models/v1beta1_virtual_machine_snapshot_status.rb +292 -0
  685. data/lib/kubevirt/models/v1beta1_volume_backup.rb +247 -0
  686. data/lib/kubevirt/models/v1beta1_volume_preferences.rb +215 -0
  687. data/lib/kubevirt/models/v1beta1_volume_restore.rb +263 -0
  688. data/lib/kubevirt/models/v1beta1_volume_snapshot_status.rb +250 -0
  689. data/lib/kubevirt/version.rb +15 -0
  690. data/lib/kubevirt.rb +377 -0
  691. data/renovate.json +5 -0
  692. data/spec/api/default_api_spec.rb +3768 -0
  693. data/spec/models/k8s_io_api_core_v1_affinity_spec.rb +48 -0
  694. data/spec/models/k8s_io_api_core_v1_downward_api_volume_file_spec.rb +54 -0
  695. data/spec/models/k8s_io_api_core_v1_exec_action_spec.rb +36 -0
  696. data/spec/models/k8s_io_api_core_v1_http_get_action_spec.rb +58 -0
  697. data/spec/models/k8s_io_api_core_v1_http_header_spec.rb +42 -0
  698. data/spec/models/k8s_io_api_core_v1_local_object_reference_spec.rb +36 -0
  699. data/spec/models/k8s_io_api_core_v1_node_affinity_spec.rb +42 -0
  700. data/spec/models/k8s_io_api_core_v1_node_selector_requirement_spec.rb +52 -0
  701. data/spec/models/k8s_io_api_core_v1_node_selector_spec.rb +36 -0
  702. data/spec/models/k8s_io_api_core_v1_node_selector_term_spec.rb +42 -0
  703. data/spec/models/k8s_io_api_core_v1_object_field_selector_spec.rb +42 -0
  704. data/spec/models/k8s_io_api_core_v1_persistent_volume_claim_spec_spec.rb +92 -0
  705. data/spec/models/k8s_io_api_core_v1_persistent_volume_claim_volume_source_spec.rb +42 -0
  706. data/spec/models/k8s_io_api_core_v1_pod_affinity_spec.rb +42 -0
  707. data/spec/models/k8s_io_api_core_v1_pod_affinity_term_spec.rb +66 -0
  708. data/spec/models/k8s_io_api_core_v1_pod_anti_affinity_spec.rb +42 -0
  709. data/spec/models/k8s_io_api_core_v1_pod_dns_config_option_spec.rb +42 -0
  710. data/spec/models/k8s_io_api_core_v1_pod_dns_config_spec.rb +48 -0
  711. data/spec/models/k8s_io_api_core_v1_preferred_scheduling_term_spec.rb +42 -0
  712. data/spec/models/k8s_io_api_core_v1_resource_field_selector_spec.rb +48 -0
  713. data/spec/models/k8s_io_api_core_v1_tcp_socket_action_spec.rb +36 -0
  714. data/spec/models/k8s_io_api_core_v1_toleration_spec.rb +68 -0
  715. data/spec/models/k8s_io_api_core_v1_topology_spread_constraint_spec.rb +90 -0
  716. data/spec/models/k8s_io_api_core_v1_typed_local_object_reference_spec.rb +48 -0
  717. data/spec/models/k8s_io_api_core_v1_typed_object_reference_spec.rb +54 -0
  718. data/spec/models/k8s_io_api_core_v1_volume_resource_requirements_spec.rb +42 -0
  719. data/spec/models/k8s_io_api_core_v1_weighted_pod_affinity_term_spec.rb +42 -0
  720. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group_list_spec.rb +48 -0
  721. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_group_spec.rb +66 -0
  722. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource_list_spec.rb +54 -0
  723. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_api_resource_spec.rb +90 -0
  724. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_delete_options_spec.rb +72 -0
  725. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_group_version_for_discovery_spec.rb +42 -0
  726. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector_requirement_spec.rb +48 -0
  727. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_label_selector_spec.rb +42 -0
  728. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_list_meta_spec.rb +54 -0
  729. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_managed_fields_entry_spec.rb +72 -0
  730. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_object_meta_spec.rb +114 -0
  731. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_owner_reference_spec.rb +66 -0
  732. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_preconditions_spec.rb +42 -0
  733. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_root_paths_spec.rb +36 -0
  734. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_server_address_by_client_cidr_spec.rb +42 -0
  735. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_cause_spec.rb +48 -0
  736. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_details_spec.rb +66 -0
  737. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_status_spec.rb +78 -0
  738. data/spec/models/k8s_io_apimachinery_pkg_apis_meta_v1_watch_event_spec.rb +42 -0
  739. data/spec/models/v1_access_credential_secret_source_spec.rb +36 -0
  740. data/spec/models/v1_access_credential_spec.rb +42 -0
  741. data/spec/models/v1_acpi_spec.rb +36 -0
  742. data/spec/models/v1_add_volume_options_spec.rb +54 -0
  743. data/spec/models/v1_arch_configuration_spec.rb +54 -0
  744. data/spec/models/v1_arch_specific_configuration_spec.rb +48 -0
  745. data/spec/models/v1_bios_spec.rb +36 -0
  746. data/spec/models/v1_block_size_spec.rb +42 -0
  747. data/spec/models/v1_bootloader_spec.rb +42 -0
  748. data/spec/models/v1_cd_rom_target_spec.rb +48 -0
  749. data/spec/models/v1_cert_config_spec.rb +42 -0
  750. data/spec/models/v1_chassis_spec.rb +60 -0
  751. data/spec/models/v1_clock_offset_spec.rb +42 -0
  752. data/spec/models/v1_clock_offset_utc_spec.rb +36 -0
  753. data/spec/models/v1_clock_spec.rb +48 -0
  754. data/spec/models/v1_cloud_init_config_drive_source_spec.rb +66 -0
  755. data/spec/models/v1_cloud_init_no_cloud_source_spec.rb +66 -0
  756. data/spec/models/v1_common_instancetypes_deployment_spec.rb +36 -0
  757. data/spec/models/v1_component_config_spec.rb +42 -0
  758. data/spec/models/v1_config_map_volume_source_spec.rb +48 -0
  759. data/spec/models/v1_container_disk_info_spec.rb +36 -0
  760. data/spec/models/v1_container_disk_source_spec.rb +58 -0
  761. data/spec/models/v1_cpu_feature_spec.rb +42 -0
  762. data/spec/models/v1_cpu_spec.rb +90 -0
  763. data/spec/models/v1_cpu_topology_spec.rb +48 -0
  764. data/spec/models/v1_custom_block_size_spec.rb +42 -0
  765. data/spec/models/v1_custom_profile_spec.rb +42 -0
  766. data/spec/models/v1_customize_components_patch_spec.rb +54 -0
  767. data/spec/models/v1_customize_components_spec.rb +42 -0
  768. data/spec/models/v1_data_volume_source_spec.rb +42 -0
  769. data/spec/models/v1_data_volume_template_spec_spec.rb +60 -0
  770. data/spec/models/v1_developer_configuration_spec.rb +90 -0
  771. data/spec/models/v1_devices_spec.rb +168 -0
  772. data/spec/models/v1_dhcp_options_spec.rb +54 -0
  773. data/spec/models/v1_dhcp_private_options_spec.rb +42 -0
  774. data/spec/models/v1_disk_spec.rb +108 -0
  775. data/spec/models/v1_disk_target_spec.rb +48 -0
  776. data/spec/models/v1_disk_verification_spec.rb +36 -0
  777. data/spec/models/v1_domain_memory_dump_info_spec.rb +54 -0
  778. data/spec/models/v1_domain_spec_spec.rb +96 -0
  779. data/spec/models/v1_downward_api_volume_source_spec.rb +42 -0
  780. data/spec/models/v1_efi_spec.rb +42 -0
  781. data/spec/models/v1_empty_disk_source_spec.rb +36 -0
  782. data/spec/models/v1_ephemeral_volume_source_spec.rb +36 -0
  783. data/spec/models/v1_feature_apic_spec.rb +42 -0
  784. data/spec/models/v1_feature_hyperv_spec.rb +114 -0
  785. data/spec/models/v1_feature_kvm_spec.rb +36 -0
  786. data/spec/models/v1_feature_spinlocks_spec.rb +42 -0
  787. data/spec/models/v1_feature_state_spec.rb +36 -0
  788. data/spec/models/v1_feature_vendor_id_spec.rb +42 -0
  789. data/spec/models/v1_features_spec.rb +72 -0
  790. data/spec/models/v1_filesystem_spec.rb +42 -0
  791. data/spec/models/v1_firmware_spec.rb +60 -0
  792. data/spec/models/v1_flags_spec.rb +48 -0
  793. data/spec/models/v1_freeze_unfreeze_timeout_spec.rb +36 -0
  794. data/spec/models/v1_generation_status_spec.rb +66 -0
  795. data/spec/models/v1_gpu_spec.rb +54 -0
  796. data/spec/models/v1_guest_agent_command_info_spec.rb +42 -0
  797. data/spec/models/v1_host_device_spec.rb +48 -0
  798. data/spec/models/v1_host_disk_spec.rb +54 -0
  799. data/spec/models/v1_hotplug_volume_source_spec.rb +42 -0
  800. data/spec/models/v1_hotplug_volume_status_spec.rb +42 -0
  801. data/spec/models/v1_hpet_timer_spec.rb +42 -0
  802. data/spec/models/v1_hugepages_spec.rb +36 -0
  803. data/spec/models/v1_hyper_v_passthrough_spec.rb +36 -0
  804. data/spec/models/v1_hyperv_timer_spec.rb +36 -0
  805. data/spec/models/v1_i6300_esb_watchdog_spec.rb +36 -0
  806. data/spec/models/v1_initrd_info_spec.rb +36 -0
  807. data/spec/models/v1_input_spec.rb +48 -0
  808. data/spec/models/v1_instancetype_configuration_spec.rb +36 -0
  809. data/spec/models/v1_instancetype_matcher_spec.rb +60 -0
  810. data/spec/models/v1_interface_binding_migration_spec.rb +36 -0
  811. data/spec/models/v1_interface_binding_plugin_spec.rb +66 -0
  812. data/spec/models/v1_interface_spec.rb +132 -0
  813. data/spec/models/v1_kernel_boot_container_spec.rb +64 -0
  814. data/spec/models/v1_kernel_boot_spec.rb +42 -0
  815. data/spec/models/v1_kernel_boot_status_spec.rb +42 -0
  816. data/spec/models/v1_kernel_info_spec.rb +36 -0
  817. data/spec/models/v1_ksm_configuration_spec.rb +36 -0
  818. data/spec/models/v1_kube_virt_certificate_rotate_strategy_spec.rb +36 -0
  819. data/spec/models/v1_kube_virt_condition_spec.rb +54 -0
  820. data/spec/models/v1_kube_virt_configuration_spec.rb +256 -0
  821. data/spec/models/v1_kube_virt_list_spec.rb +54 -0
  822. data/spec/models/v1_kube_virt_self_sign_configuration_spec.rb +60 -0
  823. data/spec/models/v1_kube_virt_spec.rb +60 -0
  824. data/spec/models/v1_kube_virt_spec_spec.rb +136 -0
  825. data/spec/models/v1_kube_virt_status_spec.rb +120 -0
  826. data/spec/models/v1_kube_virt_workload_update_strategy_spec.rb +48 -0
  827. data/spec/models/v1_kvm_timer_spec.rb +36 -0
  828. data/spec/models/v1_launch_security_spec.rb +36 -0
  829. data/spec/models/v1_live_update_configuration_spec.rb +48 -0
  830. data/spec/models/v1_log_verbosity_spec.rb +66 -0
  831. data/spec/models/v1_lun_target_spec.rb +48 -0
  832. data/spec/models/v1_machine_spec.rb +36 -0
  833. data/spec/models/v1_mediated_devices_configuration_spec.rb +48 -0
  834. data/spec/models/v1_mediated_host_device_spec.rb +48 -0
  835. data/spec/models/v1_memory_dump_volume_source_spec.rb +48 -0
  836. data/spec/models/v1_memory_spec.rb +48 -0
  837. data/spec/models/v1_memory_status_spec.rb +48 -0
  838. data/spec/models/v1_migrate_options_spec.rb +48 -0
  839. data/spec/models/v1_migration_configuration_spec.rb +108 -0
  840. data/spec/models/v1_multus_network_spec.rb +42 -0
  841. data/spec/models/v1_network_configuration_spec.rb +54 -0
  842. data/spec/models/v1_network_spec.rb +48 -0
  843. data/spec/models/v1_node_mediated_device_types_config_spec.rb +48 -0
  844. data/spec/models/v1_node_placement_spec.rb +48 -0
  845. data/spec/models/v1_numa_spec.rb +36 -0
  846. data/spec/models/v1_pause_options_spec.rb +48 -0
  847. data/spec/models/v1_pci_host_device_spec.rb +48 -0
  848. data/spec/models/v1_permitted_host_devices_spec.rb +48 -0
  849. data/spec/models/v1_persistent_volume_claim_info_spec.rb +80 -0
  850. data/spec/models/v1_persistent_volume_claim_volume_source_spec.rb +48 -0
  851. data/spec/models/v1_pit_timer_spec.rb +42 -0
  852. data/spec/models/v1_plugin_binding_spec.rb +36 -0
  853. data/spec/models/v1_pod_network_spec.rb +42 -0
  854. data/spec/models/v1_port_spec.rb +48 -0
  855. data/spec/models/v1_preference_matcher_spec.rb +60 -0
  856. data/spec/models/v1_probe_spec.rb +84 -0
  857. data/spec/models/v1_qemu_guest_agent_ssh_public_key_access_credential_propagation_spec.rb +36 -0
  858. data/spec/models/v1_rate_limiter_spec.rb +36 -0
  859. data/spec/models/v1_realtime_spec.rb +36 -0
  860. data/spec/models/v1_reloadable_component_configuration_spec.rb +36 -0
  861. data/spec/models/v1_remove_volume_options_spec.rb +42 -0
  862. data/spec/models/v1_resource_requirements_spec.rb +48 -0
  863. data/spec/models/v1_resource_requirements_without_claims_spec.rb +42 -0
  864. data/spec/models/v1_rest_client_configuration_spec.rb +36 -0
  865. data/spec/models/v1_restart_options_spec.rb +54 -0
  866. data/spec/models/v1_rtc_timer_spec.rb +48 -0
  867. data/spec/models/v1_seccomp_configuration_spec.rb +36 -0
  868. data/spec/models/v1_secret_volume_source_spec.rb +48 -0
  869. data/spec/models/v1_service_account_volume_source_spec.rb +36 -0
  870. data/spec/models/v1_sev_measurement_info_spec.rb +78 -0
  871. data/spec/models/v1_sev_platform_info_spec.rb +54 -0
  872. data/spec/models/v1_sev_policy_spec.rb +36 -0
  873. data/spec/models/v1_sev_secret_options_spec.rb +42 -0
  874. data/spec/models/v1_sev_session_options_spec.rb +42 -0
  875. data/spec/models/v1_sev_spec.rb +54 -0
  876. data/spec/models/v1_sm_bios_configuration_spec.rb +60 -0
  877. data/spec/models/v1_sound_device_spec.rb +42 -0
  878. data/spec/models/v1_ssh_public_key_access_credential_propagation_method_spec.rb +48 -0
  879. data/spec/models/v1_ssh_public_key_access_credential_source_spec.rb +36 -0
  880. data/spec/models/v1_ssh_public_key_access_credential_spec.rb +42 -0
  881. data/spec/models/v1_start_options_spec.rb +54 -0
  882. data/spec/models/v1_stop_options_spec.rb +54 -0
  883. data/spec/models/v1_storage_migrated_volume_info_spec.rb +48 -0
  884. data/spec/models/v1_support_container_resources_spec.rb +42 -0
  885. data/spec/models/v1_sy_nic_timer_spec.rb +42 -0
  886. data/spec/models/v1_sysprep_source_spec.rb +42 -0
  887. data/spec/models/v1_timer_spec.rb +60 -0
  888. data/spec/models/v1_tls_configuration_spec.rb +42 -0
  889. data/spec/models/v1_token_bucket_rate_limiter_spec.rb +42 -0
  890. data/spec/models/v1_topology_hints_spec.rb +36 -0
  891. data/spec/models/v1_tpm_device_spec.rb +36 -0
  892. data/spec/models/v1_unpause_options_spec.rb +48 -0
  893. data/spec/models/v1_usb_host_device_spec.rb +48 -0
  894. data/spec/models/v1_usb_selector_spec.rb +42 -0
  895. data/spec/models/v1_user_password_access_credential_propagation_method_spec.rb +36 -0
  896. data/spec/models/v1_user_password_access_credential_source_spec.rb +36 -0
  897. data/spec/models/v1_user_password_access_credential_spec.rb +42 -0
  898. data/spec/models/v1_vgpu_display_options_spec.rb +42 -0
  899. data/spec/models/v1_vgpu_options_spec.rb +36 -0
  900. data/spec/models/v1_virtual_machine_condition_spec.rb +54 -0
  901. data/spec/models/v1_virtual_machine_instance_condition_spec.rb +54 -0
  902. data/spec/models/v1_virtual_machine_instance_file_system_disk_spec.rb +42 -0
  903. data/spec/models/v1_virtual_machine_instance_file_system_info_spec.rb +36 -0
  904. data/spec/models/v1_virtual_machine_instance_file_system_list_spec.rb +54 -0
  905. data/spec/models/v1_virtual_machine_instance_file_system_spec.rb +66 -0
  906. data/spec/models/v1_virtual_machine_instance_guest_agent_info_spec.rb +90 -0
  907. data/spec/models/v1_virtual_machine_instance_guest_os_info_spec.rb +78 -0
  908. data/spec/models/v1_virtual_machine_instance_guest_os_user_list_spec.rb +54 -0
  909. data/spec/models/v1_virtual_machine_instance_guest_os_user_spec.rb +48 -0
  910. data/spec/models/v1_virtual_machine_instance_list_spec.rb +54 -0
  911. data/spec/models/v1_virtual_machine_instance_migration_condition_spec.rb +54 -0
  912. data/spec/models/v1_virtual_machine_instance_migration_list_spec.rb +54 -0
  913. data/spec/models/v1_virtual_machine_instance_migration_phase_transition_timestamp_spec.rb +42 -0
  914. data/spec/models/v1_virtual_machine_instance_migration_spec.rb +60 -0
  915. data/spec/models/v1_virtual_machine_instance_migration_spec_spec.rb +36 -0
  916. data/spec/models/v1_virtual_machine_instance_migration_state_spec.rb +174 -0
  917. data/spec/models/v1_virtual_machine_instance_migration_status_spec.rb +54 -0
  918. data/spec/models/v1_virtual_machine_instance_network_interface_spec.rb +78 -0
  919. data/spec/models/v1_virtual_machine_instance_phase_transition_timestamp_spec.rb +42 -0
  920. data/spec/models/v1_virtual_machine_instance_preset_list_spec.rb +54 -0
  921. data/spec/models/v1_virtual_machine_instance_preset_spec.rb +54 -0
  922. data/spec/models/v1_virtual_machine_instance_preset_spec_spec.rb +42 -0
  923. data/spec/models/v1_virtual_machine_instance_profile_spec.rb +36 -0
  924. data/spec/models/v1_virtual_machine_instance_replica_set_condition_spec.rb +54 -0
  925. data/spec/models/v1_virtual_machine_instance_replica_set_list_spec.rb +54 -0
  926. data/spec/models/v1_virtual_machine_instance_replica_set_spec.rb +60 -0
  927. data/spec/models/v1_virtual_machine_instance_replica_set_spec_spec.rb +54 -0
  928. data/spec/models/v1_virtual_machine_instance_replica_set_status_spec.rb +54 -0
  929. data/spec/models/v1_virtual_machine_instance_spec.rb +60 -0
  930. data/spec/models/v1_virtual_machine_instance_spec_spec.rb +154 -0
  931. data/spec/models/v1_virtual_machine_instance_status_spec.rb +190 -0
  932. data/spec/models/v1_virtual_machine_instance_template_spec_spec.rb +42 -0
  933. data/spec/models/v1_virtual_machine_list_spec.rb +54 -0
  934. data/spec/models/v1_virtual_machine_memory_dump_request_spec.rb +72 -0
  935. data/spec/models/v1_virtual_machine_options_spec.rb +42 -0
  936. data/spec/models/v1_virtual_machine_spec.rb +60 -0
  937. data/spec/models/v1_virtual_machine_spec_spec.rb +72 -0
  938. data/spec/models/v1_virtual_machine_start_failure_spec.rb +48 -0
  939. data/spec/models/v1_virtual_machine_state_change_request_spec.rb +48 -0
  940. data/spec/models/v1_virtual_machine_status_spec.rb +120 -0
  941. data/spec/models/v1_virtual_machine_volume_request_spec.rb +42 -0
  942. data/spec/models/v1_volume_migration_state_spec.rb +36 -0
  943. data/spec/models/v1_volume_snapshot_status_spec.rb +48 -0
  944. data/spec/models/v1_volume_spec.rb +126 -0
  945. data/spec/models/v1_volume_status_spec.rb +90 -0
  946. data/spec/models/v1_volume_update_state_spec.rb +36 -0
  947. data/spec/models/v1_watchdog_spec.rb +42 -0
  948. data/spec/models/v1alpha1_condition_spec.rb +54 -0
  949. data/spec/models/v1alpha1_migration_policy_list_spec.rb +54 -0
  950. data/spec/models/v1alpha1_migration_policy_spec.rb +60 -0
  951. data/spec/models/v1alpha1_migration_policy_spec_spec.rb +66 -0
  952. data/spec/models/v1alpha1_selectors_spec.rb +42 -0
  953. data/spec/models/v1alpha1_virtual_machine_clone_list_spec.rb +54 -0
  954. data/spec/models/v1alpha1_virtual_machine_clone_spec.rb +60 -0
  955. data/spec/models/v1alpha1_virtual_machine_clone_spec_spec.rb +72 -0
  956. data/spec/models/v1alpha1_virtual_machine_clone_status_spec.rb +66 -0
  957. data/spec/models/v1alpha1_virtual_machine_clone_template_filters_spec.rb +42 -0
  958. data/spec/models/v1alpha1_virtual_machine_pool_condition_spec.rb +54 -0
  959. data/spec/models/v1alpha1_virtual_machine_pool_list_spec.rb +54 -0
  960. data/spec/models/v1alpha1_virtual_machine_pool_spec.rb +60 -0
  961. data/spec/models/v1alpha1_virtual_machine_pool_spec_spec.rb +54 -0
  962. data/spec/models/v1alpha1_virtual_machine_pool_status_spec.rb +54 -0
  963. data/spec/models/v1alpha1_virtual_machine_template_spec_spec.rb +42 -0
  964. data/spec/models/v1beta1_clock_preferences_spec.rb +42 -0
  965. data/spec/models/v1beta1_condition_spec.rb +54 -0
  966. data/spec/models/v1beta1_cpu_instancetype_spec.rb +72 -0
  967. data/spec/models/v1beta1_cpu_preference_requirement_spec.rb +36 -0
  968. data/spec/models/v1beta1_cpu_preferences_spec.rb +48 -0
  969. data/spec/models/v1beta1_data_volume_checkpoint_spec.rb +42 -0
  970. data/spec/models/v1beta1_data_volume_source_gcs_spec.rb +42 -0
  971. data/spec/models/v1beta1_data_volume_source_http_spec.rb +60 -0
  972. data/spec/models/v1beta1_data_volume_source_image_io_spec.rb +54 -0
  973. data/spec/models/v1beta1_data_volume_source_pvc_spec.rb +42 -0
  974. data/spec/models/v1beta1_data_volume_source_ref_spec.rb +48 -0
  975. data/spec/models/v1beta1_data_volume_source_registry_spec.rb +60 -0
  976. data/spec/models/v1beta1_data_volume_source_s3_spec.rb +48 -0
  977. data/spec/models/v1beta1_data_volume_source_snapshot_spec.rb +42 -0
  978. data/spec/models/v1beta1_data_volume_source_spec.rb +90 -0
  979. data/spec/models/v1beta1_data_volume_source_vddk_spec.rb +66 -0
  980. data/spec/models/v1beta1_data_volume_spec_spec.rb +84 -0
  981. data/spec/models/v1beta1_device_preferences_spec.rb +174 -0
  982. data/spec/models/v1beta1_error_spec.rb +42 -0
  983. data/spec/models/v1beta1_feature_preferences_spec.rb +66 -0
  984. data/spec/models/v1beta1_firmware_preferences_spec.rb +60 -0
  985. data/spec/models/v1beta1_machine_preferences_spec.rb +36 -0
  986. data/spec/models/v1beta1_memory_instancetype_spec.rb +54 -0
  987. data/spec/models/v1beta1_memory_preference_requirement_spec.rb +36 -0
  988. data/spec/models/v1beta1_persistent_volume_claim_spec.rb +42 -0
  989. data/spec/models/v1beta1_preference_requirements_spec.rb +42 -0
  990. data/spec/models/v1beta1_snapshot_volumes_lists_spec.rb +42 -0
  991. data/spec/models/v1beta1_source_spec_spec.rb +36 -0
  992. data/spec/models/v1beta1_spread_options_spec.rb +42 -0
  993. data/spec/models/v1beta1_storage_spec_spec.rb +86 -0
  994. data/spec/models/v1beta1_virtual_machine_cluster_instancetype_list_spec.rb +54 -0
  995. data/spec/models/v1beta1_virtual_machine_cluster_instancetype_spec.rb +54 -0
  996. data/spec/models/v1beta1_virtual_machine_cluster_preference_list_spec.rb +54 -0
  997. data/spec/models/v1beta1_virtual_machine_cluster_preference_spec.rb +54 -0
  998. data/spec/models/v1beta1_virtual_machine_export_link_spec.rb +48 -0
  999. data/spec/models/v1beta1_virtual_machine_export_links_spec.rb +42 -0
  1000. data/spec/models/v1beta1_virtual_machine_export_list_spec.rb +54 -0
  1001. data/spec/models/v1beta1_virtual_machine_export_manifest_spec.rb +42 -0
  1002. data/spec/models/v1beta1_virtual_machine_export_spec.rb +60 -0
  1003. data/spec/models/v1beta1_virtual_machine_export_spec_spec.rb +48 -0
  1004. data/spec/models/v1beta1_virtual_machine_export_status_spec.rb +72 -0
  1005. data/spec/models/v1beta1_virtual_machine_export_volume_format_spec.rb +42 -0
  1006. data/spec/models/v1beta1_virtual_machine_export_volume_spec.rb +42 -0
  1007. data/spec/models/v1beta1_virtual_machine_instancetype_list_spec.rb +54 -0
  1008. data/spec/models/v1beta1_virtual_machine_instancetype_spec.rb +54 -0
  1009. data/spec/models/v1beta1_virtual_machine_instancetype_spec_spec.rb +84 -0
  1010. data/spec/models/v1beta1_virtual_machine_preference_list_spec.rb +54 -0
  1011. data/spec/models/v1beta1_virtual_machine_preference_spec.rb +54 -0
  1012. data/spec/models/v1beta1_virtual_machine_preference_spec_spec.rb +102 -0
  1013. data/spec/models/v1beta1_virtual_machine_restore_list_spec.rb +54 -0
  1014. data/spec/models/v1beta1_virtual_machine_restore_spec.rb +60 -0
  1015. data/spec/models/v1beta1_virtual_machine_restore_spec_spec.rb +54 -0
  1016. data/spec/models/v1beta1_virtual_machine_restore_status_spec.rb +60 -0
  1017. data/spec/models/v1beta1_virtual_machine_snapshot_content_list_spec.rb +54 -0
  1018. data/spec/models/v1beta1_virtual_machine_snapshot_content_spec.rb +60 -0
  1019. data/spec/models/v1beta1_virtual_machine_snapshot_content_spec_spec.rb +48 -0
  1020. data/spec/models/v1beta1_virtual_machine_snapshot_content_status_spec.rb +54 -0
  1021. data/spec/models/v1beta1_virtual_machine_snapshot_list_spec.rb +54 -0
  1022. data/spec/models/v1beta1_virtual_machine_snapshot_spec.rb +60 -0
  1023. data/spec/models/v1beta1_virtual_machine_snapshot_spec_spec.rb +48 -0
  1024. data/spec/models/v1beta1_virtual_machine_snapshot_status_spec.rb +84 -0
  1025. data/spec/models/v1beta1_virtual_machine_spec.rb +48 -0
  1026. data/spec/models/v1beta1_volume_backup_spec.rb +48 -0
  1027. data/spec/models/v1beta1_volume_preferences_spec.rb +36 -0
  1028. data/spec/models/v1beta1_volume_restore_spec.rb +54 -0
  1029. data/spec/models/v1beta1_volume_snapshot_status_spec.rb +54 -0
  1030. data/spec/spec_helper.rb +111 -0
  1031. metadata +1448 -0
@@ -0,0 +1,90 @@
1
+ # Kubevirt::V1KubeVirtConfiguration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **additional_guest_memory_overhead_ratio** | **String** | AdditionalGuestMemoryOverheadRatio can be used to increase the virtualization infrastructure overhead. This is useful, since the calculation of this overhead is not accurate and cannot be entirely known in advance. The ratio that is being set determines by which factor to increase the overhead calculated by Kubevirt. A higher ratio means that the VMs would be less compromised by node pressures, but would mean that fewer VMs could be scheduled to a node. If not set, the default is 1. | [optional] |
8
+ | **api_configuration** | [**V1ReloadableComponentConfiguration**](V1ReloadableComponentConfiguration.md) | | [optional] |
9
+ | **architecture_configuration** | [**V1ArchConfiguration**](V1ArchConfiguration.md) | | [optional] |
10
+ | **auto_cpu_limit_namespace_label_selector** | [**K8sIoApimachineryPkgApisMetaV1LabelSelector**](K8sIoApimachineryPkgApisMetaV1LabelSelector.md) | | [optional] |
11
+ | **common_instancetypes_deployment** | [**V1CommonInstancetypesDeployment**](V1CommonInstancetypesDeployment.md) | | [optional] |
12
+ | **controller_configuration** | [**V1ReloadableComponentConfiguration**](V1ReloadableComponentConfiguration.md) | | [optional] |
13
+ | **cpu_model** | **String** | | [optional] |
14
+ | **cpu_request** | **String** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | [optional] |
15
+ | **default_runtime_class** | **String** | | [optional] |
16
+ | **developer_configuration** | [**V1DeveloperConfiguration**](V1DeveloperConfiguration.md) | | [optional] |
17
+ | **emulated_machines** | **Array<String>** | Deprecated. Use architectureConfiguration instead. | [optional] |
18
+ | **eviction_strategy** | **String** | EvictionStrategy defines at the cluster level if the VirtualMachineInstance should be migrated instead of shut-off in case of a node drain. If the VirtualMachineInstance specific field is set it overrides the cluster level one. | [optional] |
19
+ | **handler_configuration** | [**V1ReloadableComponentConfiguration**](V1ReloadableComponentConfiguration.md) | | [optional] |
20
+ | **image_pull_policy** | **String** | Possible enum values: - `\"Always\"` means that kubelet always attempts to pull the latest image. Container will fail If the pull fails. - `\"IfNotPresent\"` means that kubelet pulls if the image isn't present on disk. Container will fail if the image isn't present and the pull fails. - `\"Never\"` means that kubelet never pulls an image, but only uses a local image. Container will fail if the image isn't present | [optional] |
21
+ | **instancetype** | [**V1InstancetypeConfiguration**](V1InstancetypeConfiguration.md) | | [optional] |
22
+ | **ksm_configuration** | [**V1KSMConfiguration**](V1KSMConfiguration.md) | | [optional] |
23
+ | **live_update_configuration** | [**V1LiveUpdateConfiguration**](V1LiveUpdateConfiguration.md) | | [optional] |
24
+ | **machine_type** | **String** | Deprecated. Use architectureConfiguration instead. | [optional] |
25
+ | **mediated_devices_configuration** | [**V1MediatedDevicesConfiguration**](V1MediatedDevicesConfiguration.md) | | [optional] |
26
+ | **mem_balloon_stats_period** | **Integer** | | [optional] |
27
+ | **migrations** | [**V1MigrationConfiguration**](V1MigrationConfiguration.md) | | [optional] |
28
+ | **min_cpu_model** | **String** | | [optional] |
29
+ | **network** | [**V1NetworkConfiguration**](V1NetworkConfiguration.md) | | [optional] |
30
+ | **obsolete_cpu_models** | **Hash<String, Boolean>** | | [optional] |
31
+ | **ovmf_path** | **String** | Deprecated. Use architectureConfiguration instead. | [optional] |
32
+ | **permitted_host_devices** | [**V1PermittedHostDevices**](V1PermittedHostDevices.md) | | [optional] |
33
+ | **seccomp_configuration** | [**V1SeccompConfiguration**](V1SeccompConfiguration.md) | | [optional] |
34
+ | **selinux_launcher_type** | **String** | | [optional] |
35
+ | **smbios** | [**V1SMBiosConfiguration**](V1SMBiosConfiguration.md) | | [optional] |
36
+ | **support_container_resources** | [**Array<V1SupportContainerResources>**](V1SupportContainerResources.md) | SupportContainerResources specifies the resource requirements for various types of supporting containers such as container disks/virtiofs/sidecars and hotplug attachment pods. If omitted a sensible default will be supplied. | [optional] |
37
+ | **supported_guest_agent_versions** | **Array<String>** | deprecated | [optional] |
38
+ | **tls_configuration** | [**V1TLSConfiguration**](V1TLSConfiguration.md) | | [optional] |
39
+ | **virtual_machine_instances_per_node** | **Integer** | | [optional] |
40
+ | **virtual_machine_options** | [**V1VirtualMachineOptions**](V1VirtualMachineOptions.md) | | [optional] |
41
+ | **vm_rollout_strategy** | **String** | VMRolloutStrategy defines how live-updatable fields, like CPU sockets, memory, tolerations, and affinity, are propagated from a VM to its VMI. | [optional] |
42
+ | **vm_state_storage_class** | **String** | VMStateStorageClass is the name of the storage class to use for the PVCs created to preserve VM state, like TPM. The storage class must support RWX in filesystem mode. | [optional] |
43
+ | **webhook_configuration** | [**V1ReloadableComponentConfiguration**](V1ReloadableComponentConfiguration.md) | | [optional] |
44
+
45
+ ## Example
46
+
47
+ ```ruby
48
+ require 'kubevirt'
49
+
50
+ instance = Kubevirt::V1KubeVirtConfiguration.new(
51
+ additional_guest_memory_overhead_ratio: null,
52
+ api_configuration: null,
53
+ architecture_configuration: null,
54
+ auto_cpu_limit_namespace_label_selector: null,
55
+ common_instancetypes_deployment: null,
56
+ controller_configuration: null,
57
+ cpu_model: null,
58
+ cpu_request: null,
59
+ default_runtime_class: null,
60
+ developer_configuration: null,
61
+ emulated_machines: null,
62
+ eviction_strategy: null,
63
+ handler_configuration: null,
64
+ image_pull_policy: null,
65
+ instancetype: null,
66
+ ksm_configuration: null,
67
+ live_update_configuration: null,
68
+ machine_type: null,
69
+ mediated_devices_configuration: null,
70
+ mem_balloon_stats_period: null,
71
+ migrations: null,
72
+ min_cpu_model: null,
73
+ network: null,
74
+ obsolete_cpu_models: null,
75
+ ovmf_path: null,
76
+ permitted_host_devices: null,
77
+ seccomp_configuration: null,
78
+ selinux_launcher_type: null,
79
+ smbios: null,
80
+ support_container_resources: null,
81
+ supported_guest_agent_versions: null,
82
+ tls_configuration: null,
83
+ virtual_machine_instances_per_node: null,
84
+ virtual_machine_options: null,
85
+ vm_rollout_strategy: null,
86
+ vm_state_storage_class: null,
87
+ webhook_configuration: null
88
+ )
89
+ ```
90
+
@@ -0,0 +1,24 @@
1
+ # Kubevirt::V1KubeVirtList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **api_version** | **String** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | [optional] |
8
+ | **items** | [**Array<V1KubeVirt>**](V1KubeVirt.md) | | |
9
+ | **kind** | **String** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | [optional] |
10
+ | **metadata** | [**K8sIoApimachineryPkgApisMetaV1ListMeta**](K8sIoApimachineryPkgApisMetaV1ListMeta.md) | | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'kubevirt'
16
+
17
+ instance = Kubevirt::V1KubeVirtList.new(
18
+ api_version: null,
19
+ items: null,
20
+ kind: null,
21
+ metadata: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,26 @@
1
+ # Kubevirt::V1KubeVirtSelfSignConfiguration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ca** | [**V1CertConfig**](V1CertConfig.md) | | [optional] |
8
+ | **ca_overlap_interval** | **String** | Duration is a wrapper around time.Duration which supports correct marshaling to YAML and JSON. In particular, it marshals into strings, which can be used as map keys in json. | [optional] |
9
+ | **ca_rotate_interval** | **String** | Duration is a wrapper around time.Duration which supports correct marshaling to YAML and JSON. In particular, it marshals into strings, which can be used as map keys in json. | [optional] |
10
+ | **cert_rotate_interval** | **String** | Duration is a wrapper around time.Duration which supports correct marshaling to YAML and JSON. In particular, it marshals into strings, which can be used as map keys in json. | [optional] |
11
+ | **server** | [**V1CertConfig**](V1CertConfig.md) | | [optional] |
12
+
13
+ ## Example
14
+
15
+ ```ruby
16
+ require 'kubevirt'
17
+
18
+ instance = Kubevirt::V1KubeVirtSelfSignConfiguration.new(
19
+ ca: null,
20
+ ca_overlap_interval: null,
21
+ ca_rotate_interval: null,
22
+ cert_rotate_interval: null,
23
+ server: null
24
+ )
25
+ ```
26
+
@@ -0,0 +1,50 @@
1
+ # Kubevirt::V1KubeVirtSpec
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **certificate_rotate_strategy** | [**V1KubeVirtCertificateRotateStrategy**](V1KubeVirtCertificateRotateStrategy.md) | | [optional] |
8
+ | **configuration** | [**V1KubeVirtConfiguration**](V1KubeVirtConfiguration.md) | | [optional] |
9
+ | **customize_components** | [**V1CustomizeComponents**](V1CustomizeComponents.md) | | [optional] |
10
+ | **image_pull_policy** | **String** | The ImagePullPolicy to use. Possible enum values: - `\"Always\"` means that kubelet always attempts to pull the latest image. Container will fail If the pull fails. - `\"IfNotPresent\"` means that kubelet pulls if the image isn't present on disk. Container will fail if the image isn't present and the pull fails. - `\"Never\"` means that kubelet never pulls an image, but only uses a local image. Container will fail if the image isn't present | [optional] |
11
+ | **image_pull_secrets** | [**Array<K8sIoApiCoreV1LocalObjectReference>**](K8sIoApiCoreV1LocalObjectReference.md) | The imagePullSecrets to pull the container images from Defaults to none | [optional] |
12
+ | **image_registry** | **String** | The image registry to pull the container images from Defaults to the same registry the operator's container image is pulled from. | [optional] |
13
+ | **image_tag** | **String** | The image tag to use for the continer images installed. Defaults to the same tag as the operator's container image. | [optional] |
14
+ | **infra** | [**V1ComponentConfig**](V1ComponentConfig.md) | | [optional] |
15
+ | **monitor_account** | **String** | The name of the Prometheus service account that needs read-access to KubeVirt endpoints Defaults to prometheus-k8s | [optional] |
16
+ | **monitor_namespace** | **String** | The namespace Prometheus is deployed in Defaults to openshift-monitor | [optional] |
17
+ | **product_component** | **String** | Designate the apps.kubevirt.io/component label for KubeVirt components. Useful if KubeVirt is included as part of a product. If ProductComponent is not specified, the component label default value is kubevirt. | [optional] |
18
+ | **product_name** | **String** | Designate the apps.kubevirt.io/part-of label for KubeVirt components. Useful if KubeVirt is included as part of a product. If ProductName is not specified, the part-of label will be omitted. | [optional] |
19
+ | **product_version** | **String** | Designate the apps.kubevirt.io/version label for KubeVirt components. Useful if KubeVirt is included as part of a product. If ProductVersion is not specified, KubeVirt's version will be used. | [optional] |
20
+ | **service_monitor_namespace** | **String** | The namespace the service monitor will be deployed When ServiceMonitorNamespace is set, then we'll install the service monitor object in that namespace otherwise we will use the monitoring namespace. | [optional] |
21
+ | **uninstall_strategy** | **String** | Specifies if kubevirt can be deleted if workloads are still present. This is mainly a precaution to avoid accidental data loss | [optional] |
22
+ | **workload_update_strategy** | [**V1KubeVirtWorkloadUpdateStrategy**](V1KubeVirtWorkloadUpdateStrategy.md) | | [optional] |
23
+ | **workloads** | [**V1ComponentConfig**](V1ComponentConfig.md) | | [optional] |
24
+
25
+ ## Example
26
+
27
+ ```ruby
28
+ require 'kubevirt'
29
+
30
+ instance = Kubevirt::V1KubeVirtSpec.new(
31
+ certificate_rotate_strategy: null,
32
+ configuration: null,
33
+ customize_components: null,
34
+ image_pull_policy: null,
35
+ image_pull_secrets: null,
36
+ image_registry: null,
37
+ image_tag: null,
38
+ infra: null,
39
+ monitor_account: null,
40
+ monitor_namespace: null,
41
+ product_component: null,
42
+ product_name: null,
43
+ product_version: null,
44
+ service_monitor_namespace: null,
45
+ uninstall_strategy: null,
46
+ workload_update_strategy: null,
47
+ workloads: null
48
+ )
49
+ ```
50
+
@@ -0,0 +1,46 @@
1
+ # Kubevirt::V1KubeVirtStatus
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **conditions** | [**Array<V1KubeVirtCondition>**](V1KubeVirtCondition.md) | | [optional] |
8
+ | **default_architecture** | **String** | | [optional] |
9
+ | **generations** | [**Array<V1GenerationStatus>**](V1GenerationStatus.md) | | [optional] |
10
+ | **observed_deployment_config** | **String** | | [optional] |
11
+ | **observed_deployment_id** | **String** | | [optional] |
12
+ | **observed_generation** | **Integer** | | [optional] |
13
+ | **observed_kube_virt_registry** | **String** | | [optional] |
14
+ | **observed_kube_virt_version** | **String** | | [optional] |
15
+ | **operator_version** | **String** | | [optional] |
16
+ | **outdated_virtual_machine_instance_workloads** | **Integer** | | [optional] |
17
+ | **phase** | **String** | | [optional] |
18
+ | **target_deployment_config** | **String** | | [optional] |
19
+ | **target_deployment_id** | **String** | | [optional] |
20
+ | **target_kube_virt_registry** | **String** | | [optional] |
21
+ | **target_kube_virt_version** | **String** | | [optional] |
22
+
23
+ ## Example
24
+
25
+ ```ruby
26
+ require 'kubevirt'
27
+
28
+ instance = Kubevirt::V1KubeVirtStatus.new(
29
+ conditions: null,
30
+ default_architecture: null,
31
+ generations: null,
32
+ observed_deployment_config: null,
33
+ observed_deployment_id: null,
34
+ observed_generation: null,
35
+ observed_kube_virt_registry: null,
36
+ observed_kube_virt_version: null,
37
+ operator_version: null,
38
+ outdated_virtual_machine_instance_workloads: null,
39
+ phase: null,
40
+ target_deployment_config: null,
41
+ target_deployment_id: null,
42
+ target_kube_virt_registry: null,
43
+ target_kube_virt_version: null
44
+ )
45
+ ```
46
+
@@ -0,0 +1,22 @@
1
+ # Kubevirt::V1KubeVirtWorkloadUpdateStrategy
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **batch_eviction_interval** | **String** | Duration is a wrapper around time.Duration which supports correct marshaling to YAML and JSON. In particular, it marshals into strings, which can be used as map keys in json. | [optional] |
8
+ | **batch_eviction_size** | **Integer** | BatchEvictionSize Represents the number of VMIs that can be forced updated per the BatchShutdownInteral interval Defaults to 10 | [optional] |
9
+ | **workload_update_methods** | **Array<String>** | WorkloadUpdateMethods defines the methods that can be used to disrupt workloads during automated workload updates. When multiple methods are present, the least disruptive method takes precedence over more disruptive methods. For example if both LiveMigrate and Shutdown methods are listed, only VMs which are not live migratable will be restarted/shutdown An empty list defaults to no automated workload updating | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'kubevirt'
15
+
16
+ instance = Kubevirt::V1KubeVirtWorkloadUpdateStrategy.new(
17
+ batch_eviction_interval: null,
18
+ batch_eviction_size: null,
19
+ workload_update_methods: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # Kubevirt::V1LaunchSecurity
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **sev** | [**V1SEV**](V1SEV.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'kubevirt'
13
+
14
+ instance = Kubevirt::V1LaunchSecurity.new(
15
+ sev: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,22 @@
1
+ # Kubevirt::V1LiveUpdateConfiguration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **max_cpu_sockets** | **Integer** | MaxCpuSockets provides a MaxSockets value for VMs that do not provide their own. For VMs with more sockets than maximum the MaxSockets will be set to equal number of sockets. | [optional] |
8
+ | **max_guest** | **String** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | [optional] |
9
+ | **max_hotplug_ratio** | **Integer** | MaxHotplugRatio is the ratio used to define the max amount of a hotplug resource that can be made available to a VM when the specific Max* setting is not defined (MaxCpuSockets, MaxGuest) Example: VM is configured with 512Mi of guest memory, if MaxGuest is not defined and MaxHotplugRatio is 2 then MaxGuest = 1Gi defaults to 4 | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'kubevirt'
15
+
16
+ instance = Kubevirt::V1LiveUpdateConfiguration.new(
17
+ max_cpu_sockets: null,
18
+ max_guest: null,
19
+ max_hotplug_ratio: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,28 @@
1
+ # Kubevirt::V1LogVerbosity
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **node_verbosity** | **Hash<String, Integer>** | NodeVerbosity represents a map of nodes with a specific verbosity level | [optional] |
8
+ | **virt_api** | **Integer** | | [optional] |
9
+ | **virt_controller** | **Integer** | | [optional] |
10
+ | **virt_handler** | **Integer** | | [optional] |
11
+ | **virt_launcher** | **Integer** | | [optional] |
12
+ | **virt_operator** | **Integer** | | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'kubevirt'
18
+
19
+ instance = Kubevirt::V1LogVerbosity.new(
20
+ node_verbosity: null,
21
+ virt_api: null,
22
+ virt_controller: null,
23
+ virt_handler: null,
24
+ virt_launcher: null,
25
+ virt_operator: null
26
+ )
27
+ ```
28
+
@@ -0,0 +1,22 @@
1
+ # Kubevirt::V1LunTarget
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **bus** | **String** | Bus indicates the type of disk device to emulate. supported values: virtio, sata, scsi. | [optional] |
8
+ | **readonly** | **Boolean** | ReadOnly. Defaults to false. | [optional] |
9
+ | **reservation** | **Boolean** | Reservation indicates if the disk needs to support the persistent reservation for the SCSI disk | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'kubevirt'
15
+
16
+ instance = Kubevirt::V1LunTarget.new(
17
+ bus: null,
18
+ readonly: null,
19
+ reservation: null
20
+ )
21
+ ```
22
+
data/docs/V1Machine.md ADDED
@@ -0,0 +1,18 @@
1
+ # Kubevirt::V1Machine
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | **String** | QEMU machine type is the actual chipset of the VirtualMachineInstance. | [optional][default to ''] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'kubevirt'
13
+
14
+ instance = Kubevirt::V1Machine.new(
15
+ type: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,22 @@
1
+ # Kubevirt::V1MediatedDevicesConfiguration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **mediated_device_types** | **Array<String>** | | [optional] |
8
+ | **mediated_devices_types** | **Array<String>** | Deprecated. Use mediatedDeviceTypes instead. | [optional] |
9
+ | **node_mediated_device_types** | [**Array<V1NodeMediatedDeviceTypesConfig>**](V1NodeMediatedDeviceTypesConfig.md) | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'kubevirt'
15
+
16
+ instance = Kubevirt::V1MediatedDevicesConfiguration.new(
17
+ mediated_device_types: null,
18
+ mediated_devices_types: null,
19
+ node_mediated_device_types: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ # Kubevirt::V1MediatedHostDevice
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **external_resource_provider** | **Boolean** | | [optional] |
8
+ | **mdev_name_selector** | **String** | | [default to ''] |
9
+ | **resource_name** | **String** | | [default to ''] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'kubevirt'
15
+
16
+ instance = Kubevirt::V1MediatedHostDevice.new(
17
+ external_resource_provider: null,
18
+ mdev_name_selector: null,
19
+ resource_name: null
20
+ )
21
+ ```
22
+
data/docs/V1Memory.md ADDED
@@ -0,0 +1,22 @@
1
+ # Kubevirt::V1Memory
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **guest** | **String** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | [optional] |
8
+ | **hugepages** | [**V1Hugepages**](V1Hugepages.md) | | [optional] |
9
+ | **max_guest** | **String** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'kubevirt'
15
+
16
+ instance = Kubevirt::V1Memory.new(
17
+ guest: null,
18
+ hugepages: null,
19
+ max_guest: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ # Kubevirt::V1MemoryDumpVolumeSource
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **claim_name** | **String** | claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims | [default to ''] |
8
+ | **hotpluggable** | **Boolean** | Hotpluggable indicates whether the volume can be hotplugged and hotunplugged. | [optional] |
9
+ | **read_only** | **Boolean** | readOnly Will force the ReadOnly setting in VolumeMounts. Default false. | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'kubevirt'
15
+
16
+ instance = Kubevirt::V1MemoryDumpVolumeSource.new(
17
+ claim_name: null,
18
+ hotpluggable: null,
19
+ read_only: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ # Kubevirt::V1MemoryStatus
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **guest_at_boot** | **String** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | [optional] |
8
+ | **guest_current** | **String** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | [optional] |
9
+ | **guest_requested** | **String** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'kubevirt'
15
+
16
+ instance = Kubevirt::V1MemoryStatus.new(
17
+ guest_at_boot: null,
18
+ guest_current: null,
19
+ guest_requested: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ # Kubevirt::V1MigrateOptions
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **api_version** | **String** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | [optional] |
8
+ | **dry_run** | **Array<String>** | When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed | [optional] |
9
+ | **kind** | **String** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'kubevirt'
15
+
16
+ instance = Kubevirt::V1MigrateOptions.new(
17
+ api_version: null,
18
+ dry_run: null,
19
+ kind: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,42 @@
1
+ # Kubevirt::V1MigrationConfiguration
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **allow_auto_converge** | **Boolean** | AllowAutoConverge allows the platform to compromise performance/availability of VMIs to guarantee successful VMI live migrations. Defaults to false | [optional] |
8
+ | **allow_post_copy** | **Boolean** | AllowPostCopy enables post-copy live migrations. Such migrations allow even the busiest VMIs to successfully live-migrate. However, events like a network failure can cause a VMI crash. If set to true, migrations will still start in pre-copy, but switch to post-copy when CompletionTimeoutPerGiB triggers. Defaults to false | [optional] |
9
+ | **allow_workload_disruption** | **Boolean** | AllowWorkloadDisruption indicates that the migration shouldn't be canceled after acceptableCompletionTime is exceeded. Instead, if permitted, migration will be switched to post-copy or the VMI will be paused to allow the migration to complete | [optional] |
10
+ | **bandwidth_per_migration** | **String** | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the \"\" case in <decimalSI>.) <digit> ::= 0 | 1 | ... | 9 <digits> ::= <digit> | <digit><digits> <number> ::= <digits> | <digits>.<digits> | <digits>. | .<digits> <sign> ::= \"+\" | \"-\" <signedNumber> ::= <number> | <sign><number> <suffix> ::= <binarySI> | <decimalExponent> | <decimalSI> <binarySI> ::= Ki | Mi | Gi | Ti | Pi | Ei (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) <decimalSI> ::= m | \"\" | k | M | G | T | P | E (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) <decimalExponent> ::= \"e\" <signedNumber> | \"E\" <signedNumber> ``` No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. Before serializing, Quantity will be put in \"canonical form\". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: - No precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible. The sign will be omitted unless the number is negative. Examples: - 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\" Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. | [optional] |
11
+ | **completion_timeout_per_gi_b** | **Integer** | CompletionTimeoutPerGiB is the maximum number of seconds per GiB a migration is allowed to take. If the timeout is reached, the migration will be either paused, switched to post-copy or cancelled depending on other settings. Defaults to 150 | [optional] |
12
+ | **disable_tls** | **Boolean** | When set to true, DisableTLS will disable the additional layer of live migration encryption provided by KubeVirt. This is usually a bad idea. Defaults to false | [optional] |
13
+ | **match_se_linux_level_on_migration** | **Boolean** | By default, the SELinux level of target virt-launcher pods is forced to the level of the source virt-launcher. When set to true, MatchSELinuxLevelOnMigration lets the CRI auto-assign a random level to the target. That will ensure the target virt-launcher doesn't share categories with another pod on the node. However, migrations will fail when using RWX volumes that don't automatically deal with SELinux levels. | [optional] |
14
+ | **network** | **String** | Network is the name of the CNI network to use for live migrations. By default, migrations go through the pod network. | [optional] |
15
+ | **node_drain_taint_key** | **String** | NodeDrainTaintKey defines the taint key that indicates a node should be drained. Note: this option relies on the deprecated node taint feature. Default: kubevirt.io/drain | [optional] |
16
+ | **parallel_migrations_per_cluster** | **Integer** | ParallelMigrationsPerCluster is the total number of concurrent live migrations allowed cluster-wide. Defaults to 5 | [optional] |
17
+ | **parallel_outbound_migrations_per_node** | **Integer** | ParallelOutboundMigrationsPerNode is the maximum number of concurrent outgoing live migrations allowed per node. Defaults to 2 | [optional] |
18
+ | **progress_timeout** | **Integer** | ProgressTimeout is the maximum number of seconds a live migration is allowed to make no progress. Hitting this timeout means a migration transferred 0 data for that many seconds. The migration is then considered stuck and therefore cancelled. Defaults to 150 | [optional] |
19
+ | **unsafe_migration_override** | **Boolean** | UnsafeMigrationOverride allows live migrations to occur even if the compatibility check indicates the migration will be unsafe to the guest. Defaults to false | [optional] |
20
+
21
+ ## Example
22
+
23
+ ```ruby
24
+ require 'kubevirt'
25
+
26
+ instance = Kubevirt::V1MigrationConfiguration.new(
27
+ allow_auto_converge: null,
28
+ allow_post_copy: null,
29
+ allow_workload_disruption: null,
30
+ bandwidth_per_migration: null,
31
+ completion_timeout_per_gi_b: null,
32
+ disable_tls: null,
33
+ match_se_linux_level_on_migration: null,
34
+ network: null,
35
+ node_drain_taint_key: null,
36
+ parallel_migrations_per_cluster: null,
37
+ parallel_outbound_migrations_per_node: null,
38
+ progress_timeout: null,
39
+ unsafe_migration_override: null
40
+ )
41
+ ```
42
+
@@ -0,0 +1,20 @@
1
+ # Kubevirt::V1MultusNetwork
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **default** | **Boolean** | Select the default network and add it to the multus-cni.io/default-network annotation. | [optional] |
8
+ | **network_name** | **String** | References to a NetworkAttachmentDefinition CRD object. Format: <networkName>, <namespace>/<networkName>. If namespace is not specified, VMI namespace is assumed. | [default to ''] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'kubevirt'
14
+
15
+ instance = Kubevirt::V1MultusNetwork.new(
16
+ default: null,
17
+ network_name: null
18
+ )
19
+ ```
20
+