Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_apis/common.ts>RequestOptions

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface RequestOptions
Re-export
import { type RequestOptions } from "https://deno.land/x/kubernetes_apis@v0.5.0/common.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