# io.k8s.api.lifecycle.v1alpha1.EvictionSpec

From **Kubernetes**.

EvictionSpec is a specification of an Eviction.

- Type: `object`

## Properties

### `target`

- Required: true
- Default: `{}`

target contains a reference to an object (e.g. a pod) that should be evicted. This field is required and immutable.

## JSON Schema

```json
{"description":"EvictionSpec is a specification of an Eviction.","properties":{"target":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.lifecycle.v1alpha1.EvictionTarget"}],"default":{},"description":"target contains a reference to an object (e.g. a pod) that should be evicted. This field is required and immutable."}},"required":["target"],"type":"object"}
```
