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/09/23 07:05:12 UTC

[flink-kubernetes-operator] branch main updated (fe1356ed -> 7f7b77cc)

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 fe1356ed [FLINK-29383] Add PrinterColumn annotation for status fields
     add 7f7b77cc [FLINK-29327] Remove operator config from job runtime config before deployment

No new revisions were added by this update.

Summary of changes:
 .../operator/service/AbstractFlinkService.java     | 18 +++++-
 .../operator/service/NativeFlinkService.java       | 26 ++++----
 .../operator/service/StandaloneFlinkService.java   |  6 +-
 .../kubernetes/operator/TestingFlinkService.java   |  2 +-
 .../operator/service/NativeFlinkServiceTest.java   | 75 ++++++++++++++++++++--
 .../service/StandaloneFlinkServiceTest.java        | 37 +++++++++++
 6 files changed, 141 insertions(+), 23 deletions(-)