| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TaintSpec.Jsii$Proxy
An implementation for
TaintSpec |
| Modifier and Type | Method and Description |
|---|---|
TaintSpec |
TaintSpec.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<TaintSpec> |
NodegroupOptions.getTaints()
(experimental) The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
List<TaintSpec> |
NodegroupOptions.Jsii$Proxy.getTaints() |
List<TaintSpec> |
NodegroupProps.Jsii$Proxy.getTaints() |
| Modifier and Type | Method and Description |
|---|---|
NodegroupOptions.Builder |
NodegroupOptions.Builder.taints(List<? extends TaintSpec> taints)
Sets the value of
NodegroupOptions.getTaints() |
Nodegroup.Builder |
Nodegroup.Builder.taints(List<? extends TaintSpec> taints)
(experimental) The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
NodegroupProps.Builder |
NodegroupProps.Builder.taints(List<? extends TaintSpec> taints)
Sets the value of
NodegroupOptions.getTaints() |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
NodegroupAmiType amiType,
CapacityType capacityType,
Number desiredSize,
Number diskSize,
Boolean forceUpdate,
List<? extends InstanceType> instanceTypes,
Map<String,String> labels,
LaunchTemplateSpec launchTemplateSpec,
Number maxSize,
Number minSize,
String nodegroupName,
IRole nodeRole,
String releaseVersion,
NodegroupRemoteAccess remoteAccess,
SubnetSelection subnets,
Map<String,String> tags,
List<? extends TaintSpec> taints)
Constructor that initializes the object based on literal property values passed by the
NodegroupProps.Builder. |
Jsii$Proxy(NodegroupAmiType amiType,
CapacityType capacityType,
Number desiredSize,
Number diskSize,
Boolean forceUpdate,
List<? extends InstanceType> instanceTypes,
Map<String,String> labels,
LaunchTemplateSpec launchTemplateSpec,
Number maxSize,
Number minSize,
String nodegroupName,
IRole nodeRole,
String releaseVersion,
NodegroupRemoteAccess remoteAccess,
SubnetSelection subnets,
Map<String,String> tags,
List<? extends TaintSpec> taints)
Constructor that initializes the object based on literal property values passed by the
NodegroupOptions.Builder. |
Copyright © 2021. All rights reserved.