Get Image Plain Args
data class GetImagePlainArgs(val imageDigest: String? = null, val imageTag: String? = null, val registryId: String? = null, val repositoryName: String) : ConvertibleToJava<GetImagePlainArgs>
A collection of arguments for invoking getImage.
Constructors
Link copied to clipboard
fun GetImagePlainArgs(imageDigest: String? = null, imageTag: String? = null, registryId: String? = null, repositoryName: String)