import { CoordinationV1NamespacedApi } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/coordination.k8s.io@v1/mod.ts";
Methods
createLease(body: CoordinationV1.Lease, opts?: operations.PutOpts): Promise<CoordinationV1.Lease>
deleteLease(name: string, opts?: operations.DeleteOpts): Promise<CoordinationV1.Lease | MetaV1.Status>
deleteLeaseList(opts?: operations.DeleteListOpts): Promise<CoordinationV1.LeaseList>
getLease(name: string, opts?: operations.NoOpts): Promise<CoordinationV1.Lease>
getLeaseList(opts?: operations.GetListOpts): Promise<CoordinationV1.LeaseList>
patchLease(): Promise<CoordinationV1.Lease>
name: string,
type: c.PatchType,
body: CoordinationV1.Lease | c.JsonPatch,
opts?: operations.PatchOpts,
replaceLease(): Promise<CoordinationV1.Lease>
name: string,
body: CoordinationV1.Lease,
opts?: operations.PutOpts,
watchLeaseList(opts?: operations.WatchListOpts): Promise<c.WatchEventStream<CoordinationV1.Lease>>