UNPKG

@kubernetes/client-node

Version:
62 lines 1.44 kB
/** * 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. */ /** * ServicePort contains information on service\'s port. */ export class V1ServicePort { static getAttributeTypeMap() { return V1ServicePort.attributeTypeMap; } constructor() { } } V1ServicePort.discriminator = undefined; V1ServicePort.mapping = undefined; V1ServicePort.attributeTypeMap = [ { "name": "appProtocol", "baseName": "appProtocol", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "nodePort", "baseName": "nodePort", "type": "number", "format": "int32" }, { "name": "port", "baseName": "port", "type": "number", "format": "int32" }, { "name": "protocol", "baseName": "protocol", "type": "string", "format": "" }, { "name": "targetPort", "baseName": "targetPort", "type": "IntOrString", "format": "int-or-string" } ]; //# sourceMappingURL=V1ServicePort.js.map