kubernetes.aio.client.models.v1alpha1_storage_version_status module¶
Kubernetes
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: release-1.36 Generated by: https://openapi-generator.tech
- class kubernetes.aio.client.models.v1alpha1_storage_version_status.V1alpha1StorageVersionStatus(common_encoding_version=None, conditions=None, storage_versions=None, local_vars_configuration=None)¶
Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
- attribute_map = {'common_encoding_version': 'commonEncodingVersion', 'conditions': 'conditions', 'storage_versions': 'storageVersions'}¶
- property common_encoding_version¶
Gets the common_encoding_version of this V1alpha1StorageVersionStatus. # noqa: E501
commonEncodingVersion is set to an encoding storage version if all API server instances share that same version. If they don’t share one storage version, 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. # noqa: E501
- Returns:
The common_encoding_version of this V1alpha1StorageVersionStatus. # noqa: E501
- Return type:
str
- property conditions¶
Gets the conditions of this V1alpha1StorageVersionStatus. # noqa: E501
conditions lists the latest available observations of the storageVersion’s state. # noqa: E501
- Returns:
The conditions of this V1alpha1StorageVersionStatus. # noqa: E501
- Return type:
- openapi_types = {'common_encoding_version': 'str', 'conditions': 'list[V1alpha1StorageVersionCondition]', 'storage_versions': 'list[V1alpha1ServerStorageVersion]'}¶
- property storage_versions¶
Gets the storage_versions of this V1alpha1StorageVersionStatus. # noqa: E501
storageVersions lists the reported versions per API server instance. # noqa: E501
- Returns:
The storage_versions of this V1alpha1StorageVersionStatus. # noqa: E501
- Return type:
- to_dict(serialize=False)¶
Returns the model properties as a dict
- to_str()¶
Returns the string representation of the model