Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

List children exactly once for ChildSetReconciler #494

Merged
merged 1 commit into from
Mar 11, 2024
Merged

List children exactly once for ChildSetReconciler #494

merged 1 commit into from
Mar 11, 2024

Commits on Mar 8, 2024

  1. List children exactly once for ChildSetReconciler

    Previously, the ChildSetReconciler would list children once for the
    set and again for each child being reconciled. At best this was
    inefficient, at worst it introduced subtile issues when the content of
    the listing changed over the course of the reconcile.
    
    Now the content of the list from the ChildSetReconciler is reused by
    each child that is reconciled.
    
    Signed-off-by: Scott Andrews <[email protected]>
    scothis committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    e90766a View commit details
    Browse the repository at this point in the history