ContainerImageArgs

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

Describe a container image

Constructors

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

Properties

Link copied to clipboard
val names: Output<List<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"

Link copied to clipboard
val sizeBytes: Output<Int>? = null

The size of the image in bytes.

Functions

Link copied to clipboard
open override fun toJava(): ContainerImageArgs