Skip to content

Commit

Permalink
Merge pull request #1495 from n1r1/finalizer-typo
Browse files Browse the repository at this point in the history
Fix typo in deleteExternalResources comment
  • Loading branch information
k8s-ci-robot committed Jun 21, 2020
2 parents 2ce4740 + 592363a commit 5413199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (r *Reconciler) deleteExternalResources(cronJob *batch.CronJob) error {
// delete any external resources associated with the cronJob
//
// Ensure that delete implementation is idempotent and safe to invoke
// multiple types for same object.
// multiple times for same object.
}

// Helper functions to check and remove string from a slice of strings.
Expand Down

0 comments on commit 5413199

Please sign in to comment.