| 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 |
|---|---|
List<TaintSpec> |
NodegroupProps.Jsii$Proxy.getTaints() |
default List<TaintSpec> |
NodegroupOptions.getTaints()
The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
List<TaintSpec> |
NodegroupOptions.Jsii$Proxy.getTaints() |
| Modifier and Type | Method and Description |
|---|---|
NodegroupProps.Builder |
NodegroupProps.Builder.taints(List<? extends TaintSpec> taints)
Sets the value of
NodegroupOptions.getTaints() |
NodegroupOptions.Builder |
NodegroupOptions.Builder.taints(List<? extends TaintSpec> taints)
Sets the value of
NodegroupOptions.getTaints() |
Nodegroup.Builder |
Nodegroup.Builder.taints(List<? extends TaintSpec> taints)
The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
Copyright © 2022. All rights reserved.