dongjoon-hyun commented on code in PR #40994:
URL: https://github.com/apache/spark/pull/40994#discussion_r1182693072


##########
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/backend/minikube/MinikubeTestBackend.scala:
##########
@@ -16,17 +16,17 @@
  */
 package org.apache.spark.deploy.k8s.integrationtest.backend.minikube
 
-import io.fabric8.kubernetes.client.DefaultKubernetesClient
+import io.fabric8.kubernetes.client.KubernetesClient
 
 import 
org.apache.spark.deploy.k8s.integrationtest.backend.IntegrationTestBackend
 
 private[spark] object MinikubeTestBackend extends IntegrationTestBackend {
 
-  private var defaultClient: DefaultKubernetesClient = _
+  private var defaultClient: KubernetesClient = _
 
   override def initialize(): Unit = {
     Minikube.logVersion()
-    val minikubeStatus = Minikube.getMinikubeStatus
+    val minikubeStatus = Minikube.getMinikubeStatus()

Review Comment:
   ?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to