UNPKG

kubernetes-models

Version:
10 lines (9 loc) 518 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../_schemas/IoK8sApiCoreV1TypedLocalObjectReference.mjs"; /** * TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace. */ export class TypedLocalObjectReference extends Model { } setSchema(TypedLocalObjectReference, "io.k8s.api.core.v1.TypedLocalObjectReference", addSchema); export { TypedLocalObjectReference as IoK8sApiCoreV1TypedLocalObjectReference };