python/kubernetes/docs/V1ContainerImage.md
2022-10-11 20:12:42 +00:00

13 lines
604 B
Markdown

# V1ContainerImage
Describe a container image
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**names** | **list[str]** | Names by which this image is known. e.g. [\"kubernetes.example/hyperkube:v1.0.7\", \"cloud-vendor.registry.example/cloud-vendor/hyperkube:v1.0.7\"] | [optional]
**size_bytes** | **int** | The size of the image in bytes. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)