# io.k8s.api.scheduling.v1beta1.PodGroupSchedulingConstraints

From **Kubernetes**.

PodGroupSchedulingConstraints defines scheduling constraints (e.g. topology) for a PodGroup.

- Type: `object`

## Properties

### `topology`

- Required: false
- Type: `array`

topology defines the topology constraints for the pod group. Currently only a single topology constraint can be specified. This may change in the future.

## JSON Schema

```json
{"description":"PodGroupSchedulingConstraints defines scheduling constraints (e.g. topology) for a PodGroup.","properties":{"topology":{"description":"topology defines the topology constraints for the pod group. Currently only a single topology constraint can be specified. This may change in the future.","items":{"$ref":"#/components/schemas/io.k8s.api.scheduling.v1beta1.TopologyConstraint"},"type":"array","x-kubernetes-list-type":"atomic"}},"type":"object"}
```
