# io.k8s.api.core.v1.Sysctl

From **Kubernetes**.

Sysctl defines a kernel parameter to be set

- Type: `object`

## Properties

### `name`

- Required: true
- Type: `string`

Name of a property to set

### `value`

- Required: true
- Type: `string`

Value of a property to set

## JSON Schema

```json
{"description":"Sysctl defines a kernel parameter to be set","properties":{"name":{"default":"","description":"Name of a property to set","type":"string"},"value":{"default":"","description":"Value of a property to set","type":"string"}},"required":["name","value"],"type":"object"}
```
