Skip to content
Closed
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
4 changes: 2 additions & 2 deletions pkg/patterns/declarative/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ type Status interface {
type LiveObjectReader func(ctx context.Context, gvk schema.GroupVersionKind, nn types.NamespacedName) (*unstructured.Unstructured, error)

type Reconciled interface {
// Reconciled is triggered when Reconciliation has occured.
// The caller is encouraged to determine and surface the health of the reconcilation
// Reconciled is triggered when Reconciliation has occurred.
// The caller is encouraged to determine and surface the health of the reconciliation
// on the DeclarativeObject.
//
// Deprecated: Prefer the BuildStatus method
Expand Down
Loading