ContainerImage

data class ContainerImage(val names: List<String>, val sizeBytes: Int? = null)

Describe a container image

Constructors

Link copied to clipboard
constructor(names: List<String>, sizeBytes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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"

Link copied to clipboard
val sizeBytes: Int? = null

The size of the image in bytes.