Documentation
¶
Index ¶
- type Controller
- func (r *Controller) Drain(ctx context.Context, obj client.Object, sink models.CompiledSink) error
- func (r *Controller) Filter(object client.Object) bool
- func (r *Controller) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *Controller) SetupWithManager(mgr ctrl.Manager) error
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(mgrClient client.Client, flow models.CompiledFlow) *Controller
func (*Controller) Drain ¶
func (r *Controller) Drain(ctx context.Context, obj client.Object, sink models.CompiledSink) error
func (*Controller) SetupWithManager ¶
func (r *Controller) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.