UNPKG

@kubernetes/client-node

Version:
52 lines 1.35 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.27 * * * 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.V1alpha1ParentReference = void 0; /** * ParentReference describes a reference to a parent object. */ class V1alpha1ParentReference { static getAttributeTypeMap() { return V1alpha1ParentReference.attributeTypeMap; } } exports.V1alpha1ParentReference = V1alpha1ParentReference; V1alpha1ParentReference.discriminator = undefined; V1alpha1ParentReference.attributeTypeMap = [ { "name": "group", "baseName": "group", "type": "string" }, { "name": "name", "baseName": "name", "type": "string" }, { "name": "namespace", "baseName": "namespace", "type": "string" }, { "name": "resource", "baseName": "resource", "type": "string" }, { "name": "uid", "baseName": "uid", "type": "string" } ]; //# sourceMappingURL=v1alpha1ParentReference.js.map