UNPKG

@kubernetes/client-node

Version:
34 lines 913 B
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.28 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1GRPCAction = void 0; class V1GRPCAction { static getAttributeTypeMap() { return V1GRPCAction.attributeTypeMap; } } exports.V1GRPCAction = V1GRPCAction; V1GRPCAction.discriminator = undefined; V1GRPCAction.attributeTypeMap = [ { "name": "port", "baseName": "port", "type": "number" }, { "name": "service", "baseName": "service", "type": "string" } ]; //# sourceMappingURL=v1GRPCAction.js.map