Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/builtin/coordination.k8s.io@v1/mod.ts>Lease

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface Lease
import { type Lease } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/coordination.k8s.io@v1/mod.ts";

Lease defines a lease concept.

Properties

optional
apiVersion: "coordination.k8s.io/v1"
optional
kind: "Lease"
optional
metadata: MetaV1.ObjectMeta | null
optional
spec: LeaseSpec | null