Files
c/kubernetes/docs/v1_container_image.md

12 lines
562 B
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# v1_container_image_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2021-09-14 21:52:06 +08:00
**names** | **list_t \*** | Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"] | [optional]
2021-03-17 16:35:19 +08:00
**size_bytes** | **long** | 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)