UNPKG

@kubernetes/client-node

Version:
38 lines 930 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. */ /** * GRPCAction specifies an action involving a GRPC service. */ export class V1GRPCAction { static getAttributeTypeMap() { return V1GRPCAction.attributeTypeMap; } constructor() { } } V1GRPCAction.discriminator = undefined; V1GRPCAction.mapping = undefined; V1GRPCAction.attributeTypeMap = [ { "name": "port", "baseName": "port", "type": "number", "format": "int32" }, { "name": "service", "baseName": "service", "type": "string", "format": "" } ]; //# sourceMappingURL=V1GRPCAction.js.map