# io.k8s.api.lifecycle.v1alpha1.EvictionPodReference

From **Kubernetes**.

EvictionPodReference contains enough information to locate the referenced pod inside the same namespace.

- Type: `object`

## Properties

### `name`

- Required: true
- Type: `string`

name of the target. This field is required.

### `uid`

- Required: true
- Type: `string`

uid of the target. It can be found in .metadata.uid of the target and is a lowercase UUID in 8-4-4-4-12 format. This field is required.

## JSON Schema

```json
{"description":"EvictionPodReference contains enough information to locate the referenced pod inside the same namespace.","properties":{"name":{"default":"","description":"name of the target. This field is required.","type":"string"},"uid":{"default":"","description":"uid of the target. It can be found in .metadata.uid of the target and is a lowercase UUID in 8-4-4-4-12 format. This field is required.","type":"string"}},"required":["name","uid"],"type":"object"}
```
