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

x/kubernetes_apis/builtin/apps@v1/mod.ts>AppsV1Api

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
class AppsV1Api
import { AppsV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.2/builtin/apps@v1/mod.ts";

Constructors

new
AppsV1Api(client: c.RestClient)

Methods

getControllerRevisionListForAllNamespaces(opts?: operations.GetListOpts): Promise<AppsV1.ControllerRevisionList>
getDaemonSetListForAllNamespaces(opts?: operations.GetListOpts): Promise<AppsV1.DaemonSetList>
getDeploymentListForAllNamespaces(opts?: operations.GetListOpts): Promise<AppsV1.DeploymentList>
getReplicaSetListForAllNamespaces(opts?: operations.GetListOpts): Promise<AppsV1.ReplicaSetList>
getStatefulSetListForAllNamespaces(opts?: operations.GetListOpts): Promise<AppsV1.StatefulSetList>
watchControllerRevisionListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AppsV1.ControllerRevision>>
watchDaemonSetListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AppsV1.DaemonSet>>
watchDeploymentListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AppsV1.Deployment>>
watchReplicaSetListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AppsV1.ReplicaSet>>
watchStatefulSetListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AppsV1.StatefulSet>>