Image Occurrence Args
data class ImageOccurrenceArgs(val fingerprint: Output<FingerprintArgs>, val layerInfo: Output<List<LayerArgs>>? = null) : ConvertibleToJava<ImageOccurrenceArgs>
Details of the derived image portion of the DockerImage relationship. This image would be produced from a Dockerfile with FROM .
Constructors
Link copied to clipboard
fun ImageOccurrenceArgs(fingerprint: Output<FingerprintArgs>, layerInfo: Output<List<LayerArgs>>? = null)