Skip to main content
Module

x/k8s_fetch/index.ts>K8sApiGetQuery

JavaScript Fetch Client (Deno + node.js) for Kubernetes APIs
Latest
type alias K8sApiGetQuery
import { type K8sApiGetQuery } from "https://deno.land/x/k8s_fetch@1.1.0/index.ts";
definition: { pretty?: string; allowWatchBookmarks?: boolean; continue?: string; fieldSelector?: string; labelSelector?: string; limit?: number; resourceVersion?: string; resourceVersionMatch?: string; timeoutSeconds?: number; watch?: boolean; }