You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "gyfora (via GitHub)" <gi...@apache.org> on 2023/04/26 08:14:01 UTC

[GitHub] [flink-kubernetes-operator] gyfora commented on a diff in pull request #576: [FLINK-31886] Bump fabric8 and josdk version

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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org