8000 Remove getDefaultFinalizerName · rguillens/java-operator-sdk@a8d8e6c · GitHub
[go: up one dir, main page]

Skip to content

Commit a8d8e6c

Browse files
author
Soroosh Sarabadani
committed
Remove getDefaultFinalizerName
1 parent 40f19f5 commit a8d8e6c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,4 @@ public interface ResourceController<R extends CustomResource> {
2727
* <b>However we will always call an update if there is no finalizer on object and its not marked for deletion.</b>
2828
*/
2929
UpdateControl<R> createOrUpdateResource(R resource, Context<R> context);
30-
31-
// What about we let developer to set the finalizer Name through overriding
32-
// this method rather than setting it as attribute in annotation?
33-
default String getDefaultFinalizerName() {
34-
return this.getClass().getCanonicalName();
35-
}
36-
3730
}

0 commit comments

Comments
 (0)
0