Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.0/argo-cd/argoproj.io@v1alpha1/mod.ts";

Constructors

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

Methods

createApplication(body: ArgoprojIoV1alpha1.Application, opts?: operations.PutOpts)
createApplicationSet(body: ArgoprojIoV1alpha1.ApplicationSet, opts?: operations.PutOpts)
createAppProject(body: ArgoprojIoV1alpha1.AppProject, opts?: operations.PutOpts)
deleteApplication(name: string, opts?: operations.DeleteOpts)
deleteApplicationList(opts?: operations.DeleteListOpts)
deleteApplicationSet(name: string, opts?: operations.DeleteOpts)
deleteApplicationSetList(opts?: operations.DeleteListOpts)
deleteAppProject(name: string, opts?: operations.DeleteOpts)
deleteAppProjectList(opts?: operations.DeleteListOpts)
getApplication(name: string, opts?: operations.NoOpts)
getApplicationList(opts?: operations.GetListOpts)
getApplicationSet(name: string, opts?: operations.NoOpts)
getApplicationSetList(opts?: operations.GetListOpts)
getApplicationSetStatus(name: string, opts?: operations.NoOpts)
getAppProject(name: string, opts?: operations.NoOpts)
getAppProjectList(opts?: operations.GetListOpts)
patchApplication(
name: string,
type: c.PatchType,
body: ArgoprojIoV1alpha1.Application | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchApplicationSet(
name: string,
type: c.PatchType,
body: ArgoprojIoV1alpha1.ApplicationSet | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchApplicationSetStatus(
name: string,
type: c.PatchType,
body: ArgoprojIoV1alpha1.ApplicationSet | c.JsonPatch,
opts?: operations.PatchOpts,
)
patchAppProject(
name: string,
type: c.PatchType,
body: ArgoprojIoV1alpha1.AppProject | c.JsonPatch,
opts?: operations.PatchOpts,
)
replaceApplication(
name: string,
body: ArgoprojIoV1alpha1.Application,
opts?: operations.PutOpts,
)
replaceApplicationSet(
name: string,
body: ArgoprojIoV1alpha1.ApplicationSet,
opts?: operations.PutOpts,
)
replaceApplicationSetStatus(
name: string,
body: ArgoprojIoV1alpha1.ApplicationSet,
opts?: operations.PutOpts,
)
replaceAppProject(
name: string,
body: ArgoprojIoV1alpha1.AppProject,
opts?: operations.PutOpts,
)
watchApplicationList(opts?: operations.WatchListOpts)
watchApplicationSetList(opts?: operations.WatchListOpts)
watchAppProjectList(opts?: operations.WatchListOpts)