import { ArgoprojIoV1alpha1Api } from "https://deno.land/x/kubernetes_apis@v0.5.1/argo-cd/argoproj.io@v1alpha1/mod.ts";
Methods
getApplicationListForAllNamespaces(opts?: operations.GetListOpts): Promise<ArgoprojIoV1alpha1.ApplicationList>
getApplicationSetListForAllNamespaces(opts?: operations.GetListOpts): Promise<ArgoprojIoV1alpha1.ApplicationSetList>
getAppProjectListForAllNamespaces(opts?: operations.GetListOpts): Promise<ArgoprojIoV1alpha1.AppProjectList>
namespace(name: string): ArgoprojIoV1alpha1NamespacedApi
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>>