mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-19 22:34:28 +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:
@@ -4,6 +4,7 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Firmware** | Pointer to **string** | | [optional]
|
||||
**Kernel** | Pointer to **string** | | [optional]
|
||||
**Cmdline** | Pointer to **string** | | [optional]
|
||||
**Initramfs** | Pointer to **string** | | [optional]
|
||||
@@ -27,6 +28,31 @@ NewPayloadConfigWithDefaults instantiates a new PayloadConfig 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
|
||||
|
||||
### GetFirmware
|
||||
|
||||
`func (o *PayloadConfig) GetFirmware() string`
|
||||
|
||||
GetFirmware returns the Firmware field if non-nil, zero value otherwise.
|
||||
|
||||
### GetFirmwareOk
|
||||
|
||||
`func (o *PayloadConfig) GetFirmwareOk() (*string, bool)`
|
||||
|
||||
GetFirmwareOk returns a tuple with the Firmware field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetFirmware
|
||||
|
||||
`func (o *PayloadConfig) SetFirmware(v string)`
|
||||
|
||||
SetFirmware sets Firmware field to given value.
|
||||
|
||||
### HasFirmware
|
||||
|
||||
`func (o *PayloadConfig) HasFirmware() bool`
|
||||
|
||||
HasFirmware returns a boolean if a field has been set.
|
||||
|
||||
### GetKernel
|
||||
|
||||
`func (o *PayloadConfig) GetKernel() string`
|
||||
|
||||
Reference in New Issue
Block a user