Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚠️ Add TypedReconciler #2799

Merged
merged 1 commit into from
Jul 6, 2024
Merged

Commits on Jul 6, 2024

  1. ⚠️ Add TypedReconciler

    This change adds a TypedReconciler which allows to customize the type
    being used in the workqueue. There is a number of situations where a
    custom type might be better than the default `reconcile.Request`:
    * Multi-Cluster controllers might want to put the clusters in there
    * Some controllers do not reconcile individual resources of a given type
      but all of them at once, for example IngressControllers might do this
    * Some controllers do not operate on Kubernetes resources at all
    alvaroaleman committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    64e0f0b View commit details
    Browse the repository at this point in the history