Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/builtin/apiextensions.k8s.io@v1/structs.ts>CustomResourceDefinitionList

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
interface CustomResourceDefinitionList
implements ListOf<CustomResourceDefinition>
import { type CustomResourceDefinitionList } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/apiextensions.k8s.io@v1/structs.ts";

CustomResourceDefinitionList is a list of CustomResourceDefinition objects.

Properties

optional
apiVersion: "apiextensions.k8s.io/v1"
optional
kind: "CustomResourceDefinitionList"