# io.k8s.api.core.v1.PodDNSConfigOption

From **Kubernetes**.

PodDNSConfigOption defines DNS resolver options of a pod.

- Type: `object`

## Properties

### `name`

- Required: false
- Type: `string`

Name is this DNS resolver option's name. Required.

### `value`

- Required: false
- Type: `string`

Value is this DNS resolver option's value.

## JSON Schema

```json
{"description":"PodDNSConfigOption defines DNS resolver options of a pod.","properties":{"name":{"description":"Name is this DNS resolver option's name. Required.","type":"string"},"value":{"description":"Value is this DNS resolver option's value.","type":"string"}},"type":"object"}
```
