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

x/kubernetes_client/lib/contract.ts>RequestOptions

Typescript library for accessing a Kubernetes API server
Go to Latest
interface RequestOptions
import { type RequestOptions } from "https://deno.land/x/kubernetes_client@v0.7.0/lib/contract.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