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.Effect
NodeTaint.Effect. forNumber(int value)
NodeTaint.Effect
NodeTaint.Builder. getEffect()
Effect for taint.NodeTaint.Effect
NodeTaint. getEffect()
Effect for taint.NodeTaint.Effect
NodeTaintOrBuilder. getEffect()
Effect for taint.static NodeTaint.Effect
NodeTaint.Effect. valueOf(int value)
Deprecated.static NodeTaint.Effect
NodeTaint.Effect. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NodeTaint.Effect
NodeTaint.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.Builder
NodeTaint.Builder. setEffect(NodeTaint.Effect value)
Effect for taint.
-