UNPKG

@kubernetes/client-node

Version:
42 lines 1.13 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.V1APIGroupList = void 0; /** * APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. */ class V1APIGroupList { static getAttributeTypeMap() { return V1APIGroupList.attributeTypeMap; } } exports.V1APIGroupList = V1APIGroupList; V1APIGroupList.discriminator = undefined; V1APIGroupList.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string" }, { "name": "groups", "baseName": "groups", "type": "Array<V1APIGroup>" }, { "name": "kind", "baseName": "kind", "type": "string" } ]; //# sourceMappingURL=v1APIGroupList.js.map