Uses of Class
com.google.container.v1beta1.NodeTaint.Effect
-
Packages that use NodeTaint.Effect Package Description com.google.container.v1beta1 -
-
Uses of NodeTaint.Effect in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return NodeTaint.Effect Modifier and Type Method Description static NodeTaint.EffectNodeTaint.Effect. forNumber(int value)NodeTaint.EffectNodeTaint.Builder. getEffect()Effect for taint.NodeTaint.EffectNodeTaint. getEffect()Effect for taint.NodeTaint.EffectNodeTaintOrBuilder. getEffect()Effect for taint.static NodeTaint.EffectNodeTaint.Effect. valueOf(int value)Deprecated.static NodeTaint.EffectNodeTaint.Effect. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NodeTaint.EffectNodeTaint.Effect. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeTaint.Effect[]NodeTaint.Effect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1beta1 that return types with arguments of type NodeTaint.Effect Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NodeTaint.Effect>NodeTaint.Effect. internalGetValueMap()Methods in com.google.container.v1beta1 with parameters of type NodeTaint.Effect Modifier and Type Method Description NodeTaint.BuilderNodeTaint.Builder. setEffect(NodeTaint.Effect value)Effect for taint.
-