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

Clarify ChildSetReconciler doc #444

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions reconcilers/childset.go
Original file line number Diff line number Diff line change
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
Loading