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

x/kubernetes_apis/common.ts>readOpt

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
function readOpt
import { readOpt } from "https://deno.land/x/kubernetes_apis@v0.5.1/common.ts";

Parameters

input: JSONValue
mapper: (raw: JSONValue) => T

Returns

T | null | undefined