You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/07/22 07:09:24 UTC

[camel] branch master updated (dd68772 -> 85173c3)

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

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


    from dd68772  Regen catalog
     add 0ecd3a4  CAMEL-15310 - AWS* - Support for more than 1 client in the registry - Camel-AWS2-EKS
     add 5533987  Regen website docs
     add 85173c3  Regen catalog

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-eks.json  |  2 ++
 .../camel/catalog/docs/aws2-eks-component.adoc     |  6 +++--
 .../aws2/eks/EKS2ComponentConfigurer.java          |  5 ++++
 .../component/aws2/eks/EKS2EndpointConfigurer.java |  5 ++++
 .../apache/camel/component/aws2/eks/aws2-eks.json  |  2 ++
 .../src/main/docs/aws2-eks-component.adoc          |  6 +++--
 .../camel/component/aws2/eks/EKS2Component.java    |  4 ++-
 .../component/aws2/eks/EKS2Configuration.java      | 15 +++++++++++
 .../aws2/eks/EKS2ComponentClientRegistryTest.java  | 24 ++++++++++++++++++
 .../dsl/Aws2EksComponentBuilderFactory.java        | 16 ++++++++++++
 .../builder/endpoint/StaticEndpointBuilders.java   |  8 +++---
 .../endpoint/dsl/EKS2EndpointBuilderFactory.java   | 29 ++++++++++++++++++++++
 .../modules/ROOT/pages/aws2-eks-component.adoc     |  6 +++--
 13 files changed, 117 insertions(+), 11 deletions(-)