# io.k8s.api.discovery.v1.ForNode

From **Kubernetes**.

ForNode provides information about which nodes should consume this endpoint.

- Type: `object`

## Properties

### `name`

- Required: true
- Type: `string`

name represents the name of the node.

## JSON Schema

```json
{"description":"ForNode provides information about which nodes should consume this endpoint.","properties":{"name":{"default":"","description":"name represents the name of the node.","type":"string"}},"required":["name"],"type":"object"}
```
