Class EKS2ClientFactory
java.lang.Object
org.apache.camel.component.aws2.eks.client.EKS2ClientFactory
Factory class to return the correct type of AWS EKS client.
-
Method Summary
Modifier and TypeMethodDescriptionstatic EKS2InternalClientgetEksClient(EKS2Configuration configuration) Return the correct AWS EKS client (based on remote vs local).
-
Method Details
-
getEksClient
Return the correct AWS EKS client (based on remote vs local).- Parameters:
configuration- configuration- Returns:
- EKSClient
-