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 (*Controller) Reconcile ¶ added in v0.0.15
func (c *Controller) Reconcile(ctx context.Context) error
func (*Controller) Report ¶ added in v0.0.18
func (c *Controller) Report(report *typesv1.ConditionReport)
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 app.NodeSender) NewOption
func WithWorkPool ¶ added in v0.0.18
Click to show internal directories.
Click to hide internal directories.