# io.k8s.api.flowcontrol.v1.PriorityLevelConfigurationCondition

From **Kubernetes**.

PriorityLevelConfigurationCondition defines the condition of priority level.

- Type: `object`

## Properties

### `lastTransitionTime`

- Required: false
`lastTransitionTime` is the last time the condition transitioned from one status to another.

### `message`

- Required: false
- Type: `string`

`message` is a human-readable message indicating details about last transition.

### `reason`

- Required: false
- Type: `string`

`reason` is a unique, one-word, CamelCase reason for the condition's last transition.

### `status`

- Required: false
- Type: `string`

`status` is the status of the condition. Should be specified and set to one of True, False, Unknown.

### `type`

- Required: true
- Type: `string`

`type` is the type of the condition. Required.

## JSON Schema

```json
{"description":"PriorityLevelConfigurationCondition defines the condition of priority level.","properties":{"lastTransitionTime":{"allOf":[{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"}],"description":"`lastTransitionTime` is the last time the condition transitioned from one status to another."},"message":{"description":"`message` is a human-readable message indicating details about last transition.","type":"string"},"reason":{"description":"`reason` is a unique, one-word, CamelCase reason for the condition's last transition.","type":"string"},"status":{"description":"`status` is the status of the condition. Should be specified and set to one of True, False, Unknown.","type":"string"},"type":{"description":"`type` is the type of the condition. Required.","type":"string"}},"required":["type"],"type":"object"}
```
