# io.k8s.api.core.v1.TopologySelectorTerm

From **Kubernetes**.

A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.

- Type: `object`

## Properties

### `matchLabelExpressions`

- Required: false
- Type: `array`

A list of topology selector requirements by labels.

## JSON Schema

```json
{"description":"A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future.","properties":{"matchLabelExpressions":{"description":"A list of topology selector requirements by labels.","items":{"$ref":"#/components/schemas/io.k8s.api.core.v1.TopologySelectorLabelRequirement"},"type":"array","x-kubernetes-list-type":"atomic"}},"type":"object","x-kubernetes-map-type":"atomic"}
```
