Files
k3s/pkg/server/types.go
Darren Shepherd 9bb7c27c62 Initial Commit
2019-01-01 01:23:01 -07:00

13 lines
237 B
Go

package server
import (
"github.com/rancher/norman/pkg/dynamiclistener"
"github.com/rancher/rio/pkg/daemons/config"
)
type Config struct {
DisableAgent bool
TLSConfig dynamiclistener.UserConfig
ControlConfig config.Control
}