# io.k8s.api.storagemigration.v1beta1.StorageVersionMigrationSpec

From **Kubernetes**.

Spec of the storage version migration.

- Type: `object`

## Properties

### `resource`

- Required: true
- Default: `{}`

The resource that is being migrated. The migrator sends requests to the endpoint serving the resource. Immutable.

## JSON Schema

```json
{"description":"Spec of the storage version migration.","properties":{"resource":{"allOf":[{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.GroupResource"}],"default":{},"description":"The resource that is being migrated. The migrator sends requests to the endpoint serving the resource. Immutable."}},"required":["resource"],"type":"object"}
```
