import { ResourceV1alpha2NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.5.3/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>
createResourceClaimParameters(body: ResourceV1alpha2.ResourceClaimParameters, opts?: operations.PutOpts): Promise<ResourceV1alpha2.ResourceClaimParameters>
createResourceClaimTemplate(body: ResourceV1alpha2.ResourceClaimTemplate, opts?: operations.PutOpts): Promise<ResourceV1alpha2.ResourceClaimTemplate>
createResourceClassParameters(body: ResourceV1alpha2.ResourceClassParameters, opts?: operations.PutOpts): Promise<ResourceV1alpha2.ResourceClassParameters>
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>
deleteResourceClaimParameters(name: string, opts?: operations.DeleteOpts): Promise<ResourceV1alpha2.ResourceClaimParameters | MetaV1.Status>
deleteResourceClaimParametersList(opts?: operations.DeleteListOpts): Promise<ResourceV1alpha2.ResourceClaimParametersList>
deleteResourceClaimTemplate(name: string, opts?: operations.DeleteOpts): Promise<ResourceV1alpha2.ResourceClaimTemplate | MetaV1.Status>
deleteResourceClaimTemplateList(opts?: operations.DeleteListOpts): Promise<ResourceV1alpha2.ResourceClaimTemplateList>
deleteResourceClassParameters(name: string, opts?: operations.DeleteOpts): Promise<ResourceV1alpha2.ResourceClassParameters | MetaV1.Status>
deleteResourceClassParametersList(opts?: operations.DeleteListOpts): Promise<ResourceV1alpha2.ResourceClassParametersList>
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>
getResourceClaimParameters(name: string, opts?: operations.NoOpts): Promise<ResourceV1alpha2.ResourceClaimParameters>
getResourceClaimParametersList(opts?: operations.GetListOpts): Promise<ResourceV1alpha2.ResourceClaimParametersList>
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>
getResourceClassParameters(name: string, opts?: operations.NoOpts): Promise<ResourceV1alpha2.ResourceClassParameters>
getResourceClassParametersList(opts?: operations.GetListOpts): Promise<ResourceV1alpha2.ResourceClassParametersList>
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,
patchResourceClaimParameters(): Promise<ResourceV1alpha2.ResourceClaimParameters>
name: string,
type: c.PatchType,
body: ResourceV1alpha2.ResourceClaimParameters | 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,
patchResourceClassParameters(): Promise<ResourceV1alpha2.ResourceClassParameters>
name: string,
type: c.PatchType,
body: ResourceV1alpha2.ResourceClassParameters | 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,
replaceResourceClaimParameters(): Promise<ResourceV1alpha2.ResourceClaimParameters>
name: string,
body: ResourceV1alpha2.ResourceClaimParameters,
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,
replaceResourceClassParameters(): Promise<ResourceV1alpha2.ResourceClassParameters>
name: string,
body: ResourceV1alpha2.ResourceClassParameters,
opts?: operations.PutOpts,
watchPodSchedulingContextList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ResourceV1alpha2.PodSchedulingContext>>
watchResourceClaimList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ResourceV1alpha2.ResourceClaim>>
watchResourceClaimParametersList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ResourceV1alpha2.ResourceClaimParameters>>
watchResourceClaimTemplateList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ResourceV1alpha2.ResourceClaimTemplate>>
watchResourceClassParametersList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<ResourceV1alpha2.ResourceClassParameters>>