import { type Toleration } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator .
x/kubernetes_apis/builtin/core@v1/structs.ts>Toleration
import { type Toleration } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/structs.ts";
The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator .