mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-23 08:14:35 +01:00
runtime: clh: Re-generate the client code
This patch re-generates the client code for Cloud Hypervisor v27.0. Note: The client code of cloud-hypervisor's (CLH) OpenAPI is automatically generated by openapi-generator [1-2]. [1] https://github.com/OpenAPITools/openapi-generator [2] https://github.com/kata-containers/kata-containers/blob/main/src/runtime/virtcontainers/pkg/cloud-hypervisor/README.md Fixes: #5309 Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -19,7 +19,6 @@ Name | Type | Description | Notes
|
||||
**Vdpa** | Pointer to [**[]VdpaConfig**](VdpaConfig.md) | | [optional]
|
||||
**Vsock** | Pointer to [**VsockConfig**](VsockConfig.md) | | [optional]
|
||||
**SgxEpc** | Pointer to [**[]SgxEpcConfig**](SgxEpcConfig.md) | | [optional]
|
||||
**Tdx** | Pointer to [**TdxConfig**](TdxConfig.md) | | [optional]
|
||||
**Numa** | Pointer to [**[]NumaConfig**](NumaConfig.md) | | [optional]
|
||||
**Iommu** | Pointer to **bool** | | [optional] [default to false]
|
||||
**Watchdog** | Pointer to **bool** | | [optional] [default to false]
|
||||
@@ -414,31 +413,6 @@ SetSgxEpc sets SgxEpc field to given value.
|
||||
|
||||
HasSgxEpc returns a boolean if a field has been set.
|
||||
|
||||
### GetTdx
|
||||
|
||||
`func (o *VmConfig) GetTdx() TdxConfig`
|
||||
|
||||
GetTdx returns the Tdx field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTdxOk
|
||||
|
||||
`func (o *VmConfig) GetTdxOk() (*TdxConfig, bool)`
|
||||
|
||||
GetTdxOk returns a tuple with the Tdx field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetTdx
|
||||
|
||||
`func (o *VmConfig) SetTdx(v TdxConfig)`
|
||||
|
||||
SetTdx sets Tdx field to given value.
|
||||
|
||||
### HasTdx
|
||||
|
||||
`func (o *VmConfig) HasTdx() bool`
|
||||
|
||||
HasTdx returns a boolean if a field has been set.
|
||||
|
||||
### GetNuma
|
||||
|
||||
`func (o *VmConfig) GetNuma() []NumaConfig`
|
||||
|
||||
Reference in New Issue
Block a user