Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Root string `toml:"root"` State string `toml:"state"` Subreaper bool `toml:"subreaper"` OomScore int `toml:"oom_score"` GRPC GRPCConfig `toml:"grpc"` Debug DebugConfig `toml:"debug"` DisabledPlugins []string `toml:"disabled_plugins"` Plugins Plugins `toml:"plugins"` RunDir string }
func ContainerdConfig ¶
type DebugConfig ¶
type GRPCConfig ¶
type GRPCConfig struct {
Address string `toml:"address"`
}
Click to show internal directories.
Click to hide internal directories.