[ https://issues.apache.org/jira/browse/SPARK-43356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dongjoon Hyun resolved SPARK-43356. ----------------------------------- Fix Version/s: 3.5.0 Resolution: Fixed Issue resolved by pull request 41136 [https://github.com/apache/spark/pull/41136] > Migrate deprecated createOrReplace to serverSideApply > ----------------------------------------------------- > > Key: SPARK-43356 > URL: https://issues.apache.org/jira/browse/SPARK-43356 > Project: Spark > Issue Type: Improvement > Components: Kubernetes > Affects Versions: 3.5.0 > Reporter: Cheng Pan > Assignee: Cheng Pan > Priority: Major > Fix For: 3.5.0 > > > > > {{public interface CreateOrReplaceable<T> extends Replaceable<T> {}} > {{ /**}} > {{ * Creates a provided resource in a Kubernetes Cluster. If creation}} > {{ * fails with a HTTP_CONFLICT, it tries to replace resource.}} > {{ *}} > {{ * @return created item returned in kubernetes api response}} > {{ *}} > {{ * @deprecated please use \{@link ServerSideApplicable#serverSideApply()} > or attempt a create and edit/patch operation.}} > {{ */}} > {{ @Deprecated}} > {{ T createOrReplace();}} > > {{ /**}} > {{ * Creates an item}} > {{ *}} > {{ * @return the item from the api server}} > {{ */}} > {{ T create();}} > {{}}} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org