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.
2 parents a98e88c + 101a4d0 commit 9723d27Copy full SHA for 9723d27
operator-framework/src/main/java/com/github/containersolutions/operator/api/ResourceController.java
@@ -26,6 +26,6 @@ public interface ResourceController<R extends CustomResource> {
26
* this update can be skipped.
27
* <b>However we will always call an update if there is no finalizer on object and its not marked for deletion.</b>
28
*/
29
- UpdateControl createOrUpdateResource(R resource, Context<R> context);
+ UpdateControl<R> createOrUpdateResource(R resource, Context<R> context);
30
31
}
0 commit comments