gyfora commented on code in PR #576:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/576#discussion_r1177506567
##########
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:
The josdk Context interface added a new method to access the client, we need
to implement it in our tests but we are not using it yet.
--
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]