Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class Effect.
Effect indicates the taint effect to match e.g. 'NoSchedule'.
Protobuf type google.cloud.gkemulticloud.v1.Toleration.Effect
Namespace
Google \ Cloud \ GkeMultiCloud \ V1 \ TolerationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EFFECT_UNSPECIFIED
Value: 0Effect is not specified.
Generated from protobuf enum EFFECT_UNSPECIFIED = 0;
EFFECT_NO_SCHEDULE
Value: 1Effect maps to 'NoSchedule'.
Generated from protobuf enum EFFECT_NO_SCHEDULE = 1;
EFFECT_PREFER_NO_SCHEDULE
Value: 2Effect maps to 'PreferNoSchedule'.
Generated from protobuf enum EFFECT_PREFER_NO_SCHEDULE = 2;
EFFECT_NO_EXECUTE
Value: 3Effect maps to 'NoExecute'.
Generated from protobuf enum EFFECT_NO_EXECUTE = 3;