Versions in this module Expand all Collapse all v0 v0.2.1 May 8, 2025 v0.2.0 Apr 10, 2025 Changes in this version + type Controller struct + func NewController(kubeClient client.Client) *Controller + func (c *Controller) Reconcile(ctx context.Context, nodeClass *v1alpha1.ECSNodeClass) (reconcile.Result, error) + func (c *Controller) Register(_ context.Context, m manager.Manager) error