Skip to content

Commit 0ec587d

Browse files
committed
Update kubevirt gem
1 parent f881fdb commit 0ec587d

File tree

777 files changed

+1015
-773
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

777 files changed

+1015
-773
lines changed

.openapi-generator/FILES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ docs/V1UtilityVolume.md
229229
docs/V1VGPUDisplayOptions.md
230230
docs/V1VGPUOptions.md
231231
docs/V1VideoDevice.md
232+
docs/V1VirtTemplateDeployment.md
232233
docs/V1VirtualMachine.md
233234
docs/V1VirtualMachineCondition.md
234235
docs/V1VirtualMachineInstance.md
@@ -617,6 +618,7 @@ lib/kubevirt/models/v1_utility_volume.rb
617618
lib/kubevirt/models/v1_vgpu_display_options.rb
618619
lib/kubevirt/models/v1_vgpu_options.rb
619620
lib/kubevirt/models/v1_video_device.rb
621+
lib/kubevirt/models/v1_virt_template_deployment.rb
620622
lib/kubevirt/models/v1_virtual_machine.rb
621623
lib/kubevirt/models/v1_virtual_machine_condition.rb
622624
lib/kubevirt/models/v1_virtual_machine_instance.rb
@@ -999,6 +1001,7 @@ spec/models/v1_utility_volume_spec.rb
9991001
spec/models/v1_vgpu_display_options_spec.rb
10001002
spec/models/v1_vgpu_options_spec.rb
10011003
spec/models/v1_video_device_spec.rb
1004+
spec/models/v1_virt_template_deployment_spec.rb
10021005
spec/models/v1_virtual_machine_condition_spec.rb
10031006
spec/models/v1_virtual_machine_instance_backup_status_spec.rb
10041007
spec/models/v1_virtual_machine_instance_condition_spec.rb

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.19.0
1+
7.20.0

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
88

