# io.k8s.api.flowcontrol.v1.PriorityLevelConfigurationReference

From **Kubernetes**.

PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.

- Type: `object`

## Properties

### `name`

- Required: true
- Type: `string`

`name` is the name of the priority level configuration being referenced Required.

## JSON Schema

```json
{"description":"PriorityLevelConfigurationReference contains information that points to the \"request-priority\" being used.","properties":{"name":{"default":"","description":"`name` is the name of the priority level configuration being referenced Required.","type":"string"}},"required":["name"],"type":"object"}
```
