| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
NodeTaints |
NodeTaints.clone() |
NodeTaints |
UpdateNodePoolRequest.getTaints()
The desired node taints to be applied to all nodes in the node pool.
|
NodeTaints |
NodeTaints.set(String fieldName,
Object value) |
NodeTaints |
NodeTaints.setTaints(List<NodeTaint> taints)
List of node taints.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setTaints(NodeTaints taints)
The desired node taints to be applied to all nodes in the node pool.
|
Copyright © 2011–2024 Google. All rights reserved.