Skip to main content
Module

x/k8s/deps.ts>UntypedFetch

Deno / TypeScript Kubernetes client
Latest
type alias UntypedFetch
Re-export
import { type UntypedFetch } from "https://deno.land/x/k8s@1.29.1/deps.ts";
definition: (url: string, init: RequestInit) => Promise<OpenapiOperationResponse>