UNPKG

@kubernetes/client-node

Version:
32 lines 898 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. */ /** * FlowDistinguisherMethod specifies the method of a flow distinguisher. */ export class V1FlowDistinguisherMethod { static getAttributeTypeMap() { return V1FlowDistinguisherMethod.attributeTypeMap; } constructor() { } } V1FlowDistinguisherMethod.discriminator = undefined; V1FlowDistinguisherMethod.mapping = undefined; V1FlowDistinguisherMethod.attributeTypeMap = [ { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=V1FlowDistinguisherMethod.js.map