Files
k3s/pkg/agent/templates/templates.go
2021-06-23 09:07:50 -07:00

15 lines
291 B
Go

package templates
import (
"github.com/rancher/wharfie/pkg/registries"
"github.com/rancher/k3s/pkg/daemons/config"
)
type ContainerdConfig struct {
NodeConfig *config.Node
DisableCgroup bool
IsRunningInUserNS bool
PrivateRegistryConfig *registries.Registry
}