PoolContainerConfiguration

data class PoolContainerConfiguration(val containerImageNames: List<String>? = null, val containerRegistries: List<PoolContainerConfigurationContainerRegistry>? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(containerImageNames: List<String>? = null, containerRegistries: List<PoolContainerConfigurationContainerRegistry>? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of container image names to use, as would be specified by docker pull. Changing this forces a new resource to be created.

Link copied to clipboard

One or more container_registries blocks as defined below. Additional container registries from which container images can be pulled by the pool's VMs. Changing this forces a new resource to be created.

Link copied to clipboard
val type: String? = null

The type of container configuration. Possible value is DockerCompatible.