Google Cloud Container V1 Client - Class Effect (1.12.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class Effect.

Possible values for Effect in taint.

Protobuf type google.container.v1.NodeTaint.Effect

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

EFFECT_UNSPECIFIED

Value: 0

Not set

Generated from protobuf enum EFFECT_UNSPECIFIED = 0;

NO_SCHEDULE

Value: 1

NoSchedule

Generated from protobuf enum NO_SCHEDULE = 1;

PREFER_NO_SCHEDULE

Value: 2

PreferNoSchedule

Generated from protobuf enum PREFER_NO_SCHEDULE = 2;

NO_EXECUTE

Value: 3

NoExecute

Generated from protobuf enum NO_EXECUTE = 3;