Uses of Enum
io.kubernetes.client.util.taints.Taints.Effect
Packages that use Taints.Effect
-
Uses of Taints.Effect in io.kubernetes.client.util.taints
Methods in io.kubernetes.client.util.taints that return Taints.EffectModifier and TypeMethodDescriptionstatic Taints.EffectReturns 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.Methods in io.kubernetes.client.util.taints with parameters of type Taints.EffectModifier and TypeMethodDescriptionTaints.TaintsBuilder.addTaint(String key, Taints.Effect effect) Add a taint to a nodeTaints.TaintsBuilder.addTaint(String key, String value, Taints.Effect effect) Add a taint to a nodestatic io.kubernetes.client.openapi.models.V1TaintTaints.findTaint(io.kubernetes.client.openapi.models.V1Node node, String key, Taints.Effect effect) Taints.TaintsBuilder.removeTaint(String key, Taints.Effect effect) Remove a taint matching a key and an effectTaints.TaintsBuilder.updateTaint(String key, String value, Taints.Effect effect) Add a taint to a node