99
- API version: 1.0.0
1010
- Package version: 0.2.1
11-
- Generator version: 7.19.0
11+
- Generator version: 7.20.0
1212
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
1313
For more information, please visit [https://github.com/kubevirt/kubevirt](https://github.com/kubevirt/kubevirt)
1414

@@ -596,6 +596,7 @@ Class | Method | HTTP request | Description
596596
- [Kubevirt::V1VGPUDisplayOptions](docs/V1VGPUDisplayOptions.md)
597597
- [Kubevirt::V1VGPUOptions](docs/V1VGPUOptions.md)
598598
- [Kubevirt::V1VideoDevice](docs/V1VideoDevice.md)
599+
- [Kubevirt::V1VirtTemplateDeployment](docs/V1VirtTemplateDeployment.md)
599600
- [Kubevirt::V1VirtualMachine](docs/V1VirtualMachine.md)
600601
- [Kubevirt::V1VirtualMachineCondition](docs/V1VirtualMachineCondition.md)
601602
- [Kubevirt::V1VirtualMachineInstance](docs/V1VirtualMachineInstance.md)

docs/V1Interface.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
| **model** | **String** | Interface model. One of: e1000, e1000e, igb, ne2k_pci, pcnet, rtl8139, virtio. Defaults to virtio. | [optional] |
1616
| **name** | **String** | Logical name of the interface as well as a reference to the associated networks. Must match the Name of a Network. | [default to ''] |
1717
| **passt** | **Object** | DeprecatedInterfacePasst is an alias to the deprecated InterfacePasst Deprecated: Removed in v1.3 | [optional] |
18+
| **passt_binding** | **Object** | InterfacePasstBinding connects to a given network using passt usermode networking. | [optional] |
1819
| **pci_address** | **String** | If specified, the virtual network interface will be placed on the guests pci address with the specified PCI address. For example: 0000:81:01.10 | [optional] |
1920
| **ports** | [**Array<V1Port>**](V1Port.md) | List of ports to be forwarded to the virtual machine. | [optional] |
2021
| **slirp** | **Object** | DeprecatedInterfaceSlirp is an alias to the deprecated InterfaceSlirp that connects to a given network using QEMU user networking mode. Deprecated: Removed in v1.3 | [optional] |
@@ -39,6 +40,7 @@ instance = Kubevirt::V1Interface.new(
3940
model: null,
4041
name: null,
4142
passt: null,
43+
passt_binding: null,
4244
pci_address: null,
4345
ports: null,
4446
slirp: null,

docs/V1KubeVirtConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
| **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] |
3939
| **supported_guest_agent_versions** | **Array<String>** | deprecated | [optional] |
4040
| **tls_configuration** | [**V1TLSConfiguration**](V1TLSConfiguration.md) | | [optional] |
41+
| **virt_template_deployment** | [**V1VirtTemplateDeployment**](V1VirtTemplateDeployment.md) | | [optional] |
4142
| **virtual_machine_instances_per_node** | **Integer** | | [optional] |
4243
| **virtual_machine_options** | [**V1VirtualMachineOptions**](V1VirtualMachineOptions.md) | | [optional] |
4344
| **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] |
@@ -84,6 +85,7 @@ instance = Kubevirt::V1KubeVirtConfiguration.new(
8485
support_container_resources: null,
8586
supported_guest_agent_versions: null,
8687
tls_configuration: null,
88+
virt_template_deployment: null,
8789
virtual_machine_instances_per_node: null,
8890
virtual_machine_options: null,
8991
vm_rollout_strategy: null,

docs/V1VirtTemplateDeployment.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Kubevirt::V1VirtTemplateDeployment
2+
3+
## Properties
4+
5+
| Name | Type | Description | Notes |
6+
| ---- | ---- | ----------- | ----- |
7+
| **enabled** | **Boolean** | Enabled controls the deployment of virt-template resources, defaults to True when feature gate is enabled. | [optional] |
8+
9+
## Example
10+
11+
```ruby
12+
require 'kubevirt'
13+
14+
instance = Kubevirt::V1VirtTemplateDeployment.new(
15+
enabled: null
16+
)
17+
```
18+

lib/kubevirt.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
The version of the OpenAPI document: 1.0.0
77
Contact: kubevirt-dev@googlegroups.com
88
Generated by: https://openapi-generator.tech
9-
Generator version: 7.19.0
9+
Generator version: 7.20.0
1010
1111
=end
1212

@@ -244,6 +244,7 @@
244244
Kubevirt.autoload :V1VGPUDisplayOptions, 'kubevirt/models/v1_vgpu_display_options'
245245
Kubevirt.autoload :V1VGPUOptions, 'kubevirt/models/v1_vgpu_options'
246246
Kubevirt.autoload :V1VideoDevice, 'kubevirt/models/v1_video_device'
247+
Kubevirt.autoload :V1VirtTemplateDeployment, 'kubevirt/models/v1_virt_template_deployment'
247248
Kubevirt.autoload :V1VirtualMachine, 'kubevirt/models/v1_virtual_machine'
248249
Kubevirt.autoload :V1VirtualMachineCondition, 'kubevirt/models/v1_virtual_machine_condition'
249250
Kubevirt.autoload :V1VirtualMachineInstance, 'kubevirt/models/v1_virtual_machine_instance'

lib/kubevirt/api/default_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
The version of the OpenAPI document: 1.0.0
77
Contact: kubevirt-dev@googlegroups.com
88
Generated by: https://openapi-generator.tech
9-
Generator version: 7.19.0
9+
Generator version: 7.20.0
1010

1111
=end
1212

lib/kubevirt/api_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
The version of the OpenAPI document: 1.0.0
77
Contact: kubevirt-dev@googlegroups.com
88
Generated by: https://openapi-generator.tech
9-
Generator version: 7.19.0
9+
Generator version: 7.20.0
1010
1111
=end
1212

lib/kubevirt/api_error.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
The version of the OpenAPI document: 1.0.0
77
Contact: kubevirt-dev@googlegroups.com
88
Generated by: https://openapi-generator.tech
9-
Generator version: 7.19.0
9+
Generator version: 7.20.0
1010
1111
=end
1212

0 commit comments

Comments
 (0)