# io.k8s.api.storagemigration.v1beta1.StorageVersionMigrationStatus

From **Kubernetes**.

Status of the storage version migration.

- Type: `object`

## Properties

### `conditions`

- Required: false
- Type: `array`

The latest available observations of the migration's current state.

### `resourceVersion`

- Required: false
- Type: `string`

ResourceVersion to compare with the GC cache for performing the migration. This is the current resource version of given group, version and resource when kube-controller-manager first observes this StorageVersionMigration resource.

## JSON Schema

```json
{"description":"Status of the storage version migration.","properties":{"conditions":{"description":"The latest available observations of the migration's current state.","items":{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Condition"},"type":"array","x-kubernetes-list-map-keys":["type"],"x-kubernetes-list-type":"map","x-kubernetes-patch-merge-key":"type","x-kubernetes-patch-strategy":"merge"},"resourceVersion":{"description":"ResourceVersion to compare with the GC cache for performing the migration. This is the current resource version of given group, version and resource when kube-controller-manager first observes this StorageVersionMigration resource.","type":"string"}},"type":"object"}
```
