Sha256: 5ca10ca20f1f40637180988f78ee07ff19ff92cf0a46e599fb40c5c5bc3734ea

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

# Zilla::IoK8sApiApiserverinternalV1alpha1StorageVersionStatus

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **common_encoding_version** | **String** | If all API server instances agree on the same encoding storage version, then this field is set to that version. Otherwise this field is left empty. API servers should finish updating its storageVersionStatus entry before serving write operations, so that this field will be in sync with the reality. | [optional] |
| **conditions** | [**Array<IoK8sApiApiserverinternalV1alpha1StorageVersionCondition>**](IoK8sApiApiserverinternalV1alpha1StorageVersionCondition.md) | The latest available observations of the storageVersion's state. | [optional] |
| **storage_versions** | [**Array<IoK8sApiApiserverinternalV1alpha1ServerStorageVersion>**](IoK8sApiApiserverinternalV1alpha1ServerStorageVersion.md) | The reported versions per API server instance. | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiApiserverinternalV1alpha1StorageVersionStatus.new(
  common_encoding_version: null,
  conditions: null,
  storage_versions: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiApiserverinternalV1alpha1StorageVersionStatus.md