This is an automated email from the ASF dual-hosted git repository.
monster pushed a change to branch ingressv1
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
from d3a4eea41 Fix the review problem
add bb1e55d64 fix
No new revisions were added by this update.
Summary of changes:
.../kubernetes/ingress/BaseIngressStrategy.scala | 143 ---------------------
.../flink/kubernetes/ingress/IngressStrategy.scala | 39 +++++-
.../kubernetes/ingress/IngressStrategyV1.scala | 20 ++-
.../ingress/IngressStrategyV1beta1.scala | 21 ++-
.../flink/kubernetes/FlinkRestJsonTest.scala | 2 +-
.../flink/kubernetes/IngressMetaTestUtil.scala | 51 ++++++++
6 files changed, 128 insertions(+), 148 deletions(-)
delete mode 100644
streampark-flink/streampark-flink-kubernetes/src/main/scala/org/apache/streampark/flink/kubernetes/ingress/BaseIngressStrategy.scala
create mode 100644
streampark-flink/streampark-flink-kubernetes/src/test/scala/org/apache/streampark/flink/kubernetes/IngressMetaTestUtil.scala