Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Taint

import type { Taint } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";

A property that allows a node to repel a set of pods.

interface Taint {
effect?: TaintEffect | null;
key?: string | null;
value?: string | null;
}

§Properties

§
effect?: TaintEffect | null
[src]

The effect of the taint.

§
key?: string | null
[src]

The key of the taint.

§
value?: string | null
[src]

The value of the taint.