kubernetes.aio.client.models.v1_image_volume_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.v1_image_volume_status.V1ImageVolumeStatus(image_ref=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'image_ref': 'imageRef'}
property image_ref

Gets the image_ref of this V1ImageVolumeStatus. # noqa: E501

ImageRef is the digest of the image used for this volume. It should have a value that’s similar to the pod’s status.containerStatuses[i].imageID. The ImageRef length should not exceed 256 characters. # noqa: E501

Returns:

The image_ref of this V1ImageVolumeStatus. # noqa: E501

Return type:

str

openapi_types = {'image_ref': 'str'}
to_dict(serialize=False)

Returns the model properties as a dict

to_str()

Returns the string representation of the model