Skip to content

Commit 90e69cb

Browse files
committed
remove getter for namespaces
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 2b6b665 commit 90e69cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/InformerEventSourceConfiguration.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,6 @@ public Builder<R> withNamespaces(Set<String> namespaces) {
195195
return this;
196196
}
197197

198-
public Set<String> namespaces() {
199-
return config.namespaces();
200-
}
201-
202198
public Builder<R> withNamespacesInheritedFromController() {
203199
withNamespaces(SAME_AS_CONTROLLER_NAMESPACES_SET);
204200
return this;

0 commit comments

Comments
 (0)