Skip to content

Commit

Permalink
Add WithStatusWatcherFilters to DestroyerBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
karlkfi committed May 24, 2024
1 parent 9702fb8 commit 7768584
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/apply/destroyer_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,8 @@ func (b *DestroyerBuilder) WithStatusWatcher(statusWatcher watcher.StatusWatcher
b.statusWatcher = statusWatcher
return b
}

func (b *DestroyerBuilder) WithStatusWatcherFilters(filters *watcher.Filters) *DestroyerBuilder {
b.statusWatcherFilters = filters
return b
}

0 comments on commit 7768584

Please sign in to comment.