# io.k8s.api.scheduling.v1alpha3.WorkloadPodGroupSchedulingConstraints

From **Kubernetes**.

WorkloadPodGroupSchedulingConstraints defines leaf-level scheduling constraints, such as topology.

- Type: `object`

## Properties

### `topology`

- Required: false
- Type: `array`

topology specifies desired topological placements for all pods within the pod group. If unset, no topology placement is requested.

## JSON Schema

```json
{"description":"WorkloadPodGroupSchedulingConstraints defines leaf-level scheduling constraints, such as topology.","properties":{"topology":{"description":"topology specifies desired topological placements for all pods within the pod group. If unset, no topology placement is requested.","items":{"$ref":"#/components/schemas/io.k8s.api.scheduling.v1alpha3.TopologyConstraint"},"type":"array","x-kubernetes-list-type":"atomic"}},"type":"object"}
```
