# io.k8s.api.scheduling.v1beta1.CompositePodGroupSchedulingConstraints

From **Kubernetes**.

CompositePodGroupSchedulingConstraints defines scheduling constraints (e.g. topology) for a CompositePodGroup.

- Type: `object`

## Properties

### `topology`

- Required: false
- Type: `array`

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

## JSON Schema

```json
{"description":"CompositePodGroupSchedulingConstraints defines scheduling constraints (e.g. topology) for a CompositePodGroup.","properties":{"topology":{"description":"topology defines the topology constraints for the composite 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"}
```
