UNPKG

@kubernetes/client-node

Version:
38 lines 932 B
/** * 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. */ /** * NodeAddress contains information for the node\'s address. */ export class V1NodeAddress { static getAttributeTypeMap() { return V1NodeAddress.attributeTypeMap; } constructor() { } } V1NodeAddress.discriminator = undefined; V1NodeAddress.mapping = undefined; V1NodeAddress.attributeTypeMap = [ { "name": "address", "baseName": "address", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=V1NodeAddress.js.map