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

x/kubernetes_apis/argo-cd/argoproj.io@v1alpha1/mod.ts>ArgoprojIoV1alpha1Api

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
class ArgoprojIoV1alpha1Api
import { ArgoprojIoV1alpha1Api } from "https://deno.land/x/kubernetes_apis@v0.5.2/argo-cd/argoproj.io@v1alpha1/mod.ts";

Constructors

new
ArgoprojIoV1alpha1Api(client: c.RestClient)

Methods

getApplicationListForAllNamespaces(opts?: operations.GetListOpts): Promise<ArgoprojIoV1alpha1.ApplicationList>
getApplicationSetListForAllNamespaces(opts?: operations.GetListOpts): Promise<ArgoprojIoV1alpha1.ApplicationSetList>
getAppProjectListForAllNamespaces(opts?: operations.GetListOpts): Promise<ArgoprojIoV1alpha1.AppProjectList>
watchApplicationListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ArgoprojIoV1alpha1.Application>>
watchApplicationSetListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ArgoprojIoV1alpha1.ApplicationSet>>
watchAppProjectListForAllNamespaces(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ArgoprojIoV1alpha1.AppProject>>