You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ti...@apache.org on 2020/03/16 02:35:43 UTC

[flink] branch master updated (5157691 -> 3d11907)

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

tison pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 5157691  [hotfix][docs] fix mistakes in Modules document
     add 3d11907  [FLINK-16508][k8s] Name the ports exposed by the main Container in Pod

No new revisions were added by this update.

Summary of changes:
 .../kubeclient/decorators/AbstractServiceDecorator.java           | 7 +------
 .../kubernetes/kubeclient/decorators/InitJobManagerDecorator.java | 8 ++++++--
 .../kubeclient/decorators/InitTaskManagerDecorator.java           | 5 +++--
 .../kubeclient/decorators/InternalServiceDecorator.java           | 6 +++---
 .../main/java/org/apache/flink/kubernetes/utils/Constants.java    | 5 +++++
 .../kubeclient/decorators/ExternalServiceDecoratorTest.java       | 2 +-
 .../kubeclient/decorators/InitJobManagerDecoratorTest.java        | 3 +++
 .../kubeclient/decorators/InitTaskManagerDecoratorTest.java       | 1 +
 .../kubeclient/decorators/InternalServiceDecoratorTest.java       | 6 +++---
 9 files changed, 26 insertions(+), 17 deletions(-)