mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 00:02:01 +00:00
runtime: remove ServiceOffload parameter
Since we no longer use the service_offload configuration, remove the ServiceOffload field from the image struct. Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
This commit is contained in:
parent
a18c7ca307
commit
9856fe5bea
@ -64,16 +64,10 @@ const (
|
||||
type tomlConfig struct {
|
||||
Hypervisor map[string]hypervisor
|
||||
Agent map[string]agent
|
||||
Image image
|
||||
Factory factory
|
||||
Runtime runtime
|
||||
}
|
||||
|
||||
type image struct {
|
||||
Provision string `toml:"provision"`
|
||||
ServiceOffload bool `toml:"service_offload"`
|
||||
}
|
||||
|
||||
type factory struct {
|
||||
TemplatePath string `toml:"template_path"`
|
||||
VMCacheEndpoint string `toml:"vm_cache_endpoint"`
|
||||
|
Loading…
Reference in New Issue
Block a user