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

x/kubernetes_apis/builtin/apps@v1/structs.ts>DaemonSetList

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface DaemonSetList
implements ListOf<DaemonSet>
import { type DaemonSetList } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/apps@v1/structs.ts";

DaemonSetList is a collection of daemon sets.

Properties

optional
apiVersion: "apps/v1"
optional
kind: "DaemonSetList"