# io.k8s.api.apiserverinternal.v1alpha1.StorageVersion

From **Kubernetes**.

Storage version of a specific resource.

- Type: `object`

## Properties

### `apiVersion`

- Required: false
- Type: `string`

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

### `kind`

- Required: false
- Type: `string`

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

### `metadata`

- Required: true
- Default: `{}`

metadata is the standard object metadata. The name is <group>.<resource>.

### `spec`

- Required: false
- Default: `{}`

spec is an empty spec. It is here to comply with Kubernetes API style.

### `status`

- Required: false
- Default: `{}`

status on the version the API server instance can decode from and encode objects to when persisting objects in the backend.

## JSON Schema

```json
{"description":"Storage version of a specific resource.","properties":{"apiVersion":{"description":"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources","type":"string"},"kind":{"description":"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds","type":"string"},"metadata":{"allOf":[{"$ref":"#/components/schemas/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"}],"default":{},"description":"metadata is the standard object metadata. The name is \u003cgroup\u003e.\u003cresource\u003e."},"spec":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionSpec"}],"default":{},"description":"spec is an empty spec. It is here to comply with Kubernetes API style."},"status":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus"}],"default":{},"description":"status on the version the API server instance can decode from and encode objects to when persisting objects in the backend."}},"required":["metadata"],"type":"object","x-kubernetes-group-version-kind":[{"group":"internal.apiserver.k8s.io","kind":"StorageVersion","version":"v1alpha1"}]}
```
