import { AppsV1NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/apps@v1/mod.ts";
Methods
createControllerRevision(body: AppsV1.ControllerRevision, opts?: operations.PutOpts): Promise<AppsV1.ControllerRevision>
createDaemonSet(body: AppsV1.DaemonSet, opts?: operations.PutOpts): Promise<AppsV1.DaemonSet>
createDeployment(body: AppsV1.Deployment, opts?: operations.PutOpts): Promise<AppsV1.Deployment>
createReplicaSet(body: AppsV1.ReplicaSet, opts?: operations.PutOpts): Promise<AppsV1.ReplicaSet>
createStatefulSet(body: AppsV1.StatefulSet, opts?: operations.PutOpts): Promise<AppsV1.StatefulSet>
deleteControllerRevision(name: string, opts?: operations.DeleteOpts): Promise<AppsV1.ControllerRevision | MetaV1.Status>
deleteControllerRevisionList(opts?: operations.DeleteListOpts): Promise<AppsV1.ControllerRevisionList>
deleteDaemonSet(name: string, opts?: operations.DeleteOpts): Promise<AppsV1.DaemonSet | MetaV1.Status>
deleteDaemonSetList(opts?: operations.DeleteListOpts): Promise<AppsV1.DaemonSetList>
deleteDeployment(name: string, opts?: operations.DeleteOpts): Promise<AppsV1.Deployment | MetaV1.Status>
deleteDeploymentList(opts?: operations.DeleteListOpts): Promise<AppsV1.DeploymentList>
deleteReplicaSet(name: string, opts?: operations.DeleteOpts): Promise<AppsV1.ReplicaSet | MetaV1.Status>
deleteReplicaSetList(opts?: operations.DeleteListOpts): Promise<AppsV1.ReplicaSetList>
deleteStatefulSet(name: string, opts?: operations.DeleteOpts): Promise<AppsV1.StatefulSet | MetaV1.Status>
deleteStatefulSetList(opts?: operations.DeleteListOpts): Promise<AppsV1.StatefulSetList>
getControllerRevision(name: string, opts?: operations.NoOpts): Promise<AppsV1.ControllerRevision>
getControllerRevisionList(opts?: operations.GetListOpts): Promise<AppsV1.ControllerRevisionList>
getDaemonSet(name: string, opts?: operations.NoOpts): Promise<AppsV1.DaemonSet>
getDaemonSetList(opts?: operations.GetListOpts): Promise<AppsV1.DaemonSetList>
getDaemonSetStatus(name: string, opts?: operations.NoOpts): Promise<AppsV1.DaemonSet>
getDeployment(name: string, opts?: operations.NoOpts): Promise<AppsV1.Deployment>
getDeploymentList(opts?: operations.GetListOpts): Promise<AppsV1.DeploymentList>
getDeploymentScale(name: string, opts?: operations.NoOpts): Promise<AutoscalingV1.Scale>
getDeploymentStatus(name: string, opts?: operations.NoOpts): Promise<AppsV1.Deployment>
getReplicaSet(name: string, opts?: operations.NoOpts): Promise<AppsV1.ReplicaSet>
getReplicaSetList(opts?: operations.GetListOpts): Promise<AppsV1.ReplicaSetList>
getReplicaSetScale(name: string, opts?: operations.NoOpts): Promise<AutoscalingV1.Scale>
getReplicaSetStatus(name: string, opts?: operations.NoOpts): Promise<AppsV1.ReplicaSet>
getStatefulSet(name: string, opts?: operations.NoOpts): Promise<AppsV1.StatefulSet>
getStatefulSetList(opts?: operations.GetListOpts): Promise<AppsV1.StatefulSetList>
getStatefulSetScale(name: string, opts?: operations.NoOpts): Promise<AutoscalingV1.Scale>
getStatefulSetStatus(name: string, opts?: operations.NoOpts): Promise<AppsV1.StatefulSet>
patchControllerRevision(): Promise<AppsV1.ControllerRevision>
name: string,
type: c.PatchType,
body: AppsV1.ControllerRevision | c.JsonPatch,
opts?: operations.PatchOpts,
patchDaemonSet(): Promise<AppsV1.DaemonSet>
name: string,
type: c.PatchType,
body: AppsV1.DaemonSet | c.JsonPatch,
opts?: operations.PatchOpts,
patchDaemonSetStatus(): Promise<AppsV1.DaemonSet>
name: string,
type: c.PatchType,
body: AppsV1.DaemonSet | c.JsonPatch,
opts?: operations.PatchOpts,
patchDeployment(): Promise<AppsV1.Deployment>
name: string,
type: c.PatchType,
body: AppsV1.Deployment | c.JsonPatch,
opts?: operations.PatchOpts,
patchDeploymentScale(): Promise<AutoscalingV1.Scale>
name: string,
type: c.PatchType,
body: AutoscalingV1.Scale | c.JsonPatch,
opts?: operations.PatchOpts,
patchDeploymentStatus(): Promise<AppsV1.Deployment>
name: string,
type: c.PatchType,
body: AppsV1.Deployment | c.JsonPatch,
opts?: operations.PatchOpts,
patchReplicaSet(): Promise<AppsV1.ReplicaSet>
name: string,
type: c.PatchType,
body: AppsV1.ReplicaSet | c.JsonPatch,
opts?: operations.PatchOpts,
patchReplicaSetScale(): Promise<AutoscalingV1.Scale>
name: string,
type: c.PatchType,
body: AutoscalingV1.Scale | c.JsonPatch,
opts?: operations.PatchOpts,
patchReplicaSetStatus(): Promise<AppsV1.ReplicaSet>
name: string,
type: c.PatchType,
body: AppsV1.ReplicaSet | c.JsonPatch,
opts?: operations.PatchOpts,
patchStatefulSet(): Promise<AppsV1.StatefulSet>
name: string,
type: c.PatchType,
body: AppsV1.StatefulSet | c.JsonPatch,
opts?: operations.PatchOpts,
patchStatefulSetScale(): Promise<AutoscalingV1.Scale>
name: string,
type: c.PatchType,
body: AutoscalingV1.Scale | c.JsonPatch,
opts?: operations.PatchOpts,
patchStatefulSetStatus(): Promise<AppsV1.StatefulSet>
name: string,
type: c.PatchType,
body: AppsV1.StatefulSet | c.JsonPatch,
opts?: operations.PatchOpts,
replaceControllerRevision(): Promise<AppsV1.ControllerRevision>
name: string,
body: AppsV1.ControllerRevision,
opts?: operations.PutOpts,
replaceDaemonSet(): Promise<AppsV1.DaemonSet>
name: string,
body: AppsV1.DaemonSet,
opts?: operations.PutOpts,
replaceDaemonSetStatus(): Promise<AppsV1.DaemonSet>
name: string,
body: AppsV1.DaemonSet,
opts?: operations.PutOpts,
replaceDeployment(): Promise<AppsV1.Deployment>
name: string,
body: AppsV1.Deployment,
opts?: operations.PutOpts,
replaceDeploymentScale(): Promise<AutoscalingV1.Scale>
name: string,
body: AutoscalingV1.Scale,
opts?: operations.PutOpts,
replaceDeploymentStatus(): Promise<AppsV1.Deployment>
name: string,
body: AppsV1.Deployment,
opts?: operations.PutOpts,
replaceReplicaSet(): Promise<AppsV1.ReplicaSet>
name: string,
body: AppsV1.ReplicaSet,
opts?: operations.PutOpts,
replaceReplicaSetScale(): Promise<AutoscalingV1.Scale>
name: string,
body: AutoscalingV1.Scale,
opts?: operations.PutOpts,
replaceReplicaSetStatus(): Promise<AppsV1.ReplicaSet>
name: string,
body: AppsV1.ReplicaSet,
opts?: operations.PutOpts,
replaceStatefulSet(): Promise<AppsV1.StatefulSet>
name: string,
body: AppsV1.StatefulSet,
opts?: operations.PutOpts,
replaceStatefulSetScale(): Promise<AutoscalingV1.Scale>
name: string,
body: AutoscalingV1.Scale,
opts?: operations.PutOpts,
replaceStatefulSetStatus(): Promise<AppsV1.StatefulSet>
name: string,
body: AppsV1.StatefulSet,
opts?: operations.PutOpts,
watchControllerRevisionList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AppsV1.ControllerRevision>>
watchDaemonSetList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AppsV1.DaemonSet>>
watchDeploymentList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AppsV1.Deployment>>
watchReplicaSetList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AppsV1.ReplicaSet>>
watchStatefulSetList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<AppsV1.StatefulSet>>