ContainerImagePatch

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

Describe a container image

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val names: List<String>? = null

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.