Skip to content

Commit

Permalink
Clarify ChildSetReconciler doc (#444)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Andrews <andrewssc@vmware.com>
  • Loading branch information
scothis committed Oct 16, 2023
1 parent 1850729 commit 23bb46d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reconcilers/childset.go
Expand Up @@ -93,6 +93,9 @@ type ChildSetReconciler[Type, ChildType client.Object, ChildListType client.Obje
//
// Most errors are returned directly, skipping this method. The set of handled error types
// may grow, implementations should be defensive rather than assuming the error type.
//
// Results contain the union of desired and actual child resources, in the order they were
// reconciled, (sorted by identifier).
ReflectChildrenStatusOnParent func(ctx context.Context, parent Type, result ChildSetResult[ChildType])

// HarmonizeImmutableFields allows fields that are immutable on the current
Expand Down

0 comments on commit 23bb46d

Please sign in to comment.