import { ArgoprojIoV1alpha1NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.5.3/argo-cd/argoproj.io@v1alpha1/mod.ts";
Methods
createApplication(body: ArgoprojIoV1alpha1.Application, opts?: operations.PutOpts): Promise<ArgoprojIoV1alpha1.Application>
createApplicationSet(body: ArgoprojIoV1alpha1.ApplicationSet, opts?: operations.PutOpts): Promise<ArgoprojIoV1alpha1.ApplicationSet>
createAppProject(body: ArgoprojIoV1alpha1.AppProject, opts?: operations.PutOpts): Promise<ArgoprojIoV1alpha1.AppProject>
deleteApplication(name: string, opts?: operations.DeleteOpts): Promise<ArgoprojIoV1alpha1.Application | MetaV1.Status>
deleteApplicationList(opts?: operations.DeleteListOpts): Promise<ArgoprojIoV1alpha1.ApplicationList>
deleteApplicationSet(name: string, opts?: operations.DeleteOpts): Promise<ArgoprojIoV1alpha1.ApplicationSet | MetaV1.Status>
deleteApplicationSetList(opts?: operations.DeleteListOpts): Promise<ArgoprojIoV1alpha1.ApplicationSetList>
deleteAppProject(name: string, opts?: operations.DeleteOpts): Promise<ArgoprojIoV1alpha1.AppProject | MetaV1.Status>
deleteAppProjectList(opts?: operations.DeleteListOpts): Promise<ArgoprojIoV1alpha1.AppProjectList>
getApplication(name: string, opts?: operations.NoOpts): Promise<ArgoprojIoV1alpha1.Application>
getApplicationList(opts?: operations.GetListOpts): Promise<ArgoprojIoV1alpha1.ApplicationList>
getApplicationSet(name: string, opts?: operations.NoOpts): Promise<ArgoprojIoV1alpha1.ApplicationSet>
getApplicationSetList(opts?: operations.GetListOpts): Promise<ArgoprojIoV1alpha1.ApplicationSetList>
getApplicationSetStatus(name: string, opts?: operations.NoOpts): Promise<ArgoprojIoV1alpha1.ApplicationSet>
getAppProject(name: string, opts?: operations.NoOpts): Promise<ArgoprojIoV1alpha1.AppProject>
getAppProjectList(opts?: operations.GetListOpts): Promise<ArgoprojIoV1alpha1.AppProjectList>
patchApplication(): Promise<ArgoprojIoV1alpha1.Application>
name: string,
type: c.PatchType,
body: ArgoprojIoV1alpha1.Application | c.JsonPatch,
opts?: operations.PatchOpts,
patchApplicationSet(): Promise<ArgoprojIoV1alpha1.ApplicationSet>
name: string,
type: c.PatchType,
body: ArgoprojIoV1alpha1.ApplicationSet | c.JsonPatch,
opts?: operations.PatchOpts,
patchApplicationSetStatus(): Promise<ArgoprojIoV1alpha1.ApplicationSet>
name: string,
type: c.PatchType,
body: ArgoprojIoV1alpha1.ApplicationSet | c.JsonPatch,
opts?: operations.PatchOpts,
patchAppProject(): Promise<ArgoprojIoV1alpha1.AppProject>
name: string,
type: c.PatchType,
body: ArgoprojIoV1alpha1.AppProject | c.JsonPatch,
opts?: operations.PatchOpts,
replaceApplication(): Promise<ArgoprojIoV1alpha1.Application>
name: string,
body: ArgoprojIoV1alpha1.Application,
opts?: operations.PutOpts,
replaceApplicationSet(): Promise<ArgoprojIoV1alpha1.ApplicationSet>
name: string,
body: ArgoprojIoV1alpha1.ApplicationSet,
opts?: operations.PutOpts,
replaceApplicationSetStatus(): Promise<ArgoprojIoV1alpha1.ApplicationSet>
name: string,
body: ArgoprojIoV1alpha1.ApplicationSet,
opts?: operations.PutOpts,
replaceAppProject(): Promise<ArgoprojIoV1alpha1.AppProject>
name: string,
body: ArgoprojIoV1alpha1.AppProject,
opts?: operations.PutOpts,
watchApplicationList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ArgoprojIoV1alpha1.Application>>
watchApplicationSetList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ArgoprojIoV1alpha1.ApplicationSet>>
watchAppProjectList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ArgoprojIoV1alpha1.AppProject>>