virtcontainers: clh: Re-generate the client code

This patch re-generates the client code for Cloud Hypervisor v23.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

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen
2022-04-14 12:56:01 -07:00
parent 6012c19707
commit 29e569aa92
14 changed files with 1069 additions and 53 deletions

View File

@@ -0,0 +1,56 @@
# CpuFeatures
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Amx** | Pointer to **bool** | | [optional]
## Methods
### NewCpuFeatures
`func NewCpuFeatures() *CpuFeatures`
NewCpuFeatures instantiates a new CpuFeatures object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed
### NewCpuFeaturesWithDefaults
`func NewCpuFeaturesWithDefaults() *CpuFeatures`
NewCpuFeaturesWithDefaults instantiates a new CpuFeatures object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set
### GetAmx
`func (o *CpuFeatures) GetAmx() bool`
GetAmx returns the Amx field if non-nil, zero value otherwise.
### GetAmxOk
`func (o *CpuFeatures) GetAmxOk() (*bool, bool)`
GetAmxOk returns a tuple with the Amx field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetAmx
`func (o *CpuFeatures) SetAmx(v bool)`
SetAmx sets Amx field to given value.
### HasAmx
`func (o *CpuFeatures) HasAmx() bool`
HasAmx returns a boolean if a field has been set.
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)