Skip to content

Commit

Permalink
Merge pull request #640 from karlkfi/karl-watch-filter-destroy
Browse files Browse the repository at this point in the history
Add WithStatusWatcherFilters to DestroyerBuilder
  • Loading branch information
k8s-ci-robot committed May 25, 2024
2 parents 9702fb8 + 7768584 commit 87074c9
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 87074c9

Please sign in to comment.