import * as k8s from "@pulumi/kubernetes"; export type ObjectMeta = k8s.types.input.meta.v1.ObjectMeta; export type ObjectMetaPatch = k8s.types.input.meta.v1.ObjectMetaPatch;