Uses of Class
software.amazon.awscdk.services.eks.Nodegroup
Packages that use Nodegroup
-
Uses of Nodegroup in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return NodegroupModifier and TypeMethodDescriptionCluster.addNodegroupCapacity
(String id) Add managed nodegroup to this Amazon EKS cluster.Cluster.addNodegroupCapacity
(String id, NodegroupOptions options) Add managed nodegroup to this Amazon EKS cluster.Nodegroup.Builder.build()
Cluster.getDefaultNodegroup()
The node group that hosts the default capacity for this cluster.