Versions in this module Expand all Collapse all v0 v0.1.1 Dec 8, 2024 v0.1.0 Dec 8, 2024 Changes in this version + type Controller struct + func NewController(kubeClient client.Client, recorder record.EventRecorder) (*Controller, error) + func (c *Controller) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error) + func (c *Controller) Register(_ context.Context, m manager.Manager) error