Generated from protobuf enumEFFECT_UNSPECIFIED = 0;
NO_SCHEDULE
Value: 1
Do not allow new pods to schedule onto the node unless they tolerate the
taint, but allow all pods submitted to Kubelet without going through the
scheduler to start, and allow all already-running pods to continue
running. Enforced by the scheduler.
Generated from protobuf enumNO_SCHEDULE = 1;
PREFER_NO_SCHEDULE
Value: 2
Like TaintEffectNoSchedule, but the scheduler tries not to schedule
new pods onto the node, rather than prohibiting new pods from scheduling
onto the node entirely. Enforced by the scheduler.
Generated from protobuf enumPREFER_NO_SCHEDULE = 2;
NO_EXECUTE
Value: 3
Evict any already-running pods that do not tolerate the taint.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Anthos Multi Cloud V1 Client - Class Effect (1.2.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.2 (latest)](/php/docs/reference/cloud-gke-multi-cloud/latest/V1.NodeTaint.Effect)\n- [1.2.1](/php/docs/reference/cloud-gke-multi-cloud/1.2.1/V1.NodeTaint.Effect)\n- [1.1.2](/php/docs/reference/cloud-gke-multi-cloud/1.1.2/V1.NodeTaint.Effect)\n- [1.0.0](/php/docs/reference/cloud-gke-multi-cloud/1.0.0/V1.NodeTaint.Effect)\n- [0.6.1](/php/docs/reference/cloud-gke-multi-cloud/0.6.1/V1.NodeTaint.Effect)\n- [0.5.4](/php/docs/reference/cloud-gke-multi-cloud/0.5.4/V1.NodeTaint.Effect)\n- [0.4.4](/php/docs/reference/cloud-gke-multi-cloud/0.4.4/V1.NodeTaint.Effect)\n- [0.3.0](/php/docs/reference/cloud-gke-multi-cloud/0.3.0/V1.NodeTaint.Effect)\n- [0.2.3](/php/docs/reference/cloud-gke-multi-cloud/0.2.3/V1.NodeTaint.Effect)\n- [0.1.4](/php/docs/reference/cloud-gke-multi-cloud/0.1.4/V1.NodeTaint.Effect) \nReference documentation and code samples for the Google Anthos Multi Cloud V1 Client class Effect.\n\nThe taint effect.\n\nProtobuf type `google.cloud.gkemulticloud.v1.NodeTaint.Effect`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ GkeMultiCloud \\\\ V1 \\\\ NodeTaint\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### EFFECT_UNSPECIFIED\n\n Value: 0\n\nNot set.\n\nGenerated from protobuf enum `EFFECT_UNSPECIFIED = 0;`\n\n### NO_SCHEDULE\n\n Value: 1\n\nDo not allow new pods to schedule onto the node unless they tolerate the\ntaint, but allow all pods submitted to Kubelet without going through the\nscheduler to start, and allow all already-running pods to continue\nrunning. Enforced by the scheduler.\n\nGenerated from protobuf enum `NO_SCHEDULE = 1;`\n\n### PREFER_NO_SCHEDULE\n\n Value: 2\n\nLike TaintEffectNoSchedule, but the scheduler tries not to schedule\nnew pods onto the node, rather than prohibiting new pods from scheduling\nonto the node entirely. Enforced by the scheduler.\n\nGenerated from protobuf enum `PREFER_NO_SCHEDULE = 2;`\n\n### NO_EXECUTE\n\n Value: 3\n\nEvict any already-running pods that do not tolerate the taint.\n\nCurrently enforced by NodeController.\n\nGenerated from protobuf enum `NO_EXECUTE = 3;`"]]