# io.k8s.api.node.v1.Overhead

From **Kubernetes**.

Overhead structure represents the resource overhead associated with running a pod.

- Type: `object`

## Properties

### `podFixed`

- Required: false
- Type: `object`

podFixed represents the fixed resource overhead associated with running a pod.

## JSON Schema

```json
{"description":"Overhead structure represents the resource overhead associated with running a pod.","properties":{"podFixed":{"additionalProperties":{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity"},"description":"podFixed represents the fixed resource overhead associated with running a pod.","type":"object"}},"type":"object"}
```
