This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a change to branch upload
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
from c726d3b0a minor improvement
add 52dbeb172 Implicits improvement
No new revisions were added by this update.
Summary of changes:
.../apache/streampark/common/util/FileUtils.scala | 61 +++++----
.../streampark/common/util/ImplicitsUtils.scala | 70 +++++++++++
.../org/apache/streampark/common/util/Utils.scala | 84 ++++---------
.../flink/client/trait/YarnClientTrait.scala | 37 +++---
.../flink/kubernetes/KubernetesRetriever.scala | 51 ++++----
.../helper/KubernetesDeploymentHelper.scala | 136 +++++++++++----------
.../kubernetes/ingress/IngressController.scala | 8 +-
.../kubernetes/ingress/IngressStrategyV1.scala | 15 ++-
.../ingress/IngressStrategyV1beta1.scala | 14 +--
.../impl/FlinkYarnApplicationBuildPipeline.scala | 4 +-
.../streampark/flink/proxy/FlinkShimsProxy.scala | 16 +--
11 files changed, 273 insertions(+), 223 deletions(-)
create mode 100644
streampark-common/src/main/scala/org/apache/streampark/common/util/ImplicitsUtils.scala