UNPKG

@kubernetes/client-node

Version:
50 lines 1.41 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.30.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * FlowSchemaSpec describes how the FlowSchema\'s specification looks like. */ export class V1beta3FlowSchemaSpec { static getAttributeTypeMap() { return V1beta3FlowSchemaSpec.attributeTypeMap; } constructor() { } } V1beta3FlowSchemaSpec.discriminator = undefined; V1beta3FlowSchemaSpec.mapping = undefined; V1beta3FlowSchemaSpec.attributeTypeMap = [ { "name": "distinguisherMethod", "baseName": "distinguisherMethod", "type": "V1beta3FlowDistinguisherMethod", "format": "" }, { "name": "matchingPrecedence", "baseName": "matchingPrecedence", "type": "number", "format": "int32" }, { "name": "priorityLevelConfiguration", "baseName": "priorityLevelConfiguration", "type": "V1beta3PriorityLevelConfigurationReference", "format": "" }, { "name": "rules", "baseName": "rules", "type": "Array<V1beta3PolicyRulesWithSubjects>", "format": "" } ]; //# sourceMappingURL=V1beta3FlowSchemaSpec.js.map