dongjoon-hyun commented on code in PR #40994:
URL: https://github.com/apache/spark/pull/40994#discussion_r1182993076
##########
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/PVTestsSuite.scala:
##########
@@ -41,6 +41,7 @@ private[spark] trait PVTestsSuite { k8sSuite: KubernetesSuite
=>
kubernetesTestComponents
.kubernetesClient
.storage()
+ .v1()
Review Comment:
Could you add some description about it too because it looks like
independent from the deprecation of `DefaultKubernetesClient`.
##########
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/PVTestsSuite.scala:
##########
@@ -41,6 +41,7 @@ private[spark] trait PVTestsSuite { k8sSuite: KubernetesSuite
=>
kubernetesTestComponents
.kubernetesClient
.storage()
+ .v1()
Review Comment:
Could you add some description about it too because it looks like
independent from the deprecation of `DefaultKubernetesClient`?
--
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]