Uses of Class
software.amazon.awssdk.services.eks.model.Taint
-
Packages that use Taint Package Description software.amazon.awssdk.services.eks.model -
-
Uses of Taint in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type Taint Modifier and Type Method Description List<Taint>UpdateTaintsPayload. addOrUpdateTaints()Kubernetes taints to be added or updated.List<Taint>UpdateTaintsPayload. removeTaints()Kubernetes taints to remove.List<Taint>CreateNodegroupRequest. taints()The Kubernetes taints to be applied to the nodes in the node group.List<Taint>Nodegroup. taints()The Kubernetes taints to be applied to the nodes in the node group when they are created.Methods in software.amazon.awssdk.services.eks.model with parameters of type Taint Modifier and Type Method Description UpdateTaintsPayload.BuilderUpdateTaintsPayload.Builder. addOrUpdateTaints(Taint... addOrUpdateTaints)Kubernetes taints to be added or updated.UpdateTaintsPayload.BuilderUpdateTaintsPayload.Builder. removeTaints(Taint... removeTaints)Kubernetes taints to remove.CreateNodegroupRequest.BuilderCreateNodegroupRequest.Builder. taints(Taint... taints)The Kubernetes taints to be applied to the nodes in the node group.Nodegroup.BuilderNodegroup.Builder. taints(Taint... taints)The Kubernetes taints to be applied to the nodes in the node group when they are created.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type Taint Modifier and Type Method Description UpdateTaintsPayload.BuilderUpdateTaintsPayload.Builder. addOrUpdateTaints(Collection<Taint> addOrUpdateTaints)Kubernetes taints to be added or updated.UpdateTaintsPayload.BuilderUpdateTaintsPayload.Builder. removeTaints(Collection<Taint> removeTaints)Kubernetes taints to remove.CreateNodegroupRequest.BuilderCreateNodegroupRequest.Builder. taints(Collection<Taint> taints)The Kubernetes taints to be applied to the nodes in the node group.Nodegroup.BuilderNodegroup.Builder. taints(Collection<Taint> taints)The Kubernetes taints to be applied to the nodes in the node group when they are created.
-