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

x/kubernetes_apis/builtin/meta@v1/structs.ts>APIResource

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface APIResource
import { type APIResource } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/meta@v1/structs.ts";

APIResource specifies the name of a resource and whether it is namespaced.

Properties

optional
categories: Array<string> | null
optional
group: string | null
kind: string
name: string
namespaced: boolean
optional
shortNames: Array<string> | null
singularName: string
optional
storageVersionHash: string | null
verbs: Array<string>
optional
version: string | null