# io.k8s.api.core.v1.PodSchedulingGate

From **Kubernetes**.

PodSchedulingGate is associated to a Pod to guard its scheduling.

- Type: `object`

## Properties

### `name`

- Required: true
- Type: `string`

Name of the scheduling gate. Each scheduling gate must have a unique name field.

## JSON Schema

```json
{"description":"PodSchedulingGate is associated to a Pod to guard its scheduling.","properties":{"name":{"default":"","description":"Name of the scheduling gate. Each scheduling gate must have a unique name field.","type":"string"}},"required":["name"],"type":"object"}
```
