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