You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/03/01 08:58:41 UTC

[camel] branch regen_bot updated (d44b5fc -> 4f26675)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from d44b5fc  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-ECS component
     add b5123f5  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EKS component
     add 052ed2e  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EKS component
     add 78a35a2  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EKS component
     add c058a8e  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EKS component
     add 4f26675  CAMEL-16171 - Add uri-endpoint-override options to all AWS2 components - AWS2-EKS component

No new revisions were added by this update.

Summary of changes:
 .../apache/camel/catalog/components/aws2-eks.json  |  4 ++
 .../camel/catalog/docs/aws2-eks-component.adoc     |  8 +++-
 .../aws2/eks/EKS2ComponentConfigurer.java          | 12 ++++++
 .../component/aws2/eks/EKS2EndpointConfigurer.java | 12 ++++++
 .../component/aws2/eks/EKS2EndpointUriFactory.java | 16 +++----
 .../apache/camel/component/aws2/eks/aws2-eks.json  |  4 ++
 .../src/main/docs/aws2-eks-component.adoc          |  8 +++-
 .../component/aws2/eks/EKS2Configuration.java      | 27 ++++++++++++
 .../aws2/eks/EKS2ComponentConfigurationTest.java   | 18 ++++++++
 .../dsl/Aws2EksComponentBuilderFactory.java        | 35 ++++++++++++++++
 .../endpoint/dsl/EKS2EndpointBuilderFactory.java   | 49 ++++++++++++++++++++++
 .../modules/ROOT/pages/aws2-eks-component.adoc     |  8 +++-
 12 files changed, 188 insertions(+), 13 deletions(-)