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/17 15:12:42 UTC

[flink] branch master updated (594a722 -> 6cf07d3)

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 594a722  [FLINK-16551][WebUI][tests] Improve assertions
     add 6cf07d3  [FLINK-16494][k8s] Switch to enum type for config option KubernetesConfigOptions.CONTAINER_IMAGE_PULL_POLICY

No new revisions were added by this update.

Summary of changes:
 .../generated/kubernetes_config_configuration.html      |  6 +++---
 .../configuration/KubernetesConfigOptions.java          | 17 +++++++++++++----
 .../kubeclient/decorators/InitJobManagerDecorator.java  |  2 +-
 .../kubeclient/decorators/InitTaskManagerDecorator.java |  2 +-
 .../parameters/AbstractKubernetesParameters.java        |  4 ++--
 .../kubeclient/parameters/KubernetesParameters.java     |  4 +++-
 .../org/apache/flink/kubernetes/KubernetesTestBase.java |  5 +++--
 .../decorators/InitJobManagerDecoratorTest.java         |  2 +-
 .../decorators/InitTaskManagerDecoratorTest.java        |  2 +-
 .../factory/KubernetesJobManagerFactoryTest.java        |  2 +-
 .../factory/KubernetesTaskManagerFactoryTest.java       |  2 +-
 11 files changed, 30 insertions(+), 18 deletions(-)