You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/10/28 12:43:36 UTC

[pulsar] branch master updated (2a6d2c6 -> 28b0c3a)

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

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


    from 2a6d2c6  Copy directory to content (#5478)
     add 28b0c3a  [functions] Distributed the CA for KubernetesSecretsTokenAuthProvider (#5398)

No new revisions were added by this update.

Summary of changes:
 .../auth/KubernetesFunctionAuthProvider.java       |  2 +-
 .../auth/KubernetesSecretsTokenAuthProvider.java   | 27 +++++++++--
 .../runtime/KubernetesRuntimeFactory.java          |  5 ++-
 .../KubernetesSecretsTokenAuthProviderTest.java    | 52 ++++++++++++++++++++--
 .../runtime/KubernetesRuntimeFactoryTest.java      |  3 +-
 .../functions/runtime/KubernetesRuntimeTest.java   |  1 +
 .../functions/worker/FunctionRuntimeManager.java   |  1 +
 .../pulsar/functions/worker/WorkerConfig.java      | 14 ++++++
 8 files changed, 95 insertions(+), 10 deletions(-)