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

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

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

Constructors

new
ArgoprojIoV1alpha1NamespacedApi(client: c.RestClient, namespace: string)

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(
name: string,
type: c.PatchType,
body: ArgoprojIoV1alpha1.Application | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<ArgoprojIoV1alpha1.Application>
patchApplicationSet(
name: string,
type: c.PatchType,
body: ArgoprojIoV1alpha1.ApplicationSet | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<ArgoprojIoV1alpha1.ApplicationSet>
patchApplicationSetStatus(
name: string,
type: c.PatchType,
body: ArgoprojIoV1alpha1.ApplicationSet | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<ArgoprojIoV1alpha1.ApplicationSet>
patchAppProject(
name: string,
type: c.PatchType,
body: ArgoprojIoV1alpha1.AppProject | c.JsonPatch,
opts?: operations.PatchOpts,
): Promise<ArgoprojIoV1alpha1.AppProject>
replaceApplication(
name: string,
body: ArgoprojIoV1alpha1.Application,
opts?: operations.PutOpts,
): Promise<ArgoprojIoV1alpha1.Application>
replaceApplicationSet(
name: string,
body: ArgoprojIoV1alpha1.ApplicationSet,
opts?: operations.PutOpts,
): Promise<ArgoprojIoV1alpha1.ApplicationSet>
replaceApplicationSetStatus(
name: string,
body: ArgoprojIoV1alpha1.ApplicationSet,
opts?: operations.PutOpts,
): Promise<ArgoprojIoV1alpha1.ApplicationSet>
replaceAppProject(
name: string,
body: ArgoprojIoV1alpha1.AppProject,
opts?: operations.PutOpts,
): Promise<ArgoprojIoV1alpha1.AppProject>
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>>