Module: Google::Cloud::GkeMultiCloud::V1::Toleration::Effect

Defined in:
proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb

Overview

Effect indicates the taint effect to match e.g. 'NoSchedule'.

Constant Summary collapse

EFFECT_UNSPECIFIED =

Effect is not specified.

0
EFFECT_NO_SCHEDULE =

Effect maps to 'NoSchedule'.

1
EFFECT_PREFER_NO_SCHEDULE =

Effect maps to 'PreferNoSchedule'.

2
EFFECT_NO_EXECUTE =

Effect maps to 'NoExecute'.

3