Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/operations.ts>WatchListOpts

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
interface WatchListOpts
import { type WatchListOpts } from "https://deno.land/x/kubernetes_apis@v0.3.2/operations.ts";

Properties

optional
allowWatchBookmarks: boolean
optional
fieldSelector: string
optional
labelSelector: string
optional
resourceVersion: string
optional
resourceVersionMatch: "Exact" | "NotOlderThan"
optional
timeoutSeconds: number
optional
abortSignal: AbortSignal