import { ResourceV1alpha2NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/resource.k8s.io@v1alpha2/mod.ts";
Methods
createPodSchedulingContext(body: ResourceV1alpha2.PodSchedulingContext, opts?: operations.PutOpts): Promise<ResourceV1alpha2.PodSchedulingContext>
createResourceClaim(body: ResourceV1alpha2.ResourceClaim, opts?: operations.PutOpts): Promise<ResourceV1alpha2.ResourceClaim>
createResourceClaimTemplate(body: ResourceV1alpha2.ResourceClaimTemplate, opts?: operations.PutOpts): Promise<ResourceV1alpha2.ResourceClaimTemplate>
deletePodSchedulingContext(name: string, opts?: operations.DeleteOpts): Promise<ResourceV1alpha2.PodSchedulingContext | MetaV1.Status>
deletePodSchedulingContextList(opts?: operations.DeleteListOpts): Promise<ResourceV1alpha2.PodSchedulingContextList>
deleteResourceClaim(name: string, opts?: operations.DeleteOpts): Promise<ResourceV1alpha2.ResourceClaim | MetaV1.Status>
deleteResourceClaimList(opts?: operations.DeleteListOpts): Promise<ResourceV1alpha2.ResourceClaimList>
deleteResourceClaimTemplate(name: string, opts?: operations.DeleteOpts): Promise<ResourceV1alpha2.ResourceClaimTemplate | MetaV1.Status>
deleteResourceClaimTemplateList(opts?: operations.DeleteListOpts): Promise<ResourceV1alpha2.ResourceClaimTemplateList>
getPodSchedulingContext(name: string, opts?: operations.NoOpts): Promise<ResourceV1alpha2.PodSchedulingContext>
getPodSchedulingContextList(opts?: operations.GetListOpts): Promise<ResourceV1alpha2.PodSchedulingContextList>
getPodSchedulingContextStatus(name: string, opts?: operations.NoOpts): Promise<ResourceV1alpha2.PodSchedulingContext>
getResourceClaim(name: string, opts?: operations.NoOpts): Promise<ResourceV1alpha2.ResourceClaim>
getResourceClaimList(opts?: operations.GetListOpts): Promise<ResourceV1alpha2.ResourceClaimList>
getResourceClaimStatus(name: string, opts?: operations.NoOpts): Promise<ResourceV1alpha2.ResourceClaim>
getResourceClaimTemplate(name: string, opts?: operations.NoOpts): Promise<ResourceV1alpha2.ResourceClaimTemplate>
getResourceClaimTemplateList(opts?: operations.GetListOpts): Promise<ResourceV1alpha2.ResourceClaimTemplateList>
patchPodSchedulingContext(): Promise<ResourceV1alpha2.PodSchedulingContext>
name: string,
type: c.PatchType,
body: ResourceV1alpha2.PodSchedulingContext | c.JsonPatch,
opts?: operations.PatchOpts,
patchPodSchedulingContextStatus(): Promise<ResourceV1alpha2.PodSchedulingContext>
name: string,
type: c.PatchType,
body: ResourceV1alpha2.PodSchedulingContext | c.JsonPatch,
opts?: operations.PatchOpts,
patchResourceClaim(): Promise<ResourceV1alpha2.ResourceClaim>
name: string,
type: c.PatchType,
body: ResourceV1alpha2.ResourceClaim | c.JsonPatch,
opts?: operations.PatchOpts,
patchResourceClaimStatus(): Promise<ResourceV1alpha2.ResourceClaim>
name: string,
type: c.PatchType,
body: ResourceV1alpha2.ResourceClaim | c.JsonPatch,
opts?: operations.PatchOpts,
patchResourceClaimTemplate(): Promise<ResourceV1alpha2.ResourceClaimTemplate>
name: string,
type: c.PatchType,
body: ResourceV1alpha2.ResourceClaimTemplate | c.JsonPatch,
opts?: operations.PatchOpts,
replacePodSchedulingContext(): Promise<ResourceV1alpha2.PodSchedulingContext>
name: string,
body: ResourceV1alpha2.PodSchedulingContext,
opts?: operations.PutOpts,
replacePodSchedulingContextStatus(): Promise<ResourceV1alpha2.PodSchedulingContext>
name: string,
body: ResourceV1alpha2.PodSchedulingContext,
opts?: operations.PutOpts,
replaceResourceClaim(): Promise<ResourceV1alpha2.ResourceClaim>
name: string,
body: ResourceV1alpha2.ResourceClaim,
opts?: operations.PutOpts,
replaceResourceClaimStatus(): Promise<ResourceV1alpha2.ResourceClaim>
name: string,
body: ResourceV1alpha2.ResourceClaim,
opts?: operations.PutOpts,
replaceResourceClaimTemplate(): Promise<ResourceV1alpha2.ResourceClaimTemplate>
name: string,
body: ResourceV1alpha2.ResourceClaimTemplate,
opts?: operations.PutOpts,
watchPodSchedulingContextList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ResourceV1alpha2.PodSchedulingContext>>
watchResourceClaimList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ResourceV1alpha2.ResourceClaim>>
watchResourceClaimTemplateList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ResourceV1alpha2.ResourceClaimTemplate>>