UNPKG

kubernetes-models

Version:
14 lines (13 loc) 825 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IoK8sApiCoreV1TypedLocalObjectReference = exports.TypedLocalObjectReference = void 0; const base_1 = require("@kubernetes-models/base"); const IoK8sApiCoreV1TypedLocalObjectReference_1 = require("../_schemas/IoK8sApiCoreV1TypedLocalObjectReference.js"); /** * TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace. */ class TypedLocalObjectReference extends base_1.Model { } exports.TypedLocalObjectReference = TypedLocalObjectReference; exports.IoK8sApiCoreV1TypedLocalObjectReference = TypedLocalObjectReference; (0, base_1.setSchema)(TypedLocalObjectReference, "io.k8s.api.core.v1.TypedLocalObjectReference", IoK8sApiCoreV1TypedLocalObjectReference_1.addSchema);