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/structs.ts>Taint

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

The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.

Properties

effect: string
key: string
optional
timeAdded: c.Time | null
optional
value: string | null