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

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

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

LeaseSpec is a specification of a Lease.

Properties

optional
acquireTime: c.MicroTime | null
optional
holderIdentity: string | null
optional
leaseDurationSeconds: number | null
optional
leaseTransitions: number | null
optional
renewTime: c.MicroTime | null