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 classAn implementation forAlbControllerOptionsstatic final classAn implementation forAlbControllerPropsMethods in software.amazon.awscdk.services.eks that return AlbControllerOptionsModifier and TypeMethodDescriptionAlbControllerOptions.Builder.build()Builds the configured instance.default AlbControllerOptionsClusterOptions.getAlbController()Install the AWS Load Balancer Controller onto the cluster.final AlbControllerOptionsClusterOptions.Jsii$Proxy.getAlbController()final AlbControllerOptionsClusterProps.Jsii$Proxy.getAlbController()final AlbControllerOptionsFargateClusterProps.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()