Sha256: 15f817634022e951d86fcfc09d057b74b8944c6aaeb76148f50ff0c035584a7a
Contents?: true
Size: 782 Bytes
Versions: 1
Compression:
Stored size: 782 Bytes
Contents
# Zilla::IoK8sApiApiserverinternalV1alpha1ServerStorageVersion ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **api_server_id** | **String** | The ID of the reporting API server. | [optional] | | **decodable_versions** | **Array<String>** | The API server can decode objects encoded in these versions. The encodingVersion must be included in the decodableVersions. | [optional] | | **encoding_version** | **String** | The API server encodes the object to this version when persisting it in the backend (e.g., etcd). | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiApiserverinternalV1alpha1ServerStorageVersion.new( api_server_id: null, decodable_versions: null, encoding_version: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiApiserverinternalV1alpha1ServerStorageVersion.md |