Skip to content

Commit 40209af

Browse files
authored
Merge pull request #23 from miq-bot/openapi_generate
Update kubevirt gem
2 parents f3eb791 + 9687424 commit 40209af

6 files changed

+6
-6
lines changed

docs/V1TPMDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Name | Type | Description | Notes |
66
| ---- | ---- | ----------- | ----- |
7-
| **enabled** | **Boolean** | Enabled allows a user to explictly disable the vTPM even when one is enabled by a preference referenced by the VirtualMachine Defaults to True | [optional] |
7+
| **enabled** | **Boolean** | Enabled allows a user to explicitly disable the vTPM even when one is enabled by a preference referenced by the VirtualMachine Defaults to True | [optional] |
88
| **persistent** | **Boolean** | Persistent indicates the state of the TPM device should be kept accross reboots Defaults to false | [optional] |
99

1010
## Example

docs/V1VirtualMachineInstanceGuestAgentInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Name | Type | Description | Notes |
66
| ---- | ---- | ----------- | ----- |
77
| **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-
| **fs_freeze_status** | **String** | FSFreezeStatus is the state of the fs of the guest it can be either frozen or thawed | [optional] |
8+
| **fs_freeze_status** | **String** | FSFreezeStatus indicates whether a freeze operation was requested for the guest filesystem. It will be set to \"frozen\" if the request was made, or unset otherwise. This does not reflect the actual state of the guest filesystem. | [optional] |
99
| **fs_info** | [**V1VirtualMachineInstanceFileSystemInfo**](V1VirtualMachineInstanceFileSystemInfo.md) | | [optional] |
1010
| **guest_agent_version** | **String** | GAVersion is a version of currently installed guest agent | [optional] |
1111
| **hostname** | **String** | Hostname represents FQDN of a guest | [optional] |

docs/V1VirtualMachineInstanceStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| **conditions** | [**Array<V1VirtualMachineInstanceCondition>**](V1VirtualMachineInstanceCondition.md) | Conditions are specific points in VirtualMachineInstance's pod runtime. | [optional] |
1010
| **current_cpu_topology** | [**V1CPUTopology**](V1CPUTopology.md) | | [optional] |
1111
| **evacuation_node_name** | **String** | EvacuationNodeName is used to track the eviction process of a VMI. It stores the name of the node that we want to evacuate. It is meant to be used by KubeVirt core components only and can't be set or modified by users. | [optional] |
12-
| **fs_freeze_status** | **String** | FSFreezeStatus is the state of the fs of the guest it can be either frozen or thawed | [optional] |
12+
| **fs_freeze_status** | **String** | FSFreezeStatus indicates whether a freeze operation was requested for the guest filesystem. It will be set to \"frozen\" if the request was made, or unset otherwise. This does not reflect the actual state of the guest filesystem. | [optional] |
1313
| **guest_os_info** | [**V1VirtualMachineInstanceGuestOSInfo**](V1VirtualMachineInstanceGuestOSInfo.md) | | [optional] |
1414
| **interfaces** | [**Array<V1VirtualMachineInstanceNetworkInterface>**](V1VirtualMachineInstanceNetworkInterface.md) | Interfaces represent the details of available network interfaces. | [optional] |
1515
| **kernel_boot_status** | [**V1KernelBootStatus**](V1KernelBootStatus.md) | | [optional] |

lib/kubevirt/models/v1_tpm_device.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
module Kubevirt
1717
class V1TPMDevice
18-
# Enabled allows a user to explictly disable the vTPM even when one is enabled by a preference referenced by the VirtualMachine Defaults to True
18+
# Enabled allows a user to explicitly disable the vTPM even when one is enabled by a preference referenced by the VirtualMachine Defaults to True
1919
attr_accessor :enabled
2020

2121
# Persistent indicates the state of the TPM device should be kept accross reboots Defaults to false

lib/kubevirt/models/v1_virtual_machine_instance_guest_agent_info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class V1VirtualMachineInstanceGuestAgentInfo
1919
# 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
2020
attr_accessor :api_version
2121

22-
# FSFreezeStatus is the state of the fs of the guest it can be either frozen or thawed
22+
# FSFreezeStatus indicates whether a freeze operation was requested for the guest filesystem. It will be set to \"frozen\" if the request was made, or unset otherwise. This does not reflect the actual state of the guest filesystem.
2323
attr_accessor :fs_freeze_status
2424

2525
attr_accessor :fs_info

lib/kubevirt/models/v1_virtual_machine_instance_status.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class V1VirtualMachineInstanceStatus
3030
# EvacuationNodeName is used to track the eviction process of a VMI. It stores the name of the node that we want to evacuate. It is meant to be used by KubeVirt core components only and can't be set or modified by users.
3131
attr_accessor :evacuation_node_name
3232

33-
# FSFreezeStatus is the state of the fs of the guest it can be either frozen or thawed
33+
# FSFreezeStatus indicates whether a freeze operation was requested for the guest filesystem. It will be set to \"frozen\" if the request was made, or unset otherwise. This does not reflect the actual state of the guest filesystem.
3434
attr_accessor :fs_freeze_status
3535

3636
attr_accessor :guest_os_info

0 commit comments

Comments
 (0)