UNPKG

@kubernetes/client-node

Version:
32 lines 783 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. */ /** * HostIP represents a single IP address allocated to the host. */ export class V1HostIP { static getAttributeTypeMap() { return V1HostIP.attributeTypeMap; } constructor() { } } V1HostIP.discriminator = undefined; V1HostIP.mapping = undefined; V1HostIP.attributeTypeMap = [ { "name": "ip", "baseName": "ip", "type": "string", "format": "" } ]; //# sourceMappingURL=V1HostIP.js.map