Versions in this module Expand all Collapse all v0 v0.2.0 Mar 17, 2026 v0.1.0 Feb 12, 2026 Changes in this version + func InstallDbus() error + func ListSystemdUnits() ([]byte, error) — darwin/amd64, linux/amd64 + type Config struct + func NewConfig(hostFs afero.Fs, configPath string, restarter Restarter, ...) *Config + func (c *Config) AddRuntime(shimPath string) error + func (c *Config) RemoveRuntime(shimPath string) (changed bool, err error) + func (c *Config) RestartRuntime() error + type ContainerdRestarter struct — windows/amd64 + func (r ContainerdRestarter) Restart() error + type K0sRestarter struct — darwin/amd64, linux/amd64 + func (c K0sRestarter) Restart() error + type K3sRestarter struct — darwin/amd64, linux/amd64 + func (c K3sRestarter) Restart() error + type MicroK8sRestarter struct — darwin/amd64, linux/amd64 + func (c MicroK8sRestarter) Restart() error + type RKE2Restarter struct — darwin/amd64, linux/amd64 + func (c RKE2Restarter) Restart() error + type Restarter interface + Restart func() error + func NewDefaultRestarter() Restarter