Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/builtin/core@v1/mod.ts>Toleration

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface Toleration
import { type Toleration } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/core@v1/mod.ts";

The pod this Toleration is attached to tolerates any taint that matches the triple <key,value,effect> using the matching operator .

Properties

optional
effect: string | null
optional
key: string | null
optional
operator: string | null
optional
tolerationSeconds: number | null
optional
value: string | null