# Zilla::IoK8sApiCoreV1ContainerImage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **names** | **Array<String>** | 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** | **Integer** | The size of the image in bytes. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1ContainerImage.new( names: null, size_bytes: null ) ```