import { type APIResourceList } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/meta@v1/structs.ts";
APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced.
Properties
resources: Array<APIResource>