/**
 * Kubernetes
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: unversioned
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { IoK8sApiFlowcontrolV1FlowSchemaCondition } from './';
/**
 * FlowSchemaStatus represents the current state of a FlowSchema.
 * @export
 * @interface IoK8sApiFlowcontrolV1FlowSchemaStatus
 */
export interface IoK8sApiFlowcontrolV1FlowSchemaStatus {
    /**
     * `conditions` is a list of the current states of FlowSchema.
     * @type {Array<IoK8sApiFlowcontrolV1FlowSchemaCondition>}
     * @memberof IoK8sApiFlowcontrolV1FlowSchemaStatus
     */
    conditions?: Array<IoK8sApiFlowcontrolV1FlowSchemaCondition>;
}
export declare function IoK8sApiFlowcontrolV1FlowSchemaStatusFromJSON(json: any): IoK8sApiFlowcontrolV1FlowSchemaStatus;
export declare function IoK8sApiFlowcontrolV1FlowSchemaStatusFromJSONTyped(json: any, _ignoreDiscriminator: boolean): IoK8sApiFlowcontrolV1FlowSchemaStatus;
export declare function IoK8sApiFlowcontrolV1FlowSchemaStatusToJSON(value?: IoK8sApiFlowcontrolV1FlowSchemaStatus | null): any;
