mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-10 04:18:26 +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 {
|
type tomlConfig struct {
|
||||||
Hypervisor map[string]hypervisor
|
Hypervisor map[string]hypervisor
|
||||||
Agent map[string]agent
|
Agent map[string]agent
|
||||||
Image image
|
|
||||||
Factory factory
|
Factory factory
|
||||||
Runtime runtime
|
Runtime runtime
|
||||||
}
|
}
|
||||||
|
|
||||||
type image struct {
|
|
||||||
Provision string `toml:"provision"`
|
|
||||||
ServiceOffload bool `toml:"service_offload"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type factory struct {
|
type factory struct {
|
||||||
TemplatePath string `toml:"template_path"`
|
TemplatePath string `toml:"template_path"`
|
||||||
VMCacheEndpoint string `toml:"vm_cache_endpoint"`
|
VMCacheEndpoint string `toml:"vm_cache_endpoint"`
|
||||||
|
Loading…
Reference in New Issue
Block a user