UNPKG

@kubernetes/client-node

Version:
32 lines 809 B
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.33.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * ForNode provides information about which nodes should consume this endpoint. */ export class V1ForNode { static getAttributeTypeMap() { return V1ForNode.attributeTypeMap; } constructor() { } } V1ForNode.discriminator = undefined; V1ForNode.mapping = undefined; V1ForNode.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1ForNode.js.map