dongjoon-hyun opened a new pull request #32406: URL: https://github.com/apache/spark/pull/32406
### What changes were proposed in this pull request? Since SPARK-22757, `KubernetesUtils` is used as an important utility class for all K8s module. This issue aims to promote it to DeveloperApi to maintain it officially in a backward compatible way. ### Why are the changes needed? Apache Spark provides an extensible external cluster manager framework. To have `ExternalClusterManager` for K8s, `KubernetesUtils` class is very useful and stable. To promote it to K8s developer API, we can maintain this more sustainable way. ### Does this PR introduce _any_ user-facing change? Yes, but this is new API additions. ### How was this patch tested? Pass the CIs. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
