Uses of Interface
software.amazon.awscdk.services.eks.IAddon
-
Uses of IAddon in software.amazon.awscdk.services.eks
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIAddon
.Modifier and TypeClassDescriptionclass
Represents an Amazon EKS Add-On.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IAddon
Addon.fromAddonArn
(software.constructs.Construct scope, String id, String addonArn) Creates anIAddon
from an existing addon ARN.static IAddon
Addon.fromAddonAttributes
(software.constructs.Construct scope, String id, AddonAttributes attrs) Creates anIAddon
instance from the given addon attributes.Cluster.getEksPodIdentityAgent()
Retrieves the EKS Pod Identity Agent addon for the EKS cluster.default IAddon
ICluster.getEksPodIdentityAgent()
The EKS Pod Identity Agent addon for the EKS cluster.default IAddon
ICluster.Jsii$Default.getEksPodIdentityAgent()
The EKS Pod Identity Agent addon for the EKS cluster.final IAddon
ICluster.Jsii$Proxy.getEksPodIdentityAgent()
The EKS Pod Identity Agent addon for the EKS cluster.