UNPKG

@kubernetes/client-node

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