Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1Taint |
V1Taint.effect(String effect) |
V1Taint |
V1Taint.key(String key) |
V1Taint |
V1Taint.timeAdded(org.joda.time.DateTime 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 © 2017. All rights reserved.