UNPKG

@kubernetes/client-node

Version:
32 lines 883 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. */ /** * FlowSchemaStatus represents the current state of a FlowSchema. */ export class V1FlowSchemaStatus { static getAttributeTypeMap() { return V1FlowSchemaStatus.attributeTypeMap; } constructor() { } } V1FlowSchemaStatus.discriminator = undefined; V1FlowSchemaStatus.mapping = undefined; V1FlowSchemaStatus.attributeTypeMap = [ { "name": "conditions", "baseName": "conditions", "type": "Array<V1FlowSchemaCondition>", "format": "" } ]; //# sourceMappingURL=V1FlowSchemaStatus.js.map