Class EKS2ClientStandardImpl
java.lang.Object
org.apache.camel.component.aws2.eks.client.impl.EKS2ClientStandardImpl
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionEKS2ClientStandardImpl(EKS2Configuration configuration) Constructor that uses the config file. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.eks.EksClientGetting the EKS AWS client that is used.
-
Constructor Details
-
EKS2ClientStandardImpl
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:
getEksClientin interfaceEKS2InternalClient- Returns:
- Amazon EKS Client.
-