We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9702fb8 + 7768584 commit 87074c9Copy full SHA for 87074c9
pkg/apply/destroyer_builder.go
@@ -86,3 +86,8 @@ func (b *DestroyerBuilder) WithStatusWatcher(statusWatcher watcher.StatusWatcher
86
b.statusWatcher = statusWatcher
87
return b
88
}
89
+
90
+func (b *DestroyerBuilder) WithStatusWatcherFilters(filters *watcher.Filters) *DestroyerBuilder {
91
+ b.statusWatcherFilters = filters
92
+ return b
93
+}
0 commit comments