Skip to content

Commit

Permalink
fix method comment
Browse files Browse the repository at this point in the history
Co-authored-by: Sonu Kumar Singh <sksgkpvks@gmail.com>
  • Loading branch information
MartinWeindel and acumino authored Oct 31, 2023
1 parent a9b0389 commit fd9fdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/lifecycle/actuator.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (a *actuator) Delete(ctx context.Context, log logr.Logger, ex *extensionsv1
return a.delete(ctx, log, ex, false)
}

// Delete the Extension resource.
// ForceDelete the Extension resource.
func (a *actuator) ForceDelete(ctx context.Context, log logr.Logger, ex *extensionsv1alpha1.Extension) error {
// try to delete managed DNS entries normally first
if err := a.deleteManagedDNSEntries(ctx, ex); err != nil {
Expand Down

0 comments on commit fd9fdcf

Please sign in to comment.