# io.k8s.api.core.v1.SleepAction

From **Kubernetes**.

SleepAction describes a "sleep" action.

- Type: `object`

## Properties

### `seconds`

- Required: true
- Type: `integer`
- Format: `int64`
- Default: `0`

Seconds is the number of seconds to sleep.

## JSON Schema

```json
{"description":"SleepAction describes a \"sleep\" action.","properties":{"seconds":{"default":0,"description":"Seconds is the number of seconds to sleep.","format":"int64","type":"integer"}},"required":["seconds"],"type":"object"}
```
