Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.0/builtin/apps@v1/mod.ts";

Constructors

new
AppsV1Api(client: c.RestClient)

Methods

getControllerRevisionListForAllNamespaces(opts?: operations.GetListOpts)
getDaemonSetListForAllNamespaces(opts?: operations.GetListOpts)
getDeploymentListForAllNamespaces(opts?: operations.GetListOpts)
getReplicaSetListForAllNamespaces(opts?: operations.GetListOpts)
getStatefulSetListForAllNamespaces(opts?: operations.GetListOpts)
namespace(name: string)
watchControllerRevisionListForAllNamespaces(opts?: operations.WatchListOpts)
watchDaemonSetListForAllNamespaces(opts?: operations.WatchListOpts)
watchDeploymentListForAllNamespaces(opts?: operations.WatchListOpts)
watchReplicaSetListForAllNamespaces(opts?: operations.WatchListOpts)
watchStatefulSetListForAllNamespaces(opts?: operations.WatchListOpts)