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

x/kubernetes_apis/client.ts>RequestOptions

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

Properties

method: HttpMethods
path: string
optional
querystring: URLSearchParams
optional
abortSignal: AbortSignal
optional
contentType: string
optional
bodyRaw: Uint8Array
optional
bodyJson: JSONValue
optional
bodyStream: ReadableStream<Uint8Array>
optional
accept: string
optional
expectTunnel: string[]
optional
expectStream: boolean
optional
expectJson: boolean