UNPKG

@kubernetes/client-node

Version:
42 lines 1.26 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.22.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1TypedLocalObjectReference = void 0; /** * TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace. */ class V1TypedLocalObjectReference { static getAttributeTypeMap() { return V1TypedLocalObjectReference.attributeTypeMap; } } exports.V1TypedLocalObjectReference = V1TypedLocalObjectReference; V1TypedLocalObjectReference.discriminator = undefined; V1TypedLocalObjectReference.attributeTypeMap = [ { "name": "apiGroup", "baseName": "apiGroup", "type": "string" }, { "name": "kind", "baseName": "kind", "type": "string" }, { "name": "name", "baseName": "name", "type": "string" } ]; //# sourceMappingURL=v1TypedLocalObjectReference.js.map