Uses of Interface
software.amazon.awscdk.services.eks.AlbControllerOptions
Packages that use AlbControllerOptions
-
Uses of AlbControllerOptions in software.amazon.awscdk.services.eks
Subinterfaces of AlbControllerOptions in software.amazon.awscdk.services.eksClasses in software.amazon.awscdk.services.eks that implement AlbControllerOptionsModifier and TypeClassDescriptionstatic final class
An implementation forAlbControllerOptions
static final class
An implementation forAlbControllerProps
Methods in software.amazon.awscdk.services.eks that return AlbControllerOptionsModifier and TypeMethodDescriptionAlbControllerOptions.Builder.build()
Builds the configured instance.default AlbControllerOptions
ClusterOptions.getAlbController()
Install the AWS Load Balancer Controller onto the cluster.final AlbControllerOptions
ClusterOptions.Jsii$Proxy.getAlbController()
final AlbControllerOptions
ClusterProps.Jsii$Proxy.getAlbController()
final AlbControllerOptions
FargateClusterProps.Jsii$Proxy.getAlbController()
Methods in software.amazon.awscdk.services.eks with parameters of type AlbControllerOptionsModifier and TypeMethodDescriptionCluster.Builder.albController
(AlbControllerOptions albController) Install the AWS Load Balancer Controller onto the cluster.ClusterOptions.Builder.albController
(AlbControllerOptions albController) Sets the value ofClusterOptions.getAlbController()
ClusterProps.Builder.albController
(AlbControllerOptions albController) Sets the value ofClusterOptions.getAlbController()
FargateCluster.Builder.albController
(AlbControllerOptions albController) Install the AWS Load Balancer Controller onto the cluster.FargateClusterProps.Builder.albController
(AlbControllerOptions albController) Sets the value ofClusterOptions.getAlbController()