Container Image Response
data class ContainerImageResponse(val pullPolicy: String? = null, val pullSecrets: String? = null, val repository: String, val tag: String)
Defines the Docker image details
Constructors
Link copied to clipboard
fun ContainerImageResponse(pullPolicy: String? = null, pullSecrets: String? = null, repository: String, tag: String)