import { AppsV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/apps@v1/mod.ts";
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>
namespace(name: string): AppsV1NamespacedApi
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>>