# io.k8s.api.flowcontrol.v1.FlowSchemaStatus

From **Kubernetes**.

FlowSchemaStatus represents the current state of a FlowSchema.

- Type: `object`

## Properties

### `conditions`

- Required: false
- Type: `array`

`conditions` is a list of the current states of FlowSchema.

## JSON Schema

```json
{"description":"FlowSchemaStatus represents the current state of a FlowSchema.","properties":{"conditions":{"description":"`conditions` is a list of the current states of FlowSchema.","items":{"$ref":"#/components/schemas/io.k8s.api.flowcontrol.v1.FlowSchemaCondition"},"type":"array","x-kubernetes-list-map-keys":["type"],"x-kubernetes-list-type":"map","x-kubernetes-patch-merge-key":"type","x-kubernetes-patch-strategy":"merge"}},"type":"object"}
```
