47 lines
1.4 KiB
JavaScript
47 lines
1.4 KiB
JavaScript
"use strict";
|
|
/**
|
|
* Kubernetes
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
*
|
|
* The version of the OpenAPI document: v1.22.2
|
|
*
|
|
*
|
|
* 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.V1beta1FlowSchemaSpec = void 0;
|
|
/**
|
|
* FlowSchemaSpec describes how the FlowSchema\'s specification looks like.
|
|
*/
|
|
class V1beta1FlowSchemaSpec {
|
|
static getAttributeTypeMap() {
|
|
return V1beta1FlowSchemaSpec.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V1beta1FlowSchemaSpec = V1beta1FlowSchemaSpec;
|
|
V1beta1FlowSchemaSpec.discriminator = undefined;
|
|
V1beta1FlowSchemaSpec.attributeTypeMap = [
|
|
{
|
|
"name": "distinguisherMethod",
|
|
"baseName": "distinguisherMethod",
|
|
"type": "V1beta1FlowDistinguisherMethod"
|
|
},
|
|
{
|
|
"name": "matchingPrecedence",
|
|
"baseName": "matchingPrecedence",
|
|
"type": "number"
|
|
},
|
|
{
|
|
"name": "priorityLevelConfiguration",
|
|
"baseName": "priorityLevelConfiguration",
|
|
"type": "V1beta1PriorityLevelConfigurationReference"
|
|
},
|
|
{
|
|
"name": "rules",
|
|
"baseName": "rules",
|
|
"type": "Array<V1beta1PolicyRulesWithSubjects>"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v1beta1FlowSchemaSpec.js.map
|