gaborgsomogyi commented on code in PR #576:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/576#discussion_r1177452047
##########
flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/TestUtils.java:
##########
@@ -397,5 +398,10 @@ public ManagedDependentResourceContext
managedDependentResourceContext() {
public EventSourceRetriever<T> eventSourceRetriever() {
return null;
}
+
+ @Override
+ public KubernetesClient getClient() {
+ throw new UnsupportedOperationException("Not implemented");
+ }
Review Comment:
Why do we need this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]