@kubernetes/client-node
Version:
NodeJS client for kubernetes
50 lines • 1.37 kB
JavaScript
/**
* 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.
*/
/**
* FlowSchemaSpec describes how the FlowSchema\'s specification looks like.
*/
export class V1FlowSchemaSpec {
static getAttributeTypeMap() {
return V1FlowSchemaSpec.attributeTypeMap;
}
constructor() {
}
}
V1FlowSchemaSpec.discriminator = undefined;
V1FlowSchemaSpec.mapping = undefined;
V1FlowSchemaSpec.attributeTypeMap = [
{
"name": "distinguisherMethod",
"baseName": "distinguisherMethod",
"type": "V1FlowDistinguisherMethod",
"format": ""
},
{
"name": "matchingPrecedence",
"baseName": "matchingPrecedence",
"type": "number",
"format": "int32"
},
{
"name": "priorityLevelConfiguration",
"baseName": "priorityLevelConfiguration",
"type": "V1PriorityLevelConfigurationReference",
"format": ""
},
{
"name": "rules",
"baseName": "rules",
"type": "Array<V1PolicyRulesWithSubjects>",
"format": ""
}
];
//# sourceMappingURL=V1FlowSchemaSpec.js.map