UNPKG

@kubernetes/client-node

Version:
56 lines 1.48 kB
/** * 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. */ /** * FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a \"flow distinguisher\". */ export class V1FlowSchema { static getAttributeTypeMap() { return V1FlowSchema.attributeTypeMap; } constructor() { } } V1FlowSchema.discriminator = undefined; V1FlowSchema.mapping = undefined; V1FlowSchema.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta", "format": "" }, { "name": "spec", "baseName": "spec", "type": "V1FlowSchemaSpec", "format": "" }, { "name": "status", "baseName": "status", "type": "V1FlowSchemaStatus", "format": "" } ]; //# sourceMappingURL=V1FlowSchema.js.map