Files
kata-containers/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/FsConfig.md
Julio Montes 36f65ce182 runtime: clh: update cloud-hypervisor
Update cloud-hypervisor to commit 2706319.
Fixes a limitation in OpenAPITools/openapi-generator tool,
it's impossible to send go zero types, like false and 0 to
cloud-hypervisor because `omitempty` is added if a field is not
required.
See cloud-hypervisor/cloud-hypervisor#1961 for more information

Signed-off-by: Julio Montes <julio.montes@intel.com>
2020-11-12 09:33:56 -06:00

550 B

FsConfig

Properties

Name Type Description Notes
Tag string
Socket string
NumQueues int32 [default to 1]
QueueSize int32 [default to 1024]
Dax bool [default to true]
CacheSize int64
Id string [optional]

[Back to Model list] [Back to API list] [Back to README]