Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(config *ControllerConfig) *Controller
NewController returns a new Controller which splits new Ingress objects into N virtual Ingresses labeled for each Cluster that exists at the time the Ingress is created.
func (*Controller) Start ¶
func (c *Controller) Start(numThreads int)
type ControllerConfig ¶
type Tracker ¶
type Tracker struct {
// contains filtered or unexported fields
}
TODO(jmprusi): Generalize.
func NewTracker ¶
func NewTracker() *Tracker
Click to show internal directories.
Click to hide internal directories.