Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶ added in v0.7.0
type Controller struct {
// contains filtered or unexported fields
}
Controller represents the controller of pool
func NewController ¶
func NewController(blendedset blended.Interface, informer informerv1.PoolInformer) *Controller
NewController creates an instance of the pool controller
func (*Controller) Run ¶ added in v0.7.0
func (c *Controller) Run(ctx context.Context, threadiness int) error
Run serves the pool controller
func (*Controller) Stop ¶ added in v0.7.0
func (c *Controller) Stop()
Stop stops the pool controller
Click to show internal directories.
Click to hide internal directories.