# io.k8s.api.core.v1.VolumeNodeAffinity

From **Kubernetes**.

VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.

- Type: `object`

## Properties

### `required`

- Required: false
required specifies hard node constraints that must be met.

## JSON Schema

```json
{"description":"VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.","properties":{"required":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.core.v1.NodeSelector"}],"description":"required specifies hard node constraints that must be met."}},"type":"object"}
```
