import { type OwnerReference } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/meta@v1/structs.ts";
OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.