You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gy...@apache.org on 2022/03/17 12:58:47 UTC

[flink-kubernetes-operator] branch main updated (aa3d0e2 -> 4e15ac7)

This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git.


    from aa3d0e2  [FLINK-26473] Simplify error checking, fix benign NPE
     add 4e15ac7  [FLINK-26545] Ingress rules in managed namespace

No new revisions were added by this update.

Summary of changes:
 .../controller/FlinkDeploymentController.java      |  8 +-
 .../operator/reconciler/BaseReconciler.java        | 10 +--
 .../operator/reconciler/JobReconciler.java         | 10 +--
 .../kubernetes/operator/reconciler/Reconciler.java | 11 +--
 .../operator/reconciler/SessionReconciler.java     | 10 +--
 .../kubernetes/operator/utils/IngressUtils.java    | 93 ++++++++++++----------
 .../operator/reconciler/JobReconcilerTest.java     | 26 +++---
 helm/flink-operator/templates/ingress.yaml         | 33 --------
 helm/flink-operator/values.yaml                    |  3 -
 9 files changed, 79 insertions(+), 125 deletions(-)
 delete mode 100644 helm/flink-operator/templates/ingress.yaml