CacheFromArgs

data class CacheFromArgs(val images: Output<List<String>>? = null) : ConvertibleToJava<CacheFromArgs>

Contains a list of images to reference when building using a cache

Constructors

Link copied to clipboard
constructor(images: Output<List<String>>? = null)

Properties

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

Specifies cached images

Functions

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