Class EKS2ClientIAMProfileOptimizedImpl
java.lang.Object
org.apache.camel.component.aws2.eks.client.impl.EKS2ClientIAMProfileOptimizedImpl
- All Implemented Interfaces:
EKS2InternalClient
Manage an AWS EKS client for all users to use (enabling temporary creds). This implementation is for remote instances
to manage the credentials on their own (eliminating credential rotations)
-
Constructor Summary
ConstructorsConstructorDescriptionEKS2ClientIAMProfileOptimizedImpl(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
-
EKS2ClientIAMProfileOptimizedImpl
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:
- EcsClient Client.
-