# io.k8s.api.core.v1.EventSource

From **Kubernetes**.

EventSource contains information for an event.

- Type: `object`

## Properties

### `component`

- Required: false
- Type: `string`

Component from which the event is generated.

### `host`

- Required: false
- Type: `string`

Node name on which the event is generated.

## JSON Schema

```json
{"description":"EventSource contains information for an event.","properties":{"component":{"description":"Component from which the event is generated.","type":"string"},"host":{"description":"Node name on which the event is generated.","type":"string"}},"type":"object"}
```
