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 New ¶
func New(cs *client.ClientSet, scheduler scheduling.Scheduler, opts ...NewOption) *Controller
func (*Controller) Reconcile ¶ added in v0.0.15
func (c *Controller) Reconcile(ctx context.Context) error
func (*Controller) Run ¶
func (c *Controller) Run(ctx context.Context)
type NewOption ¶
type NewOption func(c *Controller)
func WithExchange ¶ added in v0.0.11
func WithLogger ¶
func WithNodeService ¶ added in v0.0.16
func WithNodeService(ns *node.NodeService) NewOption
Click to show internal directories.
Click to hide internal directories.