# io.k8s.api.lifecycle.v1alpha1.EvictionRequestTarget

From **Kubernetes**.

EvictionRequestTarget contains a reference to an object that should be evicted.

- Type: `object`

## Properties

### `pod`

- Required: false
pod references a pod that is subject to eviction/termination. Pods that are part of a PodGroup (.spec.schedulingGroup is set) are not supported.

## JSON Schema

```json
{"description":"EvictionRequestTarget contains a reference to an object that should be evicted.","properties":{"pod":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.lifecycle.v1alpha1.EvictionRequestPodReference"}],"description":"pod references a pod that is subject to eviction/termination. Pods that are part of a PodGroup (.spec.schedulingGroup is set) are not supported."}},"type":"object","x-kubernetes-unions":[{"fields-to-discriminateBy":{"pod":"Pod"}}]}
```
