# Functions
No description provided by the author
DefaultKernelCmdLine is the default recommended kernel parameter list.
New creates a new instance of the firecracker microvm provider.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
CacheTypeUnsafe indovates the flushing mechanic will be advertised to the guest driver, but the operation will be a noop.
CacheTypeWriteBack indicates the flushing mechanic will be advertised to the guest driver and flush requests coming from the guest will be performed using `fsync`.
FileEngineTypeAsync specifies using a asynchronous engine based on io_uring.
FileEngineTypeSync specifies using a synchronous engine based on blocking system calls.
InstanceStateNotStarted the instance hasn't started running yet.
InstanceStatePaused the instance is currently paused.
InstanceStateRunning the instance is running.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
BalloonDeviceConfig holds the configuration for the memory balloon device.
BlockDeviceConfig contains the configuration for a microvm block device.
BootSourceConfig holds the configuration for the boot source of a microvm.
Config represents the configuration options for the Firecracker infrastructure.
LoggerConfig holds the configuration for the logger.
No description provided by the author
Metadata represents metadata in the MMDS.
MetrcsConfig contains the configuration for the microvm metrics.
MMDSConfig is the config related to the mmds.
NetworkInterfaceConfig is the configuration for a network interface of a microvm.
VmmConfig contains the configuration of the microvm.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
InstanceState is a type that represents the running state of a Firecracker instance.
No description provided by the author
No description provided by the author