type alias HttpMethodsimport { type HttpMethods } from "https://deno.land/x/kubernetes_client@v0.7.3/lib/contract.ts"; definition: | "GET" | "POST" | "DELETE" | "PUT" | "PATCH" | "OPTIONS" | "HEAD"