Skip to content

Commit 7768584

Browse files
committed
Add WithStatusWatcherFilters to DestroyerBuilder
1 parent 9702fb8 commit 7768584

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkg/apply/destroyer_builder.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,8 @@ func (b *DestroyerBuilder) WithStatusWatcher(statusWatcher watcher.StatusWatcher
8686
b.statusWatcher = statusWatcher
8787
return b
8888
}
89+
90+
func (b *DestroyerBuilder) WithStatusWatcherFilters(filters *watcher.Filters) *DestroyerBuilder {
91+
b.statusWatcherFilters = filters
92+
return b
93+
}

0 commit comments

Comments
 (0)