| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
NodeTaint |
NodeTaint.clone() |
NodeTaint |
NodeTaint.set(String fieldName,
Object value) |
NodeTaint |
NodeTaint.setEffect(String effect)
Effect for taint.
|
NodeTaint |
NodeTaint.setKey(String key)
Key for taint.
|
NodeTaint |
NodeTaint.setValue(String value)
Value for taint.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeTaint> |
NodeConfig.getTaints()
List of kubernetes taints to be applied to each node.
|
| Modifier and Type | Method and Description |
|---|---|
NodeConfig |
NodeConfig.setTaints(List<NodeTaint> taints)
List of kubernetes taints to be applied to each node.
|
Copyright © 2011–2020 Google. All rights reserved.