| Package | Description |
|---|---|
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1Taint |
V1Taint.effect(String effect) |
V1Taint |
V1Taint.key(String key) |
V1Taint |
V1Taint.timeAdded(OffsetDateTime timeAdded) |
V1Taint |
V1Taint.value(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<V1Taint> |
V1NodeSpec.getTaints()
If specified, the node's taints.
|
| Modifier and Type | Method and Description |
|---|---|
V1NodeSpec |
V1NodeSpec.addTaintsItem(V1Taint taintsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
V1NodeSpec.setTaints(List<V1Taint> taints) |
V1NodeSpec |
V1NodeSpec.taints(List<V1Taint> taints) |
Copyright © 2021. All rights reserved.