Package | Description |
---|---|
io.kubernetes.client.util.taints |
Modifier and Type | Method and Description |
---|---|
static Taints.Effect |
Taints.Effect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Taints.Effect[] |
Taints.Effect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Taints.TaintsBuilder |
Taints.TaintsBuilder.addTaint(String key,
String value,
Taints.Effect effect)
Add a taint to a node
|
Taints.TaintsBuilder |
Taints.TaintsBuilder.addTaint(String key,
Taints.Effect effect)
Add a taint to a node
|
static io.kubernetes.client.openapi.models.V1Taint |
Taints.findTaint(io.kubernetes.client.openapi.models.V1Node node,
String key,
Taints.Effect effect) |
Taints.TaintsBuilder |
Taints.TaintsBuilder.removeTaint(String key,
Taints.Effect effect)
Remove a taint matching a key and an effect
|
Taints.TaintsBuilder |
Taints.TaintsBuilder.updateTaint(String key,
String value,
Taints.Effect effect)
Add a taint to a node
|
Copyright © 2020. All rights reserved.