mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-26 17:54:24 +01:00
versions: cloud-hypervisor: bump version
Use commit c54452c08a467a3e35d8d72f2a91d424e9718c57 as version for cloud-hypervisor. Bring openapi fix cloud-hypervisor/cloud-hypervisor#1760 to support SGX. Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -996,16 +996,16 @@ func (a *DefaultApiService) VmAddVsockPut(ctx _context.Context, vsockConfig Vsoc
|
||||
/*
|
||||
VmCountersGet Get counters from the VM
|
||||
* @param ctx _context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
|
||||
@return map[string]map[string]int32
|
||||
@return map[string]map[string]int64
|
||||
*/
|
||||
func (a *DefaultApiService) VmCountersGet(ctx _context.Context) (map[string]map[string]int32, *_nethttp.Response, error) {
|
||||
func (a *DefaultApiService) VmCountersGet(ctx _context.Context) (map[string]map[string]int64, *_nethttp.Response, error) {
|
||||
var (
|
||||
localVarHTTPMethod = _nethttp.MethodGet
|
||||
localVarPostBody interface{}
|
||||
localVarFormFileName string
|
||||
localVarFileName string
|
||||
localVarFileBytes []byte
|
||||
localVarReturnValue map[string]map[string]int32
|
||||
localVarReturnValue map[string]map[string]int64
|
||||
)
|
||||
|
||||
// create path and map variables
|
||||
|
||||
Reference in New Issue
Block a user