Skip to content

Commit cf2149a

Browse files
committed
chore: remove unneeded constant
1 parent 0260fe4 commit cf2149a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
import java.util.Set;
66

77
public interface ControllerConfiguration<R extends CustomResource> {
8-
9-
String WATCH_ALL_NAMESPACES_MARKER = "ALL_NAMESPACES";
10-
118
String getName();
129

1310
String getCRDName();

0 commit comments

Comments
 (0)