Skip to content

Commit 6361e50

Browse files
author
Soroosh Sarabadani
committed
remove default finalizer name
1 parent 42d7b4e commit 6361e50

File tree

1 file changed

+1
-1
lines changed
  • operator-framework/src/main/java/io/javaoperatorsdk/operator/api

1 file changed

+1
-1
lines changed

operator-framework/src/main/java/io/javaoperatorsdk/operator/api/Controller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
Class<? extends CustomResource> customResourceClass();
1919

20-
String finalizerName() default DEFAULT_FINALIZER;
20+
String finalizerName();
2121

2222
/**
2323
* If true, will dispatch new event to the controller if generation increased since the last processing, otherwise will

0 commit comments

Comments
 (0)