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

Handle pointer items in ObjectList with ChildReconciler #480

Merged
merged 2 commits into from
Feb 19, 2024
Merged

Handle pointer items in ObjectList with ChildReconciler #480

merged 2 commits into from
Feb 19, 2024

Commits on Feb 13, 2024

  1. Handle pointer items in ObjectList with ChildReconciler

    Canonically, Items in an ObjectList are a slice of structs. Some types,
    like Istio, use a slice of pointers intead. We now detect and handle
    both.
    
    Signed-off-by: Scott Andrews <scott@andrews.me>
    scothis committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bb43c32 View commit details
    Browse the repository at this point in the history
  2. Review feedback

    Signed-off-by: Scott Andrews <scott@andrews.me>
    scothis committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    23afd45 View commit details
    Browse the repository at this point in the history