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.
1 parent 3b19eac commit f0481beCopy full SHA for f0481be
operator-framework/src/main/java/io/javaoperatorsdk/operator/ControllerUtils.java
@@ -50,7 +50,6 @@ static String getCrdName(ResourceController controller) {
50
return getAnnotation(controller).crdName();
51
}
52
53
-
54
public static <T extends CustomResource> Class<? extends CustomResourceDoneable<T>>
55
getCustomResourceDoneableClass(ResourceController<T> controller) {
56
try {
0 commit comments