Documentation ¶
Index ¶
Constants ¶
View Source
const ( IngressAnnotation = "kubernetes.io/ingress.class" IngressAnnotationValue = "tyk" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlServer ¶
type ControlServer struct {
// contains filtered or unexported fields
}
func Controller ¶
func Controller() *ControlServer
func NewController ¶
func NewController() *ControlServer
func (*ControlServer) Config ¶
func (c *ControlServer) Config(cfg *Config) *ControlServer
func (*ControlServer) Start ¶
func (c *ControlServer) Start() error
func (*ControlServer) Stop ¶
func (c *ControlServer) Stop() error
Click to show internal directories.
Click to hide internal directories.