UNPKG

@kubernetes/client-node

Version:
44 lines 1.18 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. */ /** * ServiceReference holds a reference to Service.legacy.k8s.io */ export class ApiregistrationV1ServiceReference { static getAttributeTypeMap() { return ApiregistrationV1ServiceReference.attributeTypeMap; } constructor() { } } ApiregistrationV1ServiceReference.discriminator = undefined; ApiregistrationV1ServiceReference.mapping = undefined; ApiregistrationV1ServiceReference.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "namespace", "baseName": "namespace", "type": "string", "format": "" }, { "name": "port", "baseName": "port", "type": "number", "format": "int32" } ]; //# sourceMappingURL=ApiregistrationV1ServiceReference.js.map