UNPKG

@kubernetes/client-node

Version:
50 lines 1.22 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.32.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * ParentReference describes a reference to a parent object. */ export class V1beta1ParentReference { static getAttributeTypeMap() { return V1beta1ParentReference.attributeTypeMap; } constructor() { } } V1beta1ParentReference.discriminator = undefined; V1beta1ParentReference.mapping = undefined; V1beta1ParentReference.attributeTypeMap = [ { "name": "group", "baseName": "group", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "namespace", "baseName": "namespace", "type": "string", "format": "" }, { "name": "resource", "baseName": "resource", "type": "string", "format": "" } ]; //# sourceMappingURL=V1beta1ParentReference.js.map