UNPKG

@kubernetes/client-node

Version:
32 lines 1.02 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.27 * * * 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.V1beta3FlowSchemaStatus = void 0; /** * FlowSchemaStatus represents the current state of a FlowSchema. */ class V1beta3FlowSchemaStatus { static getAttributeTypeMap() { return V1beta3FlowSchemaStatus.attributeTypeMap; } } exports.V1beta3FlowSchemaStatus = V1beta3FlowSchemaStatus; V1beta3FlowSchemaStatus.discriminator = undefined; V1beta3FlowSchemaStatus.attributeTypeMap = [ { "name": "conditions", "baseName": "conditions", "type": "Array<V1beta3FlowSchemaCondition>" } ]; //# sourceMappingURL=v1beta3FlowSchemaStatus.js.map