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