# io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition

From **Kubernetes**.

Describes the state of the storageVersion at a certain point.

- Type: `object`

## Properties

### `lastTransitionTime`

- Required: false
lastTransitionTime is the last time the condition transitioned from one status to another.

### `message`

- Required: true
- Type: `string`

message is a human readable string indicating details about the transition.

### `observedGeneration`

- Required: false
- Type: `integer`
- Format: `int64`

observedGeneration represents the .metadata.generation that the condition was set based upon, if field is set.

### `reason`

- Required: true
- Type: `string`

reason for the condition's last transition.

### `status`

- Required: true
- Type: `string`

status of the condition, one of True, False, Unknown.

### `type`

- Required: true
- Type: `string`

type of the condition.

## JSON Schema

```json
{"description":"Describes the state of the storageVersion at a certain point.","properties":{"lastTransitionTime":{"allOf":[{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.Time"}],"description":"lastTransitionTime is the last time the condition transitioned from one status to another."},"message":{"description":"message is a human readable string indicating details about the transition.","type":"string"},"observedGeneration":{"description":"observedGeneration represents the .metadata.generation that the condition was set based upon, if field is set.","format":"int64","type":"integer"},"reason":{"default":"","description":"reason for the condition's last transition.","type":"string"},"status":{"default":"","description":"status of the condition, one of True, False, Unknown.","type":"string"},"type":{"default":"","description":"type of the condition.","type":"string"}},"required":["type","status","reason","message"],"type":"object"}
```
