Uses of Interface
software.amazon.awscdk.services.eks_v2.AlbControllerOptions
Packages that use AlbControllerOptions
-
Uses of AlbControllerOptions in software.amazon.awscdk.services.eks_v2
Subinterfaces of AlbControllerOptions in software.amazon.awscdk.services.eks_v2Classes in software.amazon.awscdk.services.eks_v2 that implement AlbControllerOptionsModifier and TypeClassDescriptionstatic final classAn implementation forAlbControllerOptionsstatic final classAn implementation forAlbControllerPropsMethods in software.amazon.awscdk.services.eks_v2 that return AlbControllerOptionsModifier and TypeMethodDescriptionAlbControllerOptions.Builder.build()Builds the configured instance.default AlbControllerOptionsClusterCommonOptions.getAlbController()Install the AWS Load Balancer Controller onto the cluster.final AlbControllerOptionsClusterCommonOptions.Jsii$Proxy.getAlbController()final AlbControllerOptionsClusterProps.Jsii$Proxy.getAlbController()final AlbControllerOptionsFargateClusterProps.Jsii$Proxy.getAlbController()Methods in software.amazon.awscdk.services.eks_v2 with parameters of type AlbControllerOptionsModifier and TypeMethodDescriptionCluster.Builder.albController(AlbControllerOptions albController) Install the AWS Load Balancer Controller onto the cluster.ClusterCommonOptions.Builder.albController(AlbControllerOptions albController) Sets the value ofClusterCommonOptions.getAlbController()ClusterProps.Builder.albController(AlbControllerOptions albController) Sets the value ofClusterCommonOptions.getAlbController()FargateCluster.Builder.albController(AlbControllerOptions albController) Install the AWS Load Balancer Controller onto the cluster.FargateClusterProps.Builder.albController(AlbControllerOptions albController) Sets the value ofClusterCommonOptions.getAlbController()