Class EKS2ClientStandardImpl

java.lang.Object
org.apache.camel.component.aws2.eks.client.impl.EKS2ClientStandardImpl
All Implemented Interfaces:
EKS2InternalClient

public class EKS2ClientStandardImpl extends Object implements EKS2InternalClient
Manage an AWS EKS client for all users to use. This implementation is for local instances to use a static and solid credential set.
  • Constructor Details

    • EKS2ClientStandardImpl

      public EKS2ClientStandardImpl(EKS2Configuration configuration)
      Constructor that uses the config file.
  • Method Details

    • getEksClient

      public software.amazon.awssdk.services.eks.EksClient getEksClient()
      Getting the EKS AWS client that is used.
      Specified by:
      getEksClient in interface EKS2InternalClient
      Returns:
      Amazon EKS Client.