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
Namespace
Google \ Cloud \ Container \ V1 \ NodeTaintMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;