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

x/kubernetes_apis/builtin/meta@v1/structs.ts>ObjectMeta

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface ObjectMeta
import { type ObjectMeta } from "https://deno.land/x/kubernetes_apis@v0.5.2/builtin/meta@v1/structs.ts";

ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create.

Properties

optional
annotations: Record<string, string> | null
optional
creationTimestamp: c.Time | null
optional
deletionGracePeriodSeconds: number | null
optional
deletionTimestamp: c.Time | null
optional
finalizers: Array<string> | null
optional
generateName: string | null
optional
generation: number | null
optional
labels: Record<string, string> | null
optional
managedFields: Array<ManagedFieldsEntry> | null
optional
name: string | null
optional
namespace: string | null
optional
ownerReferences: Array<OwnerReference> | null
optional
resourceVersion: string | null
optional
uid: string | null