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 a5ecd44 [FLINK-26356] Directly use service name to make up rest
endpoint
new 38c366d [FLINK-26336] Call cancel on deletion & clean up configmaps
as well
new 61799f3 [FLINK-26405] Add validation check of num of JM replica
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../controller/FlinkDeploymentController.java | 18 ++--
.../operator/reconciler/BaseReconciler.java | 62 ++++++++++---
.../reconciler/JobManagerDeploymentStatus.java | 58 ++++++++++++
.../operator/reconciler/JobReconciler.java | 27 ++++--
.../operator/reconciler/SessionReconciler.java | 16 ++--
.../kubernetes/operator/service/FlinkService.java | 30 ++-----
.../kubernetes/operator/utils/FlinkUtils.java | 100 ++++++++++++++++++++-
.../validation/DefaultDeploymentValidator.java | 21 ++++-
.../kubernetes/operator/TestingFlinkService.java | 3 +-
.../controller/FlinkDeploymentControllerTest.java | 12 ++-
.../validation/DeploymentValidatorTest.java | 6 ++
11 files changed, 283 insertions(+), 70 deletions(-)
create mode 100644
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/reconciler/JobManagerDeploymentStatus.java