k3s/pkg/server/types.go

13 lines
237 B
Go
Raw Normal View History

2019-01-01 08:23:01 +00:00
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
}