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

x/kubernetes_apis/builtin/resource.k8s.io@v1alpha2/mod.ts>NamedResourcesAttribute

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface NamedResourcesAttribute
import { type NamedResourcesAttribute } from "https://deno.land/x/kubernetes_apis@v0.5.2/builtin/resource.k8s.io@v1alpha2/mod.ts";

NamedResourcesAttribute is a combination of an attribute name and its value.

Properties

optional
bool: boolean | null
optional
int: number | null
optional
intSlice: NamedResourcesIntSlice | null
name: string
optional
quantity: c.Quantity | null
optional
string: string | null
optional
stringSlice: NamedResourcesStringSlice | null
optional
version: string | null