Skip to content

Commit

Permalink
The change is done by earthly +reviewable
Browse files Browse the repository at this point in the history
Signed-off-by: Chuan-Yen Chiang <[email protected]>
  • Loading branch information
cychiang committed Oct 30, 2024
1 parent e50f3cf commit 5cb43a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/reconciler/managed/reconciler_typed.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func (c *typedExternalClientWrapper[managed]) Create(ctx context.Context, mg res
}
return c.c.Create(ctx, cr)
}

func (c *typedExternalClientWrapper[managed]) Update(ctx context.Context, mg resource.Managed) (ExternalUpdate, error) {
cr, ok := mg.(managed)
if !ok {
Expand Down

0 comments on commit 5cb43a5

Please sign in to comment.