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
}
Controller is the controller that exposes and populates metrics containing various stats about Services in the cluster.
func NewController ¶
func NewController(ctx *context.ControllerContext, exportInterval time.Duration, stopCh chan struct{}) *Controller
NewController creates a new Controller.
func (*Controller) Run ¶
func (c *Controller) Run()
Run starts the controller until stopped via the stop channel.
Click to show internal directories.
Click to hide internal directories